/ohos5.0/base/powermgr/thermal_manager/application/protector/src/ |
H A D | thermal_sensor_provision.cpp | 66 int32_t ret = ReadSysfsFile(path, buf, size); in ReadThermalSysfsToBuff() 75 int32_t ThermalSensorProvision::ReadSysfsFile(const char* path, char* buf, size_t size) const in ReadSysfsFile() function in OHOS::PowerMgr::ThermalSensorProvision
|
/ohos5.0/base/powermgr/thermal_manager/application/protector/include/ |
H A D | thermal_sensor_provision.h | 57 int32_t ReadSysfsFile(const char* path, char* buf, size_t size) const;
|
/ohos5.0/base/powermgr/battery_manager/charger/include/ |
H A D | power_supply_provider.h | 66 int32_t ReadSysfsFile(const char* path, char* buf, size_t size) const;
|
/ohos5.0/base/powermgr/battery_manager/charger/src/ |
H A D | power_supply_provider.cpp | 115 int32_t PowerSupplyProvider::ReadSysfsFile(const char* path, char* buf, size_t size) const in ReadSysfsFile() function in OHOS::PowerMgr::PowerSupplyProvider 133 int32_t ret = ReadSysfsFile(path, buf, size); in ReadBatterySysfsToBuff()
|
/ohos5.0/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()
|
/ohos5.0/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);
|
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/ |
H A D | hdi_service_test.cpp | 567 int32_t ReadSysfsFile(const char* path, char* buf, size_t size) in ReadSysfsFile() function 601 if (ReadSysfsFile(onlinePath.c_str(), buf, MAX_BUFF_SIZE) != HDF_SUCCESS) { in ReadPluggedTypeSysfs() 615 if (ReadSysfsFile(typePath.c_str(), buf, MAX_BUFF_SIZE) != HDF_SUCCESS) { in ReadPluggedTypeSysfs()
|