Searched defs:systemEvent (Results 1 – 10 of 10) sorted by relevance
213 SystemEvent systemEvent(BEGIN_SCREEN_OFF); in OnBeginScreenOff() local221 SystemEvent systemEvent(END_SCREEN_OFF); in OnEndScreenOff() local229 SystemEvent systemEvent(BEGIN_SCREEN_ON); in OnBeginScreenOn() local243 SystemEvent systemEvent(SYSTEM_READY); in OnSystemReady() local258 SystemEvent systemEvent(END_SCREEN_ON); in OnEndScreenOn() local266 SystemEvent systemEvent(BEGIN_WAKEUP); in OnBeginWakeUp() local274 SystemEvent systemEvent(END_WAKEUP); in OnEndWakeUp() local283 SystemEvent systemEvent(BEGIN_SLEEP, std::to_string(why)); in OnBeginSleep() local291 SystemEvent systemEvent(END_SLEEP, std::to_string(why)); in OnEndSleep() local305 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
29 void ScreenlockCallbackTest::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
30 void ScreenlockNotifyTestInstance::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
84 void ScreenlockSystemAbilityCallback::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
101 void ScreenlockCallback::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
216 SystemEvent systemEvent("", std::to_string(status)); in AsyncCallFunc() local
53 SystemEvent systemEvent; member