Home
last modified time | relevance | path

Searched refs:ReadNode (Results 1 – 5 of 5) sorted by relevance

/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dthermal_hdf_utils.cpp36 if (!ReadNode(path, content)) { in ReadNodeToInt()
45 bool ThermalHdfUtils::ReadNode(const std::string& path, std::string& out) in ReadNode() function in OHOS::HDI::Thermal::V1_1::ThermalHdfUtils
Dthermal_zone_manager.cpp150 if (!ThermalHdfUtils::ReadNode(iter->typePath, tzType)) { in ParseThermalZoneInfo()
Dthermal_hdf_config.cpp225 ThermalHdfUtils::ReadNode( in ParseTracingSubNode()
Dthermal_dfx.cpp348 ThermalHdfUtils::ReadNode(info.valuePath, value); in WriteToFile()
/drivers/peripheral/thermal/interfaces/hdi_service/include/
Dthermal_hdf_utils.h33 static bool ReadNode(const std::string& path, std::string& out);