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_manager.cpp395 SystemEvent systemEvent(SERVICE_RESTART); in OnRemoteSaDied() local
/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability.cpp406 SystemEvent systemEvent(BEGIN_SCREEN_OFF); in OnScreenOff() local
418 SystemEvent systemEvent(BEGIN_SCREEN_ON); in OnScreenOn() local
438 SystemEvent systemEvent(SYSTEM_READY); in OnSystemReady() local
451 SystemEvent systemEvent(BEGIN_WAKEUP); in OnWakeUp() local
463 SystemEvent systemEvent(BEGIN_SLEEP); in OnSleep() local
475 SystemEvent systemEvent(EXIT_ANIMATION); in OnExitAnimation() local
484 SystemEvent systemEvent(STRONG_AUTH_CHANGED); in StrongAuthChanged() local
528 SystemEvent systemEvent(UNLOCKSCREEN); in UnlockInner() local
551 SystemEvent systemEvent(LOCKSCREEN); in Lock() local
565 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.cpp31 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()