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.cpp195 SystemEvent systemEvent(SERVICE_RESTART); in OnRemoteSaDied() local
/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability.cpp279 SystemEvent systemEvent(BEGIN_SCREEN_OFF); in OnScreenOff() local
291 SystemEvent systemEvent(BEGIN_SCREEN_ON); in OnScreenOn() local
311 SystemEvent systemEvent(SYSTEM_READY); in OnSystemReady() local
324 SystemEvent systemEvent(BEGIN_WAKEUP); in OnWakeUp() local
336 SystemEvent systemEvent(BEGIN_SLEEP); in OnSleep() local
348 SystemEvent systemEvent(EXIT_ANIMATION); in OnExitAnimation() local
354 SystemEvent systemEvent(STRONG_AUTH_CHANGED); in StrongAuthChanged() local
397 SystemEvent systemEvent(UNLOCKSCREEN); in UnlockInner() local
419 SystemEvent systemEvent(LOCKSCREEN); in Lock() local
432 SystemEvent systemEvent(LOCKSCREEN); in Lock() local
[all …]
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()