Home
last modified time | relevance | path

Searched defs:customComponents (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/cpp/powerpolicy/server/src/
DPolicyManager.cpp166 int toCustomPowerComponent(const std::unordered_map<std::string, int>& customComponents, in toCustomPowerComponent()
200 const std::unordered_map<std::string, int>& customComponents) { in readComponents()
272 const std::unordered_map<std::string, int>& customComponents, in readOtherComponents()
327 const std::unordered_map<std::string, int>& customComponents) { in readPolicies()
467 const XMLElement* pRoot, const std::unordered_map<std::string, int>& customComponents) { in readSystemPolicyOverrides()
538 std::vector<int>* customComponents) { in stringsToComponents()
712 const auto& customComponents = readCustomComponents(pRootElement); in readPowerPolicyFromXml() local
/packages/services/Car/service/src/com/android/car/power/
DPolicyReader.java400 ArrayMap<String, Integer> customComponents = new ArrayMap<>(); in readPowerPolicyFromXml() local
519 ArrayMap<String, Integer> customComponents) throws PolicyXmlException { in validateSystemOverrides()
603 ArrayMap<String, Integer> customComponents) in toCarPowerPolicy()
657 private int toCustomPowerComponentId(String id, ArrayMap<String, Integer> customComponents) { in toCustomPowerComponentId()
710 ArrayMap<String, Integer> customComponents) throws PolicyXmlException { in validatePowerPolicies()
DPowerComponentHandler.java110 void init(ArrayMap<String, Integer> customComponents) { in init()
DCarPowerManagementService.java297 Integer[] customComponents = in readPowerPolicyFromXml() local
2490 Collection<Integer> customComponents = mPolicyReader.getCustomComponents().values(); in definePowerPolicy() local
/packages/services/Car/cpp/powerpolicy/client/src/
DPowerPolicyClientBase.cpp139 const auto& customComponents = getCustomComponentsOfInterest(); in connectToDaemon() local