Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/native/src/thermal_observer/
Dthermal_service_subscriber.cpp36 historyCount_ = g_service->GetBaseinfoObj()->GetHistoryTempCount(); in Init()
76 THERMAL_HILOGD(COMP_SVC, "SetHistoryTypeTempMap: historyCount_=%{public}d", historyCount_); in SetHistoryTypeTempMap()
84 std::list<int32_t> historyTempList(historyCount_); in SetHistoryTypeTempMap()
/base/powermgr/thermal_manager/services/native/include/thermal_observer/
Dthermal_service_subscriber.h46 uint32_t historyCount_; variable