Home
last modified time | relevance | path

Searched refs:systemEvent (Results 1 – 15 of 15) sorted by relevance

/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability.cpp219 SystemEvent systemEvent(BEGIN_SCREEN_OFF); in OnBeginScreenOff() local
220 SystemEventCallBack(systemEvent); in OnBeginScreenOff()
227 SystemEvent systemEvent(END_SCREEN_OFF); in OnEndScreenOff() local
228 SystemEventCallBack(systemEvent); in OnEndScreenOff()
235 SystemEvent systemEvent(BEGIN_SCREEN_ON); in OnBeginScreenOn() local
236 SystemEventCallBack(systemEvent); in OnBeginScreenOn()
249 SystemEvent systemEvent(SYSTEM_READY); in OnSystemReady() local
250 systemEventListener_->OnCallBack(systemEvent); in OnSystemReady()
264 SystemEvent systemEvent(END_SCREEN_ON); in OnEndScreenOn() local
265 SystemEventCallBack(systemEvent); in OnEndScreenOn()
[all …]
Dscreenlock_system_ability_proxy.cpp27 void ScreenLockSystemAbilityProxy::OnCallBack(const SystemEvent &systemEvent) in OnCallBack() argument
37 if (!data.WriteString(systemEvent.eventType_)) { in OnCallBack()
41 if (!data.WriteString(systemEvent.params_)) { in OnCallBack()
/base/theme/screenlock_mgr/frameworks/js/napi/src/
Dscreenlock_system_ability_callback.cpp62 …napi_create_string_utf8(screenlockOnCallBackPtr->env, screenlockOnCallBackPtr->systemEvent.eventTy… in __anonf6c467d20102()
65 …screenlockOnCallBackPtr->env, screenlockOnCallBackPtr->systemEvent.params_.c_str(), NAPI_AUTO_LENG… in __anonf6c467d20102()
82 void ScreenlockSystemAbilityCallback::OnCallBack(const SystemEvent &systemEvent) in OnCallBack() argument
92 screenlockOnCallBack->systemEvent = systemEvent; in OnCallBack()
96 systemEvent.eventType_.c_str(), systemEvent.params_.c_str()); in OnCallBack()
/base/theme/screenlock_mgr/test/unittest/
Dscreenlock_callback_test.cpp30 void ScreenLockSystemAbilityTest::OnCallBack(const SystemEvent &systemEvent) in OnCallBack() argument
32 …SCLOCK_HILOGD("event=%{public}s,params=%{public}s", systemEvent.eventType_.c_str(), systemEvent.pa… in OnCallBack()
Dscreenlock_notify_test_instance.cpp30 void ScreenlockNotifyTestInstance::OnCallBack(const SystemEvent &systemEvent) in OnCallBack() argument
32 …SCLOCK_HILOGD("ScreenlockNotifyTestInstance ONCALLBACK event is%{public}s", systemEvent.eventType… in OnCallBack()
Dscreenlock_notify_test_instance.h29 void OnCallBack(const SystemEvent &systemEvent) override;
Dscreenlock_callback_test.h29 void OnCallBack(const SystemEvent &systemEvent) override;
/base/theme/screenlock_mgr/frameworks/native/src/
Dscreenlock_system_ability_stub.cpp27 void ScreenLockSystemAbilityStub::OnCallBack(const SystemEvent &systemEvent) in OnCallBack() argument
41 SystemEvent systemEvent(data.ReadString(), data.ReadString()); in OnRemoteRequest() local
42 OnCallBack(systemEvent); in OnRemoteRequest()
Dscreenlock_app_manager.cpp122 SystemEvent systemEvent(SERVICE_RESTART); in OnRemoteSaDied() local
123 systemEventListener_->OnCallBack(systemEvent); in OnRemoteSaDied()
/base/theme/screenlock_mgr/frameworks/js/napi/include/
Dscreenlock_system_ability_callback.h31 void OnCallBack(const SystemEvent &systemEvent) override;
Duv_queue.h31 SystemEvent systemEvent; member
/base/theme/screenlock_mgr/services/include/
Dscreenlock_system_ability_proxy.h31 void OnCallBack(const SystemEvent &systemEvent) override;
Dscreenlock_system_ability.h180 … void SystemEventCallBack(const SystemEvent &systemEvent, TraceTaskId traceTaskId = HITRACE_BUTT);
/base/theme/screenlock_mgr/frameworks/native/include/
Dscreenlock_system_ability_stub.h32 SCREENLOCK_API void OnCallBack(const SystemEvent &systemEvent) override;
Dscreenlock_system_ability_interface.h35 virtual void OnCallBack(const SystemEvent &systemEvent) = 0;