Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_srv_config_parser.h36 bool ParseXmlFile(const std::string& path);
/ohos5.0/base/powermgr/thermal_manager/test/unittest/include/
H A Dthermal_config_file_parser.h44 bool ParseXmlFile(const std::string& path);
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp96 if (!ParseXmlFile(path)) { in LoadThermalSrvConfigXml()
102 bool ThermalConfigFileParser::ParseXmlFile(const std::string& path) in ParseXmlFile() function in OHOS::PowerMgr::ThermalConfigFileParser
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp42 if (ParseXmlFile(path)) { in ThermalSrvConfigInit()
86 bool ThermalSrvConfigParser::ParseXmlFile(const std::string& path) in ParseXmlFile() function in OHOS::PowerMgr::ThermalSrvConfigParser
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_mgr_system_test.cpp133 g_parser->ParseXmlFile(SYSTEM_CONFIG); in SetUpTestCase()