Searched refs:mComponentHandler (Results 1 – 4 of 4) sorted by relevance
76 private final ComponentHandler mComponentHandler = new ComponentHandler(); field in FakeRefactoredCarPowerPolicyDaemon187 mComponentHandler.applyPolicy(mPolicies.get(mCurrentPowerPolicyId)); in notifyCarServiceReady()205 mComponentHandler.applyPolicy(currentPolicy); in applyPowerPolicyAsync()206 CarPowerPolicy accumulatedPolicy = mComponentHandler.getAccumulatedPolicy(policyId); in applyPowerPolicyAsync()233 mComponentHandler.applyPolicy(policy); in applyPowerPolicyPerPowerStateChangeAsync()242 mComponentHandler.applyPolicy(mPolicies.get(policyId)); in applyPowerPolicyInternal()243 CarPowerPolicy accumulatedPolicy = mComponentHandler.getAccumulatedPolicy(policyId); in applyPowerPolicyInternal()
391 const auto& ret = mComponentHandler.getPowerComponentState(componentId); in getPowerComponentState()769 if (const auto& ret = mComponentHandler.dump(fd); !ret.ok()) { in dump()790 mComponentHandler.init(); in init()911 callback->onApplyPowerPolicySucceeded(requestId, *mComponentHandler.getAccumulatedPolicy(), in handleApplyPowerPolicyRequest()978 mComponentHandler.applyPowerPolicy(policy); in applyAndNotifyPowerPolicy()999 auto accumulatedPolicy = mComponentHandler.getAccumulatedPolicy(); in applyAndNotifyPowerPolicy()
341 PowerComponentHandler mComponentHandler; variable
267 PowerComponentHandler& componentHandler = mServer->mComponentHandler; in initializePowerComponentHandler()