Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_statistics/test/systemtest/src/
H A Dbatterystats_sys_test.cpp121 long actualTimeSec = statsClient.GetTotalTimeSecond(StatsUtils::STATS_TYPE_WAKELOCK_HOLD, uid); variable
140 GTEST_LOG_(INFO) << __func__ << ": actual time = " << actualTimeSec << " seconds";
143 EXPECT_EQ(expectedTimeSec, actualTimeSec);
178 long actualTimeSec = statsClient.GetTotalTimeSecond(StatsUtils::STATS_TYPE_SCREEN_ON); variable
192 GTEST_LOG_(INFO) << __func__ << ": actual time = " << actualTimeSec << " seconds";
195 EXPECT_EQ(expectedTimeSec, actualTimeSec);