Home
last modified time | relevance | path

Searched refs:pollingMap_ (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_zone_manager.cpp52 pollingMap_ = ThermalHdfConfig::GetInstance().GetPollingConfig(); in Init()
118 // Multi-thread access to pollingMap_ require lock in UpdateThermalZoneData()
120 for (auto &polling : pollingMap_) { in UpdateThermalZoneData()
135 if (pollingMap_.empty()) { in CalculateMaxCd()
140 for (auto &polling : pollingMap_) { in CalculateMaxCd()
152 for (auto &polling : pollingMap_) { in CalculateMaxCd()
202 for (auto &polling : pollingMap_) { in ReportThermalZoneData()
235 for (auto &polling : pollingMap_) { in GetCallbackInfo()
256 for (auto &polling : pollingMap_) { in DumpPollingInfo()
H A Dthermal_hdf_config.cpp180 pollingMap_.insert(std::make_pair(pollingName, groupMap)); in ParsePollingNode()
/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_hdf_config.h84 return pollingMap_; in GetPollingConfig()
93 PollingMap pollingMap_; member in OHOS::HDI::Thermal::V1_1::ThermalHdfConfig
H A Dthermal_zone_manager.h134 ThermalHdfConfig::PollingMap pollingMap_; member in OHOS::HDI::Thermal::V1_1::ThermalZoneManager

Completed in 3 milliseconds