Searched refs:tzn (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_zone_manager.cpp | 73 …rmalZoneManager::UpdateDataType(XMLThermalZoneInfo& tzIter, ReportedThermalData& data, int32_t tzn) in UpdateDataType() argument 81 if (sprintf_s(path, MAX_PATH_LEN, THERMAL_ZONE_TEMP_PATH.c_str(), tzn) > 0) { in UpdateDataType() 84 THERMAL_HILOGE(COMP_HDI, "thermal zone path format failed, num is %{public}d", tzn); in UpdateDataType()
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/ |
H A D | thermal_zone_manager.h | 128 void UpdateDataType(XMLThermalZoneInfo& tzIter, ReportedThermalData& data, int32_t tzn);
|