Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/native/include/thermal_policy/
Dthermal_policy.h48 void OnSensorInfoReported(const TypeTempMap& info);
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_policy.cpp48 void ThermalPolicy::OnSensorInfoReported(const TypeTempMap& info) in OnSensorInfoReported() function in OHOS::PowerMgr::ThermalPolicy
82 …ThermalObserver::Callback callback = std::bind(&ThermalPolicy::OnSensorInfoReported, this, std::pl… in RegisterObserver()