Home
last modified time | relevance | path

Searched defs:policyMeta (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/powerpolicy/server/tests/
DPolicyManagerTest.cpp180 auto policyMeta = policyManager.getPowerPolicy(kExistingPowerPolicyId_OtherOff); in checkPolicies() local
210 auto policyMeta = policyManager.getPowerPolicy(kSystemPolicyIdNoUserInteraction); in checkSystemPowerPolicy() local
225 auto policyMeta = policyManager.getPowerPolicy(kSystemPolicyIdNoUserInteraction); in checkInvalidPolicies() local
434 auto policyMeta = policyManager.getPowerPolicy("system_power_policy_all_on"); in TEST_F() local
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp538 auto policyMeta = mPolicyManager.getPowerPolicy(policyId); in applyPowerPolicy() local