Lines Matching refs:CarPowerPolicyPtr
175 Result<void> readComponents(const XMLElement* pPolicy, CarPowerPolicyPtr policy, in readComponents()
209 Result<void> readOtherComponents(const XMLElement* pPolicy, CarPowerPolicyPtr policy, in readOtherComponents()
244 Result<std::vector<CarPowerPolicyPtr>> readPolicies(const XMLElement* pRoot, const char* tag, in readPolicies()
246 std::vector<CarPowerPolicyPtr> policies; in readPolicies()
249 return std::vector<CarPowerPolicyPtr>(); in readPolicies()
282 const std::unordered_map<std::string, CarPowerPolicyPtr>& registeredPowerPolicies) { in readPolicyGroup()
328 const std::unordered_map<std::string, CarPowerPolicyPtr>& registeredPowerPolicies) { in readPolicyGroups()
367 Result<std::vector<CarPowerPolicyPtr>> readSystemPolicyOverrides(const XMLElement* pRoot) { in readSystemPolicyOverrides()
418 CarPowerPolicyPtr createPolicy(const char* policyId, in createPolicy()
421 CarPowerPolicyPtr policy = std::make_shared<CarPowerPolicy>(); in createPolicy()
475 Result<CarPowerPolicyPtr> PolicyManager::getDefaultPowerPolicyForState( in getDefaultPowerPolicyForState()
570 std::unordered_map<std::string, CarPowerPolicyPtr> registeredPoliciesMap; in readPowerPolicyFromXml()
593 const std::vector<CarPowerPolicyPtr>& policyOverrides) { in reconstructNoUserInteractionPolicy()
594 CarPowerPolicyPtr systemPolicy = mPreemptivePowerPolicies.at(kSystemPolicyIdNoUserInteraction); in reconstructNoUserInteractionPolicy()