Home
last modified time | relevance | path

Searched refs:temperaturePath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/powermgr/battery_manager/charger/include/
H A Dpower_supply_provider.h54 std::string temperaturePath; member
/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dpower_supply_provider.cpp110 …batterySysfsInfo_.temperaturePath, PATH_MAX, "%s/%s/temp", path_.c_str(), nodeNamePathMap_["temp"]… in FormatSysfsPaths()
301 … int32_t ret = ReadBatterySysfsToBuff(batterySysfsInfo_.temperaturePath.c_str(), buf, sizeof(buf)); in ParseTemperature()
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dpower_supply_provider.h111 std::string temperaturePath; member
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dpower_supply_provider.cpp258 FormatPath(batterySysfsInfo_.temperaturePath, PATH_MAX, "%s/%s/temp", path_.c_str(), in FormatSysfsPaths()
821 … int32_t ret = ReadBatterySysfsToBuff(batterySysfsInfo_.temperaturePath.c_str(), buf, sizeof(buf)); in ParseTemperature()