Searched defs:systemEvent (Results 1 – 10 of 10) sorted by relevance
212 SystemEvent systemEvent(BEGIN_SCREEN_OFF); in OnBeginScreenOff() local220 SystemEvent systemEvent(END_SCREEN_OFF); in OnEndScreenOff() local228 SystemEvent systemEvent(BEGIN_SCREEN_ON); in OnBeginScreenOn() local242 SystemEvent systemEvent(SYSTEM_READY); in OnSystemReady() local257 SystemEvent systemEvent(END_SCREEN_ON); in OnEndScreenOn() local265 SystemEvent systemEvent(BEGIN_WAKEUP); in OnBeginWakeUp() local273 SystemEvent systemEvent(END_WAKEUP); in OnEndWakeUp() local282 SystemEvent systemEvent(BEGIN_SLEEP, std::to_string(why)); in OnBeginSleep() local290 SystemEvent systemEvent(END_SLEEP, std::to_string(why)); in OnEndSleep() local304 SystemEvent systemEvent(CHANGE_USER, std::to_string(newUserId)); in OnChangeUser() local[all …]
27 void ScreenLockSystemAbilityProxy::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
23 void ScreenLockSystemAbilityStub::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()41 SystemEvent systemEvent(data.ReadString(), data.ReadString()); in OnRemoteRequest() local
116 SystemEvent systemEvent(SERVICE_RESTART); in OnRemoteSaDied() local
30 void ScreenlockNotifyTestInstance::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
29 void ScreenlockCallbackTest::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
84 void ScreenlockSystemAbilityCallback::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
101 void ScreenlockCallback::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
207 SystemEvent systemEvent("", std::to_string(status)); in AsyncCallLockScreen() local284 SystemEvent systemEvent("", std::to_string(status)); in AsyncCallUnlockScreen() local
53 SystemEvent systemEvent; member