Home
last modified time | relevance | path

Searched refs:readPowerPolicyFromXml (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/cpp/powerpolicy/server/src/
DPolicyManager.h84 void readPowerPolicyFromXml(const tinyxml2::XMLDocument& xmlDoc);
DPolicyManager.cpp555 readPowerPolicyFromXml(xmlDoc); in readPowerPolicyConfiguration()
558 void PolicyManager::readPowerPolicyFromXml(const XMLDocument& xmlDoc) { in readPowerPolicyFromXml() function in android::frameworks::automotive::powerpolicy::PolicyManager
/packages/services/Car/service/src/com/android/car/power/
DPolicyReader.java320 readPowerPolicyFromXml(inputStream); in readPowerPolicyConfiguration()
328 void readPowerPolicyFromXml(InputStream stream) throws PolicyXmlException, in readPowerPolicyFromXml() method in PolicyReader
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DPolicyReaderUnitTest.java270 mPolicyReader.readPowerPolicyFromXml(inputStream); in readPowerPolicyXml()
/packages/services/Car/cpp/powerpolicy/server/tests/
DPolicyManagerTest.cpp238 mManager->readPowerPolicyFromXml(xmlDoc); in readXmlFile()