Home
last modified time | relevance | path

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

/base/powermgr/battery_statistics/utils/native/src/
H A Dstats_hisysevent.cpp23 bool StatsHiSysEvent::CheckHiSysEvent(const std::string& eventName) in CheckHiSysEvent() function in OHOS::PowerMgr::StatsHiSysEvent
/base/powermgr/battery_statistics/utils/native/include/
H A Dstats_hisysevent.h142 static bool CheckHiSysEvent(const std::string& eventName);
/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_util_test.cpp56 EXPECT_TRUE(StatsHiSysEvent::CheckHiSysEvent(StatsHiSysEvent::POWER_RUNNINGLOCK)); in HWTEST_F()
57 EXPECT_FALSE(StatsHiSysEvent::CheckHiSysEvent("POWER_RUNNINGLOCK_WRONG")); in HWTEST_F()
/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_listener.cpp56 if (!StatsHiSysEvent::CheckHiSysEvent(eventName)) { in OnEvent()

Completed in 4 milliseconds