Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/mock/
H A Dstats_client_test_mock_parcel.cpp127 double totalPowerMah = 1000.0; variable
131 sptrStatsInfo->SetPower(totalPowerMah);
135 EXPECT_EQ(totalPowerMah, sptrStatsInfo->GetPower());
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_powermgr_test.cpp331 double totalPowerMah = 1000.0; variable
341 sptrStatsInfo->SetPower(totalPowerMah);
345 EXPECT_EQ(totalPowerMah, sptrStatsInfo->GetPower());
359 EXPECT_EQ(totalPowerMah, unmarshalInfo->GetPower());