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.cpp213 SystemEvent systemEvent(BEGIN_SCREEN_OFF); in OnBeginScreenOff() local
221 SystemEvent systemEvent(END_SCREEN_OFF); in OnEndScreenOff() local
229 SystemEvent systemEvent(BEGIN_SCREEN_ON); in OnBeginScreenOn() local
243 SystemEvent systemEvent(SYSTEM_READY); in OnSystemReady() local
258 SystemEvent systemEvent(END_SCREEN_ON); in OnEndScreenOn() local
266 SystemEvent systemEvent(BEGIN_WAKEUP); in OnBeginWakeUp() local
274 SystemEvent systemEvent(END_WAKEUP); in OnEndWakeUp() local
283 SystemEvent systemEvent(BEGIN_SLEEP, std::to_string(why)); in OnBeginSleep() local
291 SystemEvent systemEvent(END_SLEEP, std::to_string(why)); in OnEndSleep() local
305 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_callback_test.cpp29 void ScreenlockCallbackTest::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
Dscreenlock_notify_test_instance.cpp30 void ScreenlockNotifyTestInstance::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.cpp216 SystemEvent systemEvent("", std::to_string(status)); in AsyncCallFunc() local
/base/theme/screenlock_mgr/interfaces/kits/napi/include/
Dnapi_screenlock_ability.h53 SystemEvent systemEvent; member