Home
last modified time | relevance | path

Searched refs:onBattery (Results 1 - 2 of 2) sorted by relevance

/base/powermgr/battery_statistics/utils/native/src/
H A Dstats_helper.cpp60 void StatsHelper::SetOnBattery(bool onBattery) in SetOnBattery() argument
62 if (onBattery_ != onBattery) { in SetOnBattery()
63 onBattery_ = onBattery; in SetOnBattery()
64 // when onBattery is ture, status is unplugin. in SetOnBattery()
67 if (onBattery) { in SetOnBattery()
74 STATS_HILOGI(COMP_SVC, "Update battery state: %{public}d", onBattery); in SetOnBattery()
/base/powermgr/battery_statistics/utils/native/include/
H A Dstats_helper.h118 static void SetOnBattery(bool onBattery);

Completed in 2 milliseconds