Lines Matching refs:CarPowerPolicy
30 using ::aidl::android::frameworks::automotive::powerpolicy::CarPowerPolicy;
91 CarPowerPolicy createCarPowerPolicy(const std::string& id, in createCarPowerPolicy()
94 CarPowerPolicy policy; in createCarPowerPolicy()
101 CarPowerPolicy createCarPowerPolicyWithCustomComponents( in createCarPowerPolicyWithCustomComponents()
106 CarPowerPolicy policy; in createCarPowerPolicyWithCustomComponents()
115 const CarPowerPolicy kExistingPowerPolicyWithCustomComponents_OtherOff =
134 const CarPowerPolicy kExistingPowerPolicy_OtherOff_With_Custom_Components =
151 const CarPowerPolicy kExistingPowerPolicy_OtherOff =
160 const CarPowerPolicy kExistingPowerPolicyWithCustomComponents_OtherOn =
177 const CarPowerPolicy kExistingPowerPolicy_ToBeRegistered =
188 const CarPowerPolicy kExistingPowerPolicy_OtherOn =
199 const CarPowerPolicy kExistingPowerPolicy_OtherOn_WithOEMComponents =
216 const CarPowerPolicy kExistingPowerPolicy_OtherUntouched =
223 const CarPowerPolicy kExistingPowerPolicy_OtherUntouchedCustom =
231 const CarPowerPolicy kExistingPowerPolicy_OtherNone =
236 const CarPowerPolicy& kExistingTransitionPolicy = kExistingPowerPolicy_OtherOn;
237 const CarPowerPolicy kSystemPowerPolicyAllOn =
248 const CarPowerPolicy kSystemPowerPolicyInitialOn =
258 const CarPowerPolicy kSystemPowerPolicyNoUserInteraction =
268 const CarPowerPolicy kSystemPowerPolicySuspendPrep =
273 const CarPowerPolicy kModifiedSystemPowerPolicy =
350 bool isEqual(const CarPowerPolicy& a, const CarPowerPolicy& b) { in isEqual()
362 bool comparePolicies(const std::vector<CarPowerPolicy>& actualPolicies, in comparePolicies()
363 std::unordered_map<std::string, CarPowerPolicy> expectedPolicies) { in comparePolicies()
436 const CarPowerPolicy& expectedPolicy) { in checkSystemPowerPolicy()
719 std::unordered_map<std::string, CarPowerPolicy> in TEST_F()