Home
last modified time | relevance | path

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

/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability.cpp212 SystemEvent systemEvent(BEGIN_SCREEN_OFF); in OnBeginScreenOff() local
220 SystemEvent systemEvent(END_SCREEN_OFF); in OnEndScreenOff() local
228 SystemEvent systemEvent(BEGIN_SCREEN_ON); in OnBeginScreenOn() local
242 SystemEvent systemEvent(SYSTEM_READY); in OnSystemReady() local
257 SystemEvent systemEvent(END_SCREEN_ON); in OnEndScreenOn() local
265 SystemEvent systemEvent(BEGIN_WAKEUP); in OnBeginWakeUp() local
273 SystemEvent systemEvent(END_WAKEUP); in OnEndWakeUp() local
282 SystemEvent systemEvent(BEGIN_SLEEP, std::to_string(why)); in OnBeginSleep() local
290 SystemEvent systemEvent(END_SLEEP, std::to_string(why)); in OnEndSleep() local
304 SystemEvent systemEvent(CHANGE_USER, std::to_string(newUserId)); in OnChangeUser() local
[all …]
Dscreenlock_system_ability_proxy.cpp27 void ScreenLockSystemAbilityProxy::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
/base/theme/screenlock_mgr/frameworks/kitsimpl/src/
Dscreenlock_system_ability_stub.cpp23 void ScreenLockSystemAbilityStub::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
41 SystemEvent systemEvent(data.ReadString(), data.ReadString()); in OnRemoteRequest() local
Dscreenlock_app_manager.cpp116 SystemEvent systemEvent(SERVICE_RESTART); in OnRemoteSaDied() local
/base/theme/screenlock_mgr/test/unittest/
Dscreenlock_notify_test_instance.cpp30 void ScreenlockNotifyTestInstance::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
Dscreenlock_callback_test.cpp29 void ScreenlockCallbackTest::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
/base/theme/screenlock_mgr/interfaces/kits/napi/src/
Dscreenlock_system_ability_callback.cpp84 void ScreenlockSystemAbilityCallback::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
Dscreenlock_callback.cpp101 void ScreenlockCallback::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
Dnapi_screenlock_ability.cpp207 SystemEvent systemEvent("", std::to_string(status)); in AsyncCallLockScreen() local
284 SystemEvent systemEvent("", std::to_string(status)); in AsyncCallUnlockScreen() local
/base/theme/screenlock_mgr/interfaces/kits/napi/include/
Dnapi_screenlock_ability.h53 SystemEvent systemEvent; member