Searched refs:expectedSoftPower (Results 1 – 2 of 2) sorted by relevance
1363 …double expectedSoftPower = testTimeMs * (bluetoothBrScanAverageMa + bluetoothBleScanAverageMa) / M… variable1365 double devPrecentSoft = abs(expectedSoftPower - actualSoftPower) / expectedSoftPower;1366 GTEST_LOG_(INFO) << __func__ << ": expected soft consumption = " << expectedSoftPower << " mAh";1475 …double expectedSoftPower = testTimeMs * (bluetoothBrScanAverageMa + bluetoothBleScanAverageMa) / M… variable1478 double devPrecentSoft = abs(expectedSoftPower - actualSoftPower) / expectedSoftPower;1479 GTEST_LOG_(INFO) << __func__ << ": expected soft consumption = " << expectedSoftPower << " mAh";1531 double expectedSoftPower = StatsUtils::DEFAULT_VALUE; variable1533 GTEST_LOG_(INFO) << __func__ << ": expected soft consumption = " << expectedSoftPower << " mAh";1535 EXPECT_EQ(expectedSoftPower, actualSoftPower);
1211 …double expectedSoftPower = testTimeMs * (bluetoothBrScanAverageMa + bluetoothBleScanAverageMa) / M… variable1213 double devPrecentSoft = abs(expectedSoftPower - actualSoftPower) / expectedSoftPower;1214 GTEST_LOG_(INFO) << __func__ << ": expected soft consumption = " << expectedSoftPower << " mAh";