Home
last modified time | relevance | path

Searched refs:ThermalHdfConfig (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_hdf_config.h49 class ThermalHdfConfig {
53 ThermalHdfConfig() {}; in ThermalHdfConfig() function
54 ~ThermalHdfConfig() = default;
55 ThermalHdfConfig(const ThermalHdfConfig&) = delete;
56 ThermalHdfConfig& operator=(const ThermalHdfConfig&) = delete;
57 static ThermalHdfConfig& GetInstance();
H A Dthermal_zone_manager.h134 ThermalHdfConfig::PollingMap pollingMap_;
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_config.cpp32 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 …]
H A Dthermal_interface_impl.cpp66 ret = ThermalHdfConfig::GetInstance().ThermalHDIConfigInit(path); in Init()
76 ret = ThermalHdfConfig::GetInstance().ThermalHDIConfigInit(VENDOR_HDI_XML_PATH); in Init()
H A Dthermal_dfx.cpp323 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()
H A Dthermal_hdf_timer.cpp59 auto baseConfigList = ThermalHdfConfig::GetInstance().GetBaseConfig()->GetBaseItem(); in SetSimluationFlag()
H A Dthermal_zone_manager.cpp52 pollingMap_ = ThermalHdfConfig::GetInstance().GetPollingConfig(); in Init()
H A Dthermal_device_mitigation.cpp255 ret = ThermalHdfConfig::GetInstance().GetIsolateCpuNodePath(flag_, type, path); in IsolateCpu()