Searched refs:isSystemPowerPolicy (Results 1 – 3 of 3) sorted by relevance
43 bool isSystemPowerPolicy(const std::string& policyId);
345 if (includeOtherComponents && isSystemPowerPolicy(policyId)) { in readPolicies()592 bool isSystemPowerPolicy(const std::string& policyId) { in isSystemPowerPolicy() function
261 if (isSystemPowerPolicy(policyId)) { in definePowerPolicy()565 if (includeOtherComponents && isSystemPowerPolicy(policyId)) { in parsePolicies()991 static boolean isSystemPowerPolicy(String policyId) { in isSystemPowerPolicy() method in PolicyReader