Home
last modified time | relevance | path

Searched refs:IsOnBattery (Results 1 - 4 of 4) sorted by relevance

/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_util_test.cpp220 EXPECT_FALSE(StatsHelper::IsOnBattery()); in HWTEST_F()
224 EXPECT_TRUE(StatsHelper::IsOnBattery()); in HWTEST_F()
253 EXPECT_FALSE(StatsHelper::IsOnBattery()); in HWTEST_F()
257 EXPECT_TRUE(StatsHelper::IsOnBattery()); in HWTEST_F()
279 EXPECT_FALSE(StatsHelper::IsOnBattery()); in HWTEST_F()
284 EXPECT_FALSE(StatsHelper::IsOnBattery()); in HWTEST_F()
289 EXPECT_TRUE(StatsHelper::IsOnBattery()); in HWTEST_F()
294 EXPECT_TRUE(StatsHelper::IsOnBattery()); in HWTEST_F()
315 EXPECT_FALSE(StatsHelper::IsOnBattery()); in HWTEST_F()
322 EXPECT_TRUE(StatsHelper::IsOnBattery()); in HWTEST_F()
[all...]
/base/powermgr/battery_statistics/utils/native/src/
H A Dstats_helper.cpp86 bool StatsHelper::IsOnBattery() in IsOnBattery() function in OHOS::PowerMgr::StatsHelper
100 if (IsOnBattery()) { in GetOnBatteryBootTimeMs()
113 if (IsOnBattery()) { in GetOnBatteryUpTimeMs()
/base/powermgr/battery_statistics/utils/native/include/
H A Dstats_helper.h96 if (IsOnBattery()) { in AddCount()
122 static bool IsOnBattery();
/base/powermgr/battery_statistics/services/native/src/
H A Dcpu_time_reader.cpp193 if (StatsHelper::IsOnBattery()) { in ReadUidCpuActiveTimeImpl()
326 if (StatsHelper::IsOnBattery()) { in ReadUidCpuClusterTime()
480 if (!StatsHelper::IsOnBattery()) { in ReadUidCpuFreqTime()
559 if (StatsHelper::IsOnBattery()) { in ReadUidCpuTime()

Completed in 3 milliseconds