Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/native/src/thermal_observer/
Dthermal_service_subscriber.cpp84 std::list<int32_t> historyTempList(historyCount_); in SetHistoryTypeTempMap() local
85 historyTempList.push_back(itMap.second); in SetHistoryTypeTempMap()
86 typeHistoryMap_.insert(std::make_pair(itMap.first, historyTempList)); in SetHistoryTypeTempMap()