Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_config_file_parser.cpp28 bool ThermalConfigFileParser::Init() in Init()
40 bool ThermalConfigFileParser::GetActionEnableEvent(const std::string& actionName) in GetActionEnableEvent()
51 bool ThermalConfigFileParser::GetActionStrict(const std::string& actionName) in GetActionStrict()
62 bool ThermalConfigFileParser::GetActionPolicy(const std::string& name, uint32_t level, in GetActionPolicy()
77 std::vector<StateItem> ThermalConfigFileParser::GetStateItem() in GetStateItem()
82 bool ThermalConfigFileParser::LoadThermalSrvConfigXml(const std::string& path) in LoadThermalSrvConfigXml()
90 bool ThermalConfigFileParser::ParseXmlFile(const std::string& path) in ParseXmlFile()
126 void ThermalConfigFileParser::ParseBaseNode(xmlNodePtr node) in ParseBaseNode()
149 void ThermalConfigFileParser::ParseLevelNode(xmlNodePtr node) in ParseLevelNode()
175 void ThermalConfigFileParser::ParseStateNode(xmlNodePtr node) in ParseStateNode()
[all …]
Dthermal_action_report_test.cpp37 static std::shared_ptr<ThermalConfigFileParser> g_configParser = nullptr;
48 g_configParser = std::make_shared<ThermalConfigFileParser>(); in ParserThermalSrvConfigFile()
/base/powermgr/thermal_manager/test/unittest/include/
Dthermal_config_file_parser.h32 class ThermalConfigFileParser {
34 ThermalConfigFileParser() in ThermalConfigFileParser() function
38 ~ThermalConfigFileParser() = default;
/base/powermgr/thermal_manager/test/systemtest/src/
Dthermal_mgr_system_test.cpp49 std::unique_ptr<ThermalConfigFileParser> g_parser;
132 g_parser = std::make_unique<ThermalConfigFileParser>(); in SetUpTestCase()