Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/powerpolicy/server/src/
H A DPolicyManager.cpp373 if (policy->policyId != kSystemPolicyIdNoUserInteraction) { in readSystemPolicyOverrides()
542 kSystemPolicyIdNoUserInteraction)) in dump()
594 CarPowerPolicyPtr systemPolicy = mPreemptivePowerPolicies.at(kSystemPolicyIdNoUserInteraction); in reconstructNoUserInteractionPolicy()
623 mPreemptivePowerPolicies.emplace(kSystemPolicyIdNoUserInteraction, in initPreemptivePowerPolicy()
624 createPolicy(kSystemPolicyIdNoUserInteraction, in initPreemptivePowerPolicy()
H A DPolicyManager.h42 constexpr const char* kSystemPolicyIdNoUserInteraction = "system_power_policy_no_user_interaction"; variable
H A DCarPowerPolicyServer.cpp561 ret = applyPowerPolicy(kSystemPolicyIdNoUserInteraction, in notifySilentModeChange()
/aosp12/packages/services/Car/cpp/powerpolicy/server/tests/
H A DPolicyManagerTest.cpp66 constexpr const char* kSystemPolicyIdNoUserInteraction = "system_power_policy_no_user_interaction"; variable
199 auto policyMeta = policyManager.getPowerPolicy(kSystemPolicyIdNoUserInteraction); in checkSystemPowerPolicy()
214 auto policyMeta = policyManager.getPowerPolicy(kSystemPolicyIdNoUserInteraction); in checkInvalidPolicies()