Home
last modified time | relevance | path

Searched refs:ReadNodeToInt (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_hdf_utils.h32 static int32_t ReadNodeToInt(const std::string& path);
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_utils.cpp33 int32_t ThermalHdfUtils::ReadNodeToInt(const std::string& path) in ReadNodeToInt() function in OHOS::HDI::Thermal::V1_1::ThermalHdfUtils
H A Dthermal_zone_manager.cpp189 info.temp = ThermalHdfUtils::ReadNodeToInt(iter.tempPath); in CollectCallbackInfo()
243 info.temp = ThermalHdfUtils::ReadNodeToInt(iter.tempPath); in GetCallbackInfo()