Home
last modified time | relevance | path

Searched refs:onlinePath (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dpower_supply_provider.cpp333 std::string onlinePath = path_ + "/" + onlineNode + "/" + "online"; in GetPluggedTypeName() local
334 ret = ReadSysfsFile(onlinePath.c_str(), buf, size); in GetPluggedTypeName()
342 onlinePath = path_ + "/" + *iter + "/" + "online"; in GetPluggedTypeName()
343 ret = ReadSysfsFile(onlinePath.c_str(), buf, size); in GetPluggedTypeName()
/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/
H A Dhdi_service_test.cpp599 std::string onlinePath = SYSTEM_BATTERY_PATH + "/" + *iter + "/" + "online"; in ReadPluggedTypeSysfs() local
600 if (ReadSysfsFile(onlinePath.c_str(), buf, MAX_BUFF_SIZE) != HDF_SUCCESS) { in ReadPluggedTypeSysfs()

Completed in 4 milliseconds