Home
last modified time | relevance | path

Searched defs:systemEvent (Results 1 – 8 of 8) sorted by relevance

/base/theme/screenlock_mgr/frameworks/native/src/
Dscreenlock_system_ability_stub.cpp27 void ScreenLockSystemAbilityStub::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
41 SystemEvent systemEvent(data.ReadString(), data.ReadString()); in OnRemoteRequest() local
Dscreenlock_app_manager.cpp117 SystemEvent systemEvent(SERVICE_RESTART); in OnRemoteSaDied() local
/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability.cpp199 SystemEvent systemEvent(BEGIN_SCREEN_OFF); in OnScreenOff() local
211 SystemEvent systemEvent(BEGIN_SCREEN_ON); in OnScreenOn() local
231 SystemEvent systemEvent(SYSTEM_READY); in OnSystemReady() local
244 SystemEvent systemEvent(BEGIN_WAKEUP); in OnWakeUp() local
256 SystemEvent systemEvent(BEGIN_SLEEP); in OnSleep() local
268 SystemEvent systemEvent(EXIT_ANIMATION); in OnExitAnimation() local
304 SystemEvent systemEvent(UNLOCKSCREEN); in UnlockInner() local
326 SystemEvent systemEvent(LOCKSCREEN); in Lock() local
339 SystemEvent systemEvent(LOCKSCREEN); in Lock() local
527 void ScreenLockSystemAbility::SystemEventCallBack(const SystemEvent &systemEvent, TraceTaskId trace… in SystemEventCallBack()
Dscreenlock_system_ability_proxy.cpp27 void ScreenLockSystemAbilityProxy::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
/base/theme/screenlock_mgr/test/unittest/
Dscreenlock_notify_test_instance.cpp30 void ScreenlockNotifyTestInstance::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
Dscreenlock_callback_test.cpp30 void ScreenLockSystemAbilityTest::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
/base/theme/screenlock_mgr/frameworks/js/napi/include/
Duv_queue.h31 SystemEvent systemEvent; member
/base/theme/screenlock_mgr/frameworks/js/napi/src/
Dscreenlock_system_ability_callback.cpp40 void ScreenlockSystemAbilityCallback::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()