Home
last modified time | relevance | path

Searched refs:mPendingPowerPolicyId (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp376 mPendingPowerPolicyId.c_str()), in dump()
495 mPendingPowerPolicyId = policyId; in applyPowerPolicy()
506 mPendingPowerPolicyId = mCurrentPowerPolicyMeta.powerPolicy->policyId; in applyPowerPolicy()
511 mPendingPowerPolicyId.clear(); in applyPowerPolicy()
516 mPendingPowerPolicyId = policyId; in applyPowerPolicy()
556 pendingPowerPolicyId = mPendingPowerPolicyId; in notifySilentModeChange()
645 policyId = mPendingPowerPolicyId; in applyInitialPowerPolicy()
DCarPowerPolicyServer.h224 std::string mPendingPowerPolicyId GUARDED_BY(mMutex);
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java216 private String mPendingPowerPolicyId; field in CarPowerManagementService
376 writer.printf("mPendingPowerPolicyId: %s\n", mPendingPowerPolicyId); in dump()
1262 mPendingPowerPolicyId = policyId; in applyPowerPolicy()
1284 mPendingPowerPolicyId = mCurrentPowerPolicyId; in applyPreemptivePowerPolicy()
1303 policyId = mPendingPowerPolicyId; in cancelPreemptivePowerPolicy()
1304 mPendingPowerPolicyId = null; in cancelPreemptivePowerPolicy()