Home
last modified time | relevance | path

Searched refs:ThermalHdfTimer (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_timer.cpp40 ThermalHdfTimer::ThermalHdfTimer(const std::shared_ptr<ThermalSimulationNode> &node, in ThermalHdfTimer() function in OHOS::HDI::Thermal::V1_1::ThermalHdfTimer
48 ThermalHdfTimer::~ThermalHdfTimer() in ~ThermalHdfTimer()
57 void ThermalHdfTimer::SetSimluationFlag() in SetSimluationFlag()
73 void ThermalHdfTimer::SetSimFlag(int32_t flag) in SetSimFlag()
78 int32_t ThermalHdfTimer::GetSimluationFlag() in GetSimluationFlag()
83 void ThermalHdfTimer::TimerProviderCallback() in TimerProviderCallback()
91 void ThermalHdfTimer::LoopingThreadEntry() in LoopingThreadEntry()
118 void ThermalHdfTimer
[all...]
H A Dthermal_interface_impl.cpp43 static std::shared_ptr<ThermalHdfTimer> hdfTimer_ = nullptr;
96 hdfTimer_ = std::make_shared<ThermalHdfTimer>(simulation_, thermalZoneMgr_); in Init()
/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_hdf_timer.h35 class ThermalHdfTimer { class
37 using Callback = std::function<void(ThermalHdfTimer*, void*)>;
39 ThermalHdfTimer(const std::shared_ptr<ThermalSimulationNode> &node,
41 ~ThermalHdfTimer();

Completed in 2 milliseconds