Searched refs:ThermalHdfConfig (Results 1 – 8 of 8) sorted by relevance
49 class ThermalHdfConfig {53 ThermalHdfConfig() {}; in ThermalHdfConfig() function54 ~ThermalHdfConfig() = default;55 ThermalHdfConfig(const ThermalHdfConfig&) = delete;56 ThermalHdfConfig& operator=(const ThermalHdfConfig&) = delete;57 static ThermalHdfConfig& GetInstance();
134 ThermalHdfConfig::PollingMap pollingMap_;
32 ThermalHdfConfig& ThermalHdfConfig::GetInstance() in GetInstance()34 static ThermalHdfConfig instance; in GetInstance()38 int32_t ThermalHdfConfig::ThermalHDIConfigInit(const std::string& path) in ThermalHDIConfigInit()46 int32_t ThermalHdfConfig::ParseThermalHdiXMLConfig(const std::string& path) in ParseThermalHdiXMLConfig()95 void ThermalHdfConfig::ParseBaseNode(xmlNodePtr node) in ParseBaseNode()134 void ThermalHdfConfig::ParsePollingNode(xmlNodePtr node) in ParsePollingNode()183 void ThermalHdfConfig::ParsePollingSubNode(xmlNodePtr node, XMLThermalNodeInfo& tn) in ParsePollingSubNode()200 void ThermalHdfConfig::ParseTracingNode(xmlNodePtr node) in ParseTracingNode()219 void ThermalHdfConfig::ParseTracingSubNode(xmlNodePtr node) in ParseTracingSubNode()275 void ThermalHdfConfig::ParseIsolateNode(xmlNodePtr node) in ParseIsolateNode()[all …]
66 ret = ThermalHdfConfig::GetInstance().ThermalHDIConfigInit(path); in Init()76 ret = ThermalHdfConfig::GetInstance().ThermalHDIConfigInit(VENDOR_HDI_XML_PATH); in Init()
323 std::vector<DfxTraceInfo> logInfo = ThermalHdfConfig::GetInstance().GetTracingInfo(); in WriteToEmptyFile()345 std::vector<DfxTraceInfo>& logInfo = ThermalHdfConfig::GetInstance().GetTracingInfo(); in WriteToFile()442 XmlTraceConfig& config = ThermalHdfConfig::GetInstance().GetXmlTraceConfig(); in Init()
59 auto baseConfigList = ThermalHdfConfig::GetInstance().GetBaseConfig()->GetBaseItem(); in SetSimluationFlag()
52 pollingMap_ = ThermalHdfConfig::GetInstance().GetPollingConfig(); in Init()
255 ret = ThermalHdfConfig::GetInstance().GetIsolateCpuNodePath(flag_, type, path); in IsolateCpu()