Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/application/protector/include/
H A Dthermal_sensor_provision.h52 void ReportThermalZoneData(int32_t reportTime, std::vector<int32_t> &multipleList);
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_zone_manager.h119 void ReportThermalZoneData(int32_t reportTime);
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_timer.cpp137 thermalZoneMgr_->ReportThermalZoneData(reportTime_); in ReportThermalData()
H A Dthermal_zone_manager.cpp198 void ThermalZoneManager::ReportThermalZoneData(int32_t reportTime) in ReportThermalZoneData() function in OHOS::HDI::Thermal::V1_1::ThermalZoneManager
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_protector_timer.cpp47 provision_->ReportThermalZoneData(reportTime_, multipleList_); in NotifyPolicy()
H A Dthermal_sensor_provision.cpp216 void ThermalSensorProvision::ReportThermalZoneData(int32_t reportTime, std::vector<int32_t> &multip… in ReportThermalZoneData() function in OHOS::PowerMgr::ThermalSensorProvision