Home
last modified time | relevance | path

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

/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/
H A Dhdi_service_test.cpp741 int32_t battPresent = strtol(buf, nullptr, strlen); in ReadPresentSysfs() local
742 if (battPresent < 0) { in ReadPresentSysfs()
743 BATTERY_HILOGE(LABEL_TEST, "read system file chargeState is %{public}d", battPresent); in ReadPresentSysfs()
745 BATTERY_HILOGE(LABEL_TEST, "read system file chargeState is %{public}d", battPresent); in ReadPresentSysfs()
747 return battPresent; in ReadPresentSysfs()

Completed in 3 milliseconds