Searched refs:ParseXmlFile (Results 1 – 5 of 5) sorted by relevance
36 bool ParseXmlFile(const std::string& path);
44 bool ParseXmlFile(const std::string& path);
96 if (!ParseXmlFile(path)) { in LoadThermalSrvConfigXml()102 bool ThermalConfigFileParser::ParseXmlFile(const std::string& path) in ParseXmlFile() function in OHOS::PowerMgr::ThermalConfigFileParser
42 if (ParseXmlFile(path)) { in ThermalSrvConfigInit()86 bool ThermalSrvConfigParser::ParseXmlFile(const std::string& path) in ParseXmlFile() function in OHOS::PowerMgr::ThermalSrvConfigParser
133 g_parser->ParseXmlFile(SYSTEM_CONFIG); in SetUpTestCase()