Searched defs:systemEvent (Results 1 – 8 of 8) sorted by relevance
219 SystemEvent systemEvent(BEGIN_SCREEN_OFF); in OnBeginScreenOff() local227 SystemEvent systemEvent(END_SCREEN_OFF); in OnEndScreenOff() local235 SystemEvent systemEvent(BEGIN_SCREEN_ON); in OnBeginScreenOn() local249 SystemEvent systemEvent(SYSTEM_READY); in OnSystemReady() local264 SystemEvent systemEvent(END_SCREEN_ON); in OnEndScreenOn() local272 SystemEvent systemEvent(BEGIN_WAKEUP); in OnBeginWakeUp() local280 SystemEvent systemEvent(END_WAKEUP); in OnEndWakeUp() local289 SystemEvent systemEvent(BEGIN_SLEEP, std::to_string(why)); in OnBeginSleep() local297 SystemEvent systemEvent(END_SLEEP, std::to_string(why)); in OnEndSleep() local314 SystemEvent systemEvent(CHANGE_USER, std::to_string(newUserId)); in OnChangeUser() local[all …]
27 void ScreenLockSystemAbilityProxy::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
27 void ScreenLockSystemAbilityStub::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()41 SystemEvent systemEvent(data.ReadString(), data.ReadString()); in OnRemoteRequest() local
122 SystemEvent systemEvent(SERVICE_RESTART); in OnRemoteSaDied() local
30 void ScreenlockNotifyTestInstance::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
30 void ScreenLockSystemAbilityTest::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
31 SystemEvent systemEvent; member
82 void ScreenlockSystemAbilityCallback::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()