Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_zone_manager.cpp67 tznMap_[type] = idx; in InitThermalZoneSysfs()
94 if (tznMap_.empty()) { in UpdateThermalZoneInfo()
97 auto typeIter = tznMap_.find(tzIter.type); in UpdateThermalZoneInfo()
98 if (typeIter != tznMap_.end()) { in UpdateThermalZoneInfo()
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_zone_manager.h139 std::map<std::string, int32_t> tznMap_; variable