Home
last modified time | relevance | path

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

/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability.cpp219 SystemEvent systemEvent(BEGIN_SCREEN_OFF); in OnBeginScreenOff() local
227 SystemEvent systemEvent(END_SCREEN_OFF); in OnEndScreenOff() local
235 SystemEvent systemEvent(BEGIN_SCREEN_ON); in OnBeginScreenOn() local
249 SystemEvent systemEvent(SYSTEM_READY); in OnSystemReady() local
264 SystemEvent systemEvent(END_SCREEN_ON); in OnEndScreenOn() local
272 SystemEvent systemEvent(BEGIN_WAKEUP); in OnBeginWakeUp() local
280 SystemEvent systemEvent(END_WAKEUP); in OnEndWakeUp() local
289 SystemEvent systemEvent(BEGIN_SLEEP, std::to_string(why)); in OnBeginSleep() local
297 SystemEvent systemEvent(END_SLEEP, std::to_string(why)); in OnEndSleep() local
314 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/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.cpp122 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.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.cpp82 void ScreenlockSystemAbilityCallback::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()