Home
last modified time | relevance | path

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

/test/xts/hats/powermgr/battery/hdi_battery/common/
H A Dhdi_battery_test.cpp383 ChargingLimit buckLimit; in HWTEST_F() local
384 buckLimit.type = TYPE_CURRENT; in HWTEST_F()
385 buckLimit.protocol = "buck"; in HWTEST_F()
386 buckLimit.value = 1100; in HWTEST_F()
389 chargeLimitList.push_back(buckLimit); in HWTEST_F()
396 buckLimit.protocol + " " + std::to_string(buckLimit.value) + "\n"; in HWTEST_F()
419 ChargingLimit buckLimit; in HWTEST_F() local
420 buckLimit.type = TYPE_VOLTAGE; in HWTEST_F()
421 buckLimit in HWTEST_F()
[all...]
/test/xts/hats/powermgr/battery/hdi_battery_additional/common/
H A Dhdi_battery_test.cpp387 ChargingLimit buckLimit; in HWTEST_F() local
388 buckLimit.type = TYPE_CURRENT; in HWTEST_F()
389 buckLimit.protocol = "buck"; in HWTEST_F()
390 buckLimit.value = 1100; in HWTEST_F()
397 chargeLimitList.push_back(buckLimit); in HWTEST_F()
404 std::string writeChargeInfo = scLimit.protocol + " " + std::to_string(scLimit.value) + "\n" + buckLimit.protocol + in HWTEST_F()
405 " " + std::to_string(buckLimit.value) + "\n" + testLimit.protocol + " " + in HWTEST_F()
429 ChargingLimit buckLimit; in HWTEST_F() local
430 buckLimit.type = TYPE_VOLTAGE; in HWTEST_F()
431 buckLimit in HWTEST_F()
[all...]

Completed in 2 milliseconds