Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/servicetest/
H A Dstats_service_bluetooth_test.cpp1363 …double expectedSoftPower = testTimeMs * (bluetoothBrScanAverageMa + bluetoothBleScanAverageMa) / M… variable
1365 double devPrecentSoft = abs(expectedSoftPower - actualSoftPower) / expectedSoftPower;
1366 GTEST_LOG_(INFO) << __func__ << ": expected soft consumption = " << expectedSoftPower << " mAh";
1475 …double expectedSoftPower = testTimeMs * (bluetoothBrScanAverageMa + bluetoothBleScanAverageMa) / M… variable
1478 double devPrecentSoft = abs(expectedSoftPower - actualSoftPower) / expectedSoftPower;
1479 GTEST_LOG_(INFO) << __func__ << ": expected soft consumption = " << expectedSoftPower << " mAh";
1531 double expectedSoftPower = StatsUtils::DEFAULT_VALUE; variable
1533 GTEST_LOG_(INFO) << __func__ << ": expected soft consumption = " << expectedSoftPower << " mAh";
1535 EXPECT_EQ(expectedSoftPower, actualSoftPower);
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_bluetooth_test.cpp1211 …double expectedSoftPower = testTimeMs * (bluetoothBrScanAverageMa + bluetoothBleScanAverageMa) / M… variable
1213 double devPrecentSoft = abs(expectedSoftPower - actualSoftPower) / expectedSoftPower;
1214 GTEST_LOG_(INFO) << __func__ << ": expected soft consumption = " << expectedSoftPower << " mAh";