Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H A Dthermal_observer.cpp250 std::lock_guard lockCallbackInfo(mutexCallbackInfo_); in NotifySensorTempChanged()
264 std::lock_guard lock(mutexCallbackInfo_); in OnReceivedSensorInfo()
280 std::lock_guard lock(mutexCallbackInfo_); in GetThermalSrvSensorInfo()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_observer/
H A Dthermal_observer.h105 std::mutex mutexCallbackInfo_; variable