/base/theme/screenlock_mgr/services/src/ |
D | screenlock_system_ability.cpp | 219 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 …]
|
D | screenlock_system_ability_proxy.cpp | 27 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/ |
D | screenlock_system_ability_callback.cpp | 62 …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/ |
D | screenlock_callback_test.cpp | 30 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()
|
D | screenlock_notify_test_instance.cpp | 30 void ScreenlockNotifyTestInstance::OnCallBack(const SystemEvent &systemEvent) in OnCallBack() argument 32 …SCLOCK_HILOGD("ScreenlockNotifyTestInstance ONCALLBACK event is%{public}s", systemEvent.eventType… in OnCallBack()
|
D | screenlock_notify_test_instance.h | 29 void OnCallBack(const SystemEvent &systemEvent) override;
|
D | screenlock_callback_test.h | 29 void OnCallBack(const SystemEvent &systemEvent) override;
|
/base/theme/screenlock_mgr/frameworks/native/src/ |
D | screenlock_system_ability_stub.cpp | 27 void ScreenLockSystemAbilityStub::OnCallBack(const SystemEvent &systemEvent) in OnCallBack() argument 41 SystemEvent systemEvent(data.ReadString(), data.ReadString()); in OnRemoteRequest() local 42 OnCallBack(systemEvent); in OnRemoteRequest()
|
D | screenlock_app_manager.cpp | 122 SystemEvent systemEvent(SERVICE_RESTART); in OnRemoteSaDied() local 123 systemEventListener_->OnCallBack(systemEvent); in OnRemoteSaDied()
|
/base/theme/screenlock_mgr/frameworks/js/napi/include/ |
D | screenlock_system_ability_callback.h | 31 void OnCallBack(const SystemEvent &systemEvent) override;
|
D | uv_queue.h | 31 SystemEvent systemEvent; member
|
/base/theme/screenlock_mgr/services/include/ |
D | screenlock_system_ability_proxy.h | 31 void OnCallBack(const SystemEvent &systemEvent) override;
|
D | screenlock_system_ability.h | 180 … void SystemEventCallBack(const SystemEvent &systemEvent, TraceTaskId traceTaskId = HITRACE_BUTT);
|
/base/theme/screenlock_mgr/frameworks/native/include/ |
D | screenlock_system_ability_stub.h | 32 SCREENLOCK_API void OnCallBack(const SystemEvent &systemEvent) override;
|
D | screenlock_system_ability_interface.h | 35 virtual void OnCallBack(const SystemEvent &systemEvent) = 0;
|