Searched refs:readPowerPolicyFromXml (Results 1 – 8 of 8) sorted by relevance
99 void readPowerPolicyFromXml(const tinyxml2::XMLDocument& xmlDoc);
756 readPowerPolicyFromXml(xmlDoc); in readPowerPolicyConfiguration()759 void PolicyManager::readPowerPolicyFromXml(const XMLDocument& xmlDoc) { in readPowerPolicyFromXml() function in android::frameworks::automotive::powerpolicy::PolicyManager
274 mPolicyReader.readPowerPolicyFromXml(inputStream); in testValidXmlWithDefaultPolicyGroup()445 mPolicyReader.readPowerPolicyFromXml(inputStream); in readPowerPolicyXml()
2818 mService.readPowerPolicyFromXml( in openRawResource()
460 readPowerPolicyFromXml(inputStream); in readPowerPolicyConfiguration()468 void readPowerPolicyFromXml(InputStream stream) throws PolicyXmlException, in readPowerPolicyFromXml() method in PolicyReader
348 void readPowerPolicyFromXml(InputStream inputStream) in readPowerPolicyFromXml() method in CarPowerManagementService350 mPolicyReader.readPowerPolicyFromXml(inputStream); in readPowerPolicyFromXml()
263 policyManager.readPowerPolicyFromXml(xmlDoc); in initializePolicyManager()
483 mManager->readPowerPolicyFromXml(xmlDoc); in readXmlFile()