Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_sensor_provision.cpp106 void ThermalSensorProvision::FormatThermalSysfsPaths(struct ThermalSysfsPathInfo *pTSysPathInfo) in FormatThermalSysfsPaths() argument
109 FormatThermalPaths(pTSysPathInfo->thermalZonePath, sizeof(pTSysPathInfo->thermalZonePath), in FormatThermalSysfsPaths()
110 THERMAL_ZONE_DIR_PATH, pTSysPathInfo->name); in FormatThermalSysfsPaths()
112 tzSysPathInfo_.name = pTSysPathInfo->name; in FormatThermalSysfsPaths()
114 THERMAL_TEMPERATURE_PATH, pTSysPathInfo->name); in FormatThermalSysfsPaths()
117 THEERMAL_TYPE_PATH, pTSysPathInfo->name); in FormatThermalSysfsPaths()
119 tzSysPathInfo_.fd = pTSysPathInfo->fd; in FormatThermalSysfsPaths()
/ohos5.0/base/powermgr/thermal_manager/application/protector/include/
H A Dthermal_sensor_provision.h58 void FormatThermalSysfsPaths(struct ThermalSysfsPathInfo *pTSysPathInfo);