Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp28 bool ThermalConfigFileParser::Init() in Init()
51 bool ThermalConfigFileParser::GetActionStrict(const std::string& actionName) in GetActionStrict()
89 std::vector<StateItem> ThermalConfigFileParser::GetStateItem() in GetStateItem()
102 bool ThermalConfigFileParser::ParseXmlFile(const std::string& path) in ParseXmlFile()
138 void ThermalConfigFileParser::ParseBaseNode(xmlNodePtr node) in ParseBaseNode()
161 void ThermalConfigFileParser::ParseLevelNode(xmlNodePtr node) in ParseLevelNode()
187 void ThermalConfigFileParser::ParseStateNode(xmlNodePtr node) in ParseStateNode()
211 void ThermalConfigFileParser::ParseActionNode(xmlNodePtr node) in ParseActionNode()
255 void ThermalConfigFileParser::ParsePolicyNode(xmlNodePtr node) in ParsePolicyNode()
292 void ThermalConfigFileParser::ParseIdleNode(xmlNodePtr node) in ParseIdleNode()
[all …]
H A Dthermal_level_event_test.cpp59 ThermalConfigFileParser g_parser;
H A Dthermal_action_report_test.cpp48 static std::shared_ptr<ThermalConfigFileParser> g_configParser = nullptr;
61 g_configParser = std::make_shared<ThermalConfigFileParser>(); in ParserThermalSrvConfigFile()
/ohos5.0/base/powermgr/thermal_manager/test/unittest/include/
H A Dthermal_config_file_parser.h32 class ThermalConfigFileParser {
34 ThermalConfigFileParser() in ThermalConfigFileParser() function
38 ~ThermalConfigFileParser() = default;
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_mgr_system_test.cpp49 std::unique_ptr<ThermalConfigFileParser> g_parser;
132 g_parser = std::make_unique<ThermalConfigFileParser>(); in SetUpTestCase()