Lines Matching refs:mPolicyManager
554 mPolicyManager.definePowerPolicy(policyId, enabledComponents, disabledComponents); in notifyPowerPolicyDefinition()
572 const auto& ret = mPolicyManager.definePowerPolicyGroup(policyGroupId, powerPolicyPerState); in notifyPowerPolicyGroupDefinition()
619 mPolicyManager.getDefaultPowerPolicyForState(currentPolicyGroupId, apPowerState); in applyPowerPolicyPerPowerStateChangeAsync()
713 aidlReturn->registeredCustomComponents = std::move(mPolicyManager.getCustomComponents()); in notifyCarServiceReadyInternal()
715 aidlReturn->registeredPolicies = std::move(mPolicyManager.getRegisteredPolicies()); in notifyCarServiceReadyInternal()
765 if (const auto& ret = mPolicyManager.dump(fd, argsV); !ret.ok()) { in dump()
789 mPolicyManager.init(); in init()
919 auto policyMeta = mPolicyManager.getPowerPolicy(policyId); in applyPowerPolicy()
1013 auto policyMeta = mPolicyManager.getPowerPolicy(policyId); in applyPowerPolicyInternal()
1030 if (!mPolicyManager.isPowerPolicyGroupAvailable(groupId)) { in setPowerPolicyGroupInternal()
1166 if (auto policy = mPolicyManager.getDefaultPowerPolicyForState(currentPolicyGroupId, in applyInitialPowerPolicy()