Home
last modified time | relevance | path

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

/ohos5.0/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
/ohos5.0/base/powermgr/battery_statistics/utils/native/include/
H A Dstats_hisysevent.h142 static bool CheckHiSysEvent(const std::string& eventName);
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_util_test.cpp54 EXPECT_TRUE(StatsHiSysEvent::CheckHiSysEvent(StatsHiSysEvent::POWER_RUNNINGLOCK));
55 EXPECT_FALSE(StatsHiSysEvent::CheckHiSysEvent("POWER_RUNNINGLOCK_WRONG"));
/ohos5.0/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_listener.cpp56 if (!StatsHiSysEvent::CheckHiSysEvent(eventName)) { in OnEvent()