Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/application/protector/src/action/
H A Dcurrent_action.cpp28 const std::string SIM_BATTERY_CURRENT_PATH = "/data/service/el0/thermal/cooling/battery/current"; variable
55 …if (snprintf_s(currentBuf, MAX_PATH, sizeof(currentBuf) - 1, SIM_BATTERY_CURRENT_PATH.c_str()) < E… in BatteryCurrentActionRequest()
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_device_mitigation.cpp42 const std::string SIM_BATTERY_CURRENT_PATH = "/data/service/el0/thermal/cooling/battery/current"; variable
137 ret = ExecuteChargerRequest(current, SIM_BATTERY_CURRENT_PATH); in ChargerRequest()
204 …ret = snprintf_s(nodeBuf, MAX_BUF_PATH, sizeof(nodeBuf) - 1, "%s", SIM_BATTERY_CURRENT_PATH.c_str(… in BatteryCurrentRequest()