Home
last modified time | relevance | path

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

/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/
H A Dhdi_service_test.cpp387 int32_t currentAvg = strtol(buf, nullptr, strlen); in ReadCurrentAverageSysfs() local
388 if (currentAvg < NUM_ZERO) { in ReadCurrentAverageSysfs()
389 BATTERY_HILOGE(LABEL_TEST, "read system file currentAvg is %{public}d", currentAvg); in ReadCurrentAverageSysfs()
391 BATTERY_HILOGE(LABEL_TEST, "read system file currentAvg is %{public}d", currentAvg); in ReadCurrentAverageSysfs()
393 return currentAvg; in ReadCurrentAverageSysfs()
1107 int32_t currentAvg = HDF_FAILURE; in HWTEST_F() local
1109 giver_->ParseCurrentAverage(&currentAvg); in HWTEST_F()
1112 LABEL_TEST, "Not Mock HdiService024::currentAvg in HWTEST_F()
[all...]

Completed in 3 milliseconds