Lines Matching defs:systemEvent
212 SystemEvent systemEvent(BEGIN_SCREEN_OFF); in OnBeginScreenOff() local
220 SystemEvent systemEvent(END_SCREEN_OFF); in OnEndScreenOff() local
228 SystemEvent systemEvent(BEGIN_SCREEN_ON); in OnBeginScreenOn() local
242 SystemEvent systemEvent(SYSTEM_READY); in OnSystemReady() local
257 SystemEvent systemEvent(END_SCREEN_ON); in OnEndScreenOn() local
265 SystemEvent systemEvent(BEGIN_WAKEUP); in OnBeginWakeUp() local
273 SystemEvent systemEvent(END_WAKEUP); in OnEndWakeUp() local
282 SystemEvent systemEvent(BEGIN_SLEEP, std::to_string(why)); in OnBeginSleep() local
290 SystemEvent systemEvent(END_SLEEP, std::to_string(why)); in OnEndSleep() local
304 SystemEvent systemEvent(CHANGE_USER, std::to_string(newUserId)); in OnChangeUser() local
312 SystemEvent systemEvent(SCREENLOCK_ENABLED, std::to_string(enabled)); in OnScreenlockEnabled() local
319 SystemEvent systemEvent(EXIT_ANIMATION); in OnExitAnimation() local
340 SystemEvent systemEvent(UNLOCKSCREEN); in RequestUnlock() local
363 SystemEvent systemEvent(LOCKSCREEN); in RequestLock() local
548 SystemEvent systemEvent("", std::to_string(stateResult)); in LockScreenEvent() local
575 SystemEvent systemEvent("", std::to_string(stateResult)); in UnlockScreenEvent() local
628 void ScreenLockSystemAbility::SystemEventCallBack(const SystemEvent &systemEvent, TraceTaskId trace… in SystemEventCallBack()