Home
last modified time | relevance | path

Searched refs:SystemEvent (Results 1 - 15 of 15) sorted by relevance

/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_system_ability_interface.h24 struct SystemEvent { struct
28 explicit SystemEvent(std::string eventType = "", std::string params = "", int32_t userId = -1) in SystemEvent() function
36 virtual void OnCallBack(const SystemEvent &systemEvent) = 0;
/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_system_ability_stub.cpp27 void ScreenLockSystemAbilityStub::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
41 SystemEvent systemEvent(data.ReadString(), data.ReadString()); in OnRemoteRequest()
H A Dscreenlock_app_manager.cpp195 SystemEvent systemEvent(SERVICE_RESTART); in OnRemoteSaDied()
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_notify_test_instance.h29 void OnCallBack(const SystemEvent &systemEvent) override;
H A Dscreenlock_notify_test_instance.cpp30 void ScreenlockNotifyTestInstance::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
H A Dscreenlock_callback_test.cpp30 void ScreenLockSystemAbilityTest::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
H A Dscreenlock_callback_test.h29 void OnCallBack(const SystemEvent &systemEvent) override;
/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability_proxy.h31 void OnCallBack(const SystemEvent &systemEvent) override;
H A Dscreenlock_system_ability.h205 void SystemEventCallBack(const SystemEvent &systemEvent, TraceTaskId traceTaskId = HITRACE_BUTT);
/base/theme/screenlock_mgr/frameworks/native/include/
H A Dscreenlock_system_ability_stub.h32 SCREENLOCK_API void OnCallBack(const SystemEvent &systemEvent) override;
/base/theme/screenlock_mgr/frameworks/js/napi/include/
H A Dscreenlock_system_ability_callback.h32 void OnCallBack(const SystemEvent &systemEvent) override;
H A Duv_queue.h31 SystemEvent systemEvent;
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability_proxy.cpp27 void ScreenLockSystemAbilityProxy::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
H A Dscreenlock_system_ability.cpp280 SystemEvent systemEvent(BEGIN_SCREEN_OFF); in OnScreenOff()
292 SystemEvent systemEvent(BEGIN_SCREEN_ON); in OnScreenOn()
312 SystemEvent systemEvent(SYSTEM_READY); in OnSystemReady()
325 SystemEvent systemEvent(BEGIN_WAKEUP); in OnWakeUp()
337 SystemEvent systemEvent(BEGIN_SLEEP); in OnSleep()
349 SystemEvent systemEvent(EXIT_ANIMATION); in OnExitAnimation()
355 SystemEvent systemEvent(STRONG_AUTH_CHANGED); in StrongAuthChanged()
397 SystemEvent systemEvent(UNLOCKSCREEN); in UnlockInner()
419 SystemEvent systemEvent(LOCKSCREEN); in Lock()
432 SystemEvent systemEven in Lock()
[all...]
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dscreenlock_system_ability_callback.cpp40 void ScreenlockSystemAbilityCallback::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()

Completed in 6 milliseconds