Home
last modified time | relevance | path

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

/packages/services/Car/cpp/powerpolicy/server/src/
DPolicyManager.h99 void readPowerPolicyFromXml(const tinyxml2::XMLDocument& xmlDoc);
DPolicyManager.cpp756 readPowerPolicyFromXml(xmlDoc); in readPowerPolicyConfiguration()
759 void PolicyManager::readPowerPolicyFromXml(const XMLDocument& xmlDoc) { in readPowerPolicyFromXml() function in android::frameworks::automotive::powerpolicy::PolicyManager
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DPolicyReaderUnitTest.java274 mPolicyReader.readPowerPolicyFromXml(inputStream); in testValidXmlWithDefaultPolicyGroup()
445 mPolicyReader.readPowerPolicyFromXml(inputStream); in readPowerPolicyXml()
DCarPowerManagementServiceUnitTest.java2818 mService.readPowerPolicyFromXml( in openRawResource()
/packages/services/Car/service/src/com/android/car/power/
DPolicyReader.java460 readPowerPolicyFromXml(inputStream); in readPowerPolicyConfiguration()
468 void readPowerPolicyFromXml(InputStream stream) throws PolicyXmlException, in readPowerPolicyFromXml() method in PolicyReader
DCarPowerManagementService.java348 void readPowerPolicyFromXml(InputStream inputStream) in readPowerPolicyFromXml() method in CarPowerManagementService
350 mPolicyReader.readPowerPolicyFromXml(inputStream); in readPowerPolicyFromXml()
/packages/services/Car/cpp/powerpolicy/server/tests/
DCarPowerPolicyServerTest.cpp263 policyManager.readPowerPolicyFromXml(xmlDoc); in initializePolicyManager()
DPolicyManagerTest.cpp483 mManager->readPowerPolicyFromXml(xmlDoc); in readXmlFile()