Home
last modified time | relevance | path

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

/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_hdf_config.h49 class ThermalHdfConfig { class
53 ThermalHdfConfig() {}; in ThermalHdfConfig() function in OHOS::HDI::Thermal::V1_1::ThermalHdfConfig
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_;
/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()
121 std::string ThermalHdfConfig::GetXmlNodeName(xmlNodePtr node, std::string &defaultName) in GetXmlNodeName()
134 void ThermalHdfConfig::ParsePollingNode(xmlNodePtr node) in ParsePollingNode()
183 void ThermalHdfConfig::ParsePollingSubNode(xmlNodePtr node, XMLThermalNodeInfo& tn) in ParsePollingSubNode()
200 void ThermalHdfConfig
[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_hdf_timer.cpp59 auto baseConfigList = ThermalHdfConfig::GetInstance().GetBaseConfig()->GetBaseItem(); in SetSimluationFlag()
H A Dthermal_dfx.cpp325 std::vector<DfxTraceInfo> logInfo = ThermalHdfConfig::GetInstance().GetTracingInfo(); in WriteToEmptyFile()
347 std::vector<DfxTraceInfo>& logInfo = ThermalHdfConfig::GetInstance().GetTracingInfo(); in WriteToFile()
446 XmlTraceConfig& config = ThermalHdfConfig::GetInstance().GetXmlTraceConfig(); in Init()
H A Dthermal_device_mitigation.cpp255 ret = ThermalHdfConfig::GetInstance().GetIsolateCpuNodePath(flag_, type, path); in IsolateCpu()
H A Dthermal_zone_manager.cpp52 pollingMap_ = ThermalHdfConfig::GetInstance().GetPollingConfig(); in Init()

Completed in 4 milliseconds