Home
last modified time | relevance | path

Searched refs:listenerProxy (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp110 if (listenerProxy == nullptr) { in NotifyTrustDeviceProfileAdd()
131 if (listenerProxy == nullptr) { in NotifyTrustDeviceProfileUpdate()
151 if (listenerProxy == nullptr) { in NotifyTrustDeviceProfileDelete()
221 if (listenerProxy == nullptr) { in NotifyDeviceProfileAdd()
248 if (listenerProxy == nullptr) { in NotifyDeviceProfileUpdate()
273 if (listenerProxy == nullptr) { in NotifyDeviceProfileDelete()
299 if (listenerProxy == nullptr) { in NotifyServiceProfileAdd()
328 if (listenerProxy == nullptr) { in NotifyServiceProfileUpdate()
354 if (listenerProxy == nullptr) { in NotifyServiceProfileDelete()
381 if (listenerProxy == nullptr) { in NotifyCharProfileAdd()
[all …]
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_base_manager.cpp37 if (listener->listenerProxy == nullptr) { in AddListener()
38 listener->listenerProxy = new HiSysEventDelegate(); in AddListener()
40 return listener->listenerProxy->AddListener(listener, rules); in AddListener()
45 if (listener == nullptr || listener->listenerProxy == nullptr) { in RemoveListener()
49 auto ret = listener->listenerProxy->RemoveListener(listener); in RemoveListener()
50 delete listener->listenerProxy; in RemoveListener()
51 listener->listenerProxy = nullptr; in RemoveListener()
67 if (listener == nullptr || listener->listenerProxy == nullptr) { in SetDebugMode()
71 return listener->listenerProxy->SetDebugMode(listener, mode); in SetDebugMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_lazy_foreach_actuator.h81 auto listenerProxy = listenerProxy_.Upgrade(); in RegisterListener() local
82 if (listenerProxy) { in RegisterListener()
83 listenerProxy->AddListener(listener); in RegisterListener()
97 listenerProxy = Referenced::Claim(unwrapObj); in RegisterListener()
98 listenerProxy->AddListener(listener); in RegisterListener()
100 listenerProxy_ = listenerProxy; in RegisterListener()
112 auto listenerProxy = listenerProxy_.Upgrade(); in UnregisterListener() local
113 if (listenerProxy) { in UnregisterListener()
114 listenerProxy->RemoveListener(Referenced::WeakClaim(listener)); in UnregisterListener()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_base_listener.h52 HiSysEventListenningOperate* listenerProxy = nullptr;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_event_channel_test.cpp334 WindowEventChannelListenerProxy listenerProxy(iRemoteObjectMocker);
335 listenerProxy.OnTransferKeyEventForConsumed(100, true, true, WSError::WS_OK);