Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_timer.cpp45 reportTime_ = 0; in ThermalHdfTimer()
85 reportTime_ = reportTime_ + 1; in TimerProviderCallback()
137 thermalZoneMgr_->ReportThermalZoneData(reportTime_); in ReportThermalData()
142 if (reportTime_ == thermalZoneMgr_->GetMaxReportTime()) { in ResetCount()
143 THERMAL_HILOGD(COMP_HDI, "reportTime:%{public}d", reportTime_); in ResetCount()
144 reportTime_ = 0; in ResetCount()
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_protector_timer.cpp47 provision_->ReportThermalZoneData(reportTime_, multipleList_); in NotifyPolicy()
98 reportTime_ = reportTime_ + 1; in TimerProvisionCallback()
191 if (reportTime_ == maxValue) { in ResetCount()
192 THERMAL_HILOGI(FEATURE_PROTECTOR, "reportTime:%{public}d", reportTime_); in ResetCount()
193 reportTime_ = 0; in ResetCount()
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_hdf_timer.h64 int32_t reportTime_; variable
/ohos5.0/base/powermgr/thermal_manager/application/protector/include/
H A Dthermal_protector_timer.h56 int32_t reportTime_ {0};