Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_interface_impl.cpp44 static std::shared_ptr<ThermalSimulationNode> simulation_ = nullptr; variable
83 if (simulation_ == nullptr) { in Init()
84 simulation_ = std::make_shared<ThermalSimulationNode>(); in Init()
96 hdfTimer_ = std::make_shared<ThermalHdfTimer>(simulation_, thermalZoneMgr_); in Init()
100 ret = simulation_->NodeInit(); in Init()