Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H A Dthermal_service_subscriber.cpp79 auto iter = typeHistoryMap_.find(itMap.first); in SetHistoryTypeTempMap()
80 if (iter != typeHistoryMap_.end()) { in SetHistoryTypeTempMap()
86 typeHistoryMap_.insert(std::make_pair(itMap.first, historyTempList)); in SetHistoryTypeTempMap()
95 for (auto history : typeHistoryMap_) { in SetHistoryTypeTempMap()
H A Dthermal_sensor_info.cpp51 historyMap_ = typeHistoryMap_[type]; in GetHistoryTemperature()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_observer/
H A Dthermal_sensor_info.h40 TypeHistoryMap typeHistoryMap_; variable
H A Dthermal_service_subscriber.h44 ThermalSensorInfo::TypeHistoryMap typeHistoryMap_; variable