Home
last modified time | relevance | path

Searched refs:tempChargeState (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/powermgr/battery_manager/test/systemtest/src/
H A Dbattery_sttest.cpp98 auto tempChargeState = BatterySrvClient.GetChargingStatus(); variable
108 chargeStateArr[static_cast<int32_t>(tempChargeState)]);
109 …TEST_LOG_(INFO) << "BatteryST002 executing, chargeState=" << static_cast<int32_t>(tempChargeState);
133 auto tempChargeState = BatterySrvClient.GetChargingStatus(); variable
142 chargeStateArr[static_cast<int32_t>(tempChargeState)]);
167 auto tempChargeState = BatterySrvClient.GetChargingStatus(); variable
176 chargeStateArr[static_cast<int32_t>(tempChargeState)]);
201 auto tempChargeState = BatterySrvClient.GetChargingStatus(); variable
210 chargeStateArr[static_cast<int32_t>(tempChargeState)]);
235 auto tempChargeState = BatterySrvClient.GetChargingStatus(); variable
[all …]
/ohos5.0/base/powermgr/battery_manager/frameworks/native/test/unittest/src/
H A Dbattery_client_test.cpp127 auto tempChargeState = BatterySrvClient.GetChargingStatus(); variable
139 chargeStateArr[static_cast<int32_t>(tempChargeState)]);