Searched refs:testTimeMs (Results 1 - 2 of 2) sorted by relevance
/base/powermgr/battery_statistics/test/unittest/src/servicetest/ |
H A D | stats_service_bluetooth_test.cpp | 1418 long testTimeMs = 200; in HWTEST_F() local 1422 WriteBluetoothEvent(pid, uid, testTimeMs); in HWTEST_F() 1424 double expectedPartPower = testTimeMs * (bluetoothBrOnAverageMa + bluetoothBleOnAverageMa) / MS_PER_HOUR; in HWTEST_F() 1431 double expectedSoftPower = testTimeMs * (bluetoothBrScanAverageMa + bluetoothBleScanAverageMa) / MS_PER_HOUR; in HWTEST_F() 1454 long testTimeMs = 200; in HWTEST_F() local 1458 WriteBluetoothEvent(pid, uid, testTimeMs); in HWTEST_F() 1531 long testTimeMs = 200; in HWTEST_F() local 1535 WriteBluetoothEvent(pid, uid, testTimeMs); in HWTEST_F() 1541 double expectedPartPower = testTimeMs * (bluetoothBrOnAverageMa + bluetoothBleOnAverageMa) / MS_PER_HOUR; in HWTEST_F() 1549 double expectedSoftPower = testTimeMs * (bluetoothBrScanAverageM in HWTEST_F() [all...] |
/base/powermgr/battery_statistics/test/unittest/src/clienttest/ |
H A D | stats_bluetooth_test.cpp | 1266 long testTimeMs = 200; in HWTEST_F() local 1270 WriteBluetoothEvent(pid, uid, testTimeMs); in HWTEST_F() 1272 double expectedPartPower = testTimeMs * (bluetoothBrOnAverageMa + bluetoothBleOnAverageMa) / MS_PER_HOUR; in HWTEST_F() 1279 double expectedSoftPower = testTimeMs * (bluetoothBrScanAverageMa + bluetoothBleScanAverageMa) / MS_PER_HOUR; in HWTEST_F() 1301 long testTimeMs = 200; in HWTEST_F() local 1305 WriteBluetoothEvent(pid, uid, testTimeMs); in HWTEST_F()
|
Completed in 6 milliseconds