Searched refs:FormatThermalPaths (Results 1 – 2 of 2) sorted by relevance
/base/powermgr/thermal_manager/application/protector/src/ |
D | thermal_sensor_provision.cpp | 109 FormatThermalPaths(pTSysPathInfo->thermalZonePath, sizeof(pTSysPathInfo->thermalZonePath), in FormatThermalSysfsPaths() 113 FormatThermalPaths(tzSysPathInfo_.tempPath, sizeof(tzSysPathInfo_.tempPath), in FormatThermalSysfsPaths() 116 FormatThermalPaths(tzSysPathInfo_.typePath, sizeof(tzSysPathInfo_.typePath), in FormatThermalSysfsPaths() 123 void ThermalSensorProvision::FormatThermalPaths(char *path, size_t size, const char *format, const … in FormatThermalPaths() function in OHOS::PowerMgr::ThermalSensorProvision
|
/base/powermgr/thermal_manager/application/protector/include/ |
D | thermal_sensor_provision.h | 59 void FormatThermalPaths(char *path, size_t size, const char *format, const char* name);
|