Searched defs:customComponents (Results 1 – 5 of 5) sorted by relevance
| /packages/services/Car/cpp/powerpolicy/server/src/ |
| D | PolicyManager.cpp | 166 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/ |
| D | PolicyReader.java | 400 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()
|
| D | PowerComponentHandler.java | 110 void init(ArrayMap<String, Integer> customComponents) { in init()
|
| D | CarPowerManagementService.java | 297 Integer[] customComponents = in readPowerPolicyFromXml() local 2490 Collection<Integer> customComponents = mPolicyReader.getCustomComponents().values(); in definePowerPolicy() local
|
| /packages/services/Car/cpp/powerpolicy/client/src/ |
| D | PowerPolicyClientBase.cpp | 139 const auto& customComponents = getCustomComponentsOfInterest(); in connectToDaemon() local
|