Home
last modified time | relevance | path

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

/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp590 VehicleApPowerStateReport apPowerState; in applyPowerPolicyPerPowerStateChangeAsync() local
596 apPowerState = VehicleApPowerStateReport::WAIT_FOR_VHAL; in applyPowerPolicyPerPowerStateChangeAsync()
600 apPowerState = VehicleApPowerStateReport::ON; in applyPowerPolicyPerPowerStateChangeAsync()
611 std::string powerStateName = toString(apPowerState); in applyPowerPolicyPerPowerStateChangeAsync()
619 mPolicyManager.getDefaultPowerPolicyForState(currentPolicyGroupId, apPowerState); in applyPowerPolicyPerPowerStateChangeAsync()