Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_protector_timer.cpp47 provision_->ReportThermalZoneData(reportTime_, multipleList_); in NotifyPolicy()
187 THERMAL_HILOGD(FEATURE_PROTECTOR, "multipleList_:%{public}zu", multipleList_.size()); in ResetCount()
188 if (multipleList_.empty()) return; in ResetCount()
190 int32_t maxValue = *(std::max_element(multipleList_.begin(), multipleList_.end())); in ResetCount()
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_hdf_timer.h63 std::vector<int32_t> multipleList_; variable
/ohos5.0/base/powermgr/thermal_manager/application/protector/include/
H A Dthermal_protector_timer.h55 std::vector<int32_t> multipleList_; variable