Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_bluetooth_test.cpp978 …double expectedPowerOne = 3 * POWER_CONSUMPTION_DURATION_US * bluetoothBrScanAverageMa / US_PER_HO… variable
980 double devPrecentOne = abs(expectedPowerOne - actualPowerOne) / expectedPowerOne;
981 GTEST_LOG_(INFO) << __func__ << ": expected consumption One = " << expectedPowerOne << " mAh";
1168 …double expectedPowerOne = 3 * POWER_CONSUMPTION_DURATION_US * bluetoothBleScanAverageMa / US_PER_H… variable
1170 double devPrecentOne = abs(expectedPowerOne - actualPowerOne) / expectedPowerOne;
1171 GTEST_LOG_(INFO) << __func__ << ": expected consumption One = " << expectedPowerOne << " mAh";
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/servicetest/
H A Dstats_service_bluetooth_test.cpp1107 …double expectedPowerOne = 3 * SERVICE_POWER_CONSUMPTION_DURATION_US * bluetoothBrScanAverageMa / U… variable
1109 double devPrecentOne = abs(expectedPowerOne - actualPowerOne) / expectedPowerOne;
1110 GTEST_LOG_(INFO) << __func__ << ": expected consumption One = " << expectedPowerOne << " mAh";
1319 …double expectedPowerOne = 3 * SERVICE_POWER_CONSUMPTION_DURATION_US * bluetoothBleScanAverageMa / … variable
1321 double devPrecentOne = abs(expectedPowerOne - actualPowerOne) / expectedPowerOne;
1322 GTEST_LOG_(INFO) << __func__ << ": expected consumption One = " << expectedPowerOne << " mAh";