Home
last modified time | relevance | path

Searched refs:ThermalDfx (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_dfx.cpp65 std::shared_ptr<ThermalDfx> ThermalDfx::instance_ = nullptr;
66 std::mutex ThermalDfx::mutexInstance_;
68 ThermalDfx& ThermalDfx::GetInstance() in GetInstance()
72 instance_ = std::make_shared<ThermalDfx>(); in GetInstance()
77 void ThermalDfx::DestroyInstance() in DestroyInstance()
115 ThermalDfx::ThermalDfx() : in ThermalDfx() function in OHOS::HDI::Thermal::V1_1::ThermalDfx
120 ThermalDfx
[all...]
H A Dthermal_hdf_timer.cpp54 ThermalDfx::DestroyInstance(); in ~ThermalHdfTimer()
93 int32_t dfxInterval = static_cast<int32_t>(ThermalDfx::GetInstance().GetInterval()); in LoopingThreadEntry()
106 ThermalDfx::GetInstance().DoWork(); in LoopingThreadEntry()
130 ThermalDfx::GetInstance().Init(); in Init()
/drivers/peripheral/thermal/test/unittest/
H A Dhdf_thermal_log_test.cpp66 auto &hdfLog = ThermalDfx::GetInstance(); in HWTEST_F()
71 ThermalDfx::DestroyInstance(); in HWTEST_F()
75 ThermalDfx::DestroyInstance(); in HWTEST_F()
87 auto &hdfLog = ThermalDfx::GetInstance(); in HWTEST_F()
109 auto &hdfLog = ThermalDfx::GetInstance(); in HWTEST_F()
132 auto &hdfLog = ThermalDfx::GetInstance(); in HWTEST_F()
150 auto &hdfLog = ThermalDfx::GetInstance(); in HWTEST_F()
173 auto &hdfLog = ThermalDfx::GetInstance(); in HWTEST_F()
191 auto &hdfLog = ThermalDfx::GetInstance(); in HWTEST_F()
195 ThermalDfx in HWTEST_F()
[all...]
/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_dfx.h33 class ThermalDfx : public NoCopyable { class
35 ThermalDfx();
36 ~ThermalDfx();
41 static ThermalDfx& GetInstance();
65 static std::shared_ptr<ThermalDfx> instance_;

Completed in 2 milliseconds