Lines Matching refs:CarPowerPolicyPtr
199 Result<void> readComponents(const XMLElement* pPolicy, CarPowerPolicyPtr policy, in readComponents()
272 Result<void> readOtherComponents(const XMLElement* pPolicy, CarPowerPolicyPtr policy, in readOtherComponents()
327 Result<std::vector<CarPowerPolicyPtr>> readPolicies( in readPolicies()
330 std::vector<CarPowerPolicyPtr> policies; in readPolicies()
333 return std::vector<CarPowerPolicyPtr>(); in readPolicies()
370 const std::unordered_map<std::string, CarPowerPolicyPtr>& registeredPowerPolicies) { in readPolicyGroup()
421 const std::unordered_map<std::string, CarPowerPolicyPtr>& registeredPowerPolicies) { in readPolicyGroups()
468 Result<std::vector<CarPowerPolicyPtr>> readSystemPolicyOverrides( in readSystemPolicyOverrides()
558 CarPowerPolicyPtr createPolicy(const char* policyId, in createPolicy()
563 CarPowerPolicyPtr policy = std::make_shared<CarPowerPolicy>(); in createPolicy()
619 Result<CarPowerPolicyPtr> PolicyManager::getDefaultPowerPolicyForState( in getDefaultPowerPolicyForState()
738 const std::unordered_map<std::string, CarPowerPolicyPtr>& policyMap) { in getRegisteredPolicies()
782 std::unordered_map<std::string, CarPowerPolicyPtr> registeredPoliciesMap; in readPowerPolicyFromXml()
809 const std::vector<CarPowerPolicyPtr>& policyOverrides) { in reconstructNoUserInteractionPolicy()
810 CarPowerPolicyPtr systemPolicy = mPreemptivePowerPolicies.at(kSystemPolicyIdNoUserInteraction); in reconstructNoUserInteractionPolicy()