Searched refs:ReadSysfsFile (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/battery/interfaces/hdi_service/src/ |
H A D | power_supply_provider.cpp | 280 int32_t PowerSupplyProvider::ReadSysfsFile(const char* path, char* buf, size_t size) in ReadSysfsFile() function in OHOS::HDI::Battery::V2_0::PowerSupplyProvider 318 int32_t ret = ReadSysfsFile(path, buf, size); in ReadBatterySysfsToBuff() 334 ret = ReadSysfsFile(onlinePath.c_str(), buf, size); in GetPluggedTypeName() 343 ret = ReadSysfsFile(onlinePath.c_str(), buf, size); in GetPluggedTypeName() 367 ret = ReadSysfsFile(typePath.c_str(), buf, size); in GetPluggedTypeName()
|
/drivers/peripheral/battery/interfaces/hdi_service/include/ |
H A D | power_supply_provider.h | 146 int32_t ReadSysfsFile(const char* path, char* buf, size_t size);
|
/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/ |
H A D | hdi_service_test.cpp | 566 int32_t ReadSysfsFile(const char* path, char* buf, size_t size) in ReadSysfsFile() function 600 if (ReadSysfsFile(onlinePath.c_str(), buf, MAX_BUFF_SIZE) != HDF_SUCCESS) { in ReadPluggedTypeSysfs() 614 if (ReadSysfsFile(typePath.c_str(), buf, MAX_BUFF_SIZE) != HDF_SUCCESS) { in ReadPluggedTypeSysfs()
|
Completed in 5 milliseconds