/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/ |
H A D | interaction_manager.cpp | 123 int32_t InteractionManager::AddDraglistener(DragListenerPtr listener, bool isJsCaller) in AddDraglistener() function in OHOS::Msdp::DeviceStatus::InteractionManager 125 return INTER_MGR_IMPL.AddDraglistener(listener, isJsCaller); in AddDraglistener()
|
H A D | drag_manager_impl.cpp | 144 int32_t DragManagerImpl::AddDraglistener(DragListenerPtr listener) in AddDraglistener() function in OHOS::Msdp::DeviceStatus::DragManagerImpl 151 int32_t ret = DeviceStatusClient::GetInstance().AddDraglistener(); in AddDraglistener()
|
H A D | interaction_manager_impl.cpp | 277 int32_t InteractionManagerImpl::AddDraglistener(DragListenerPtr listener) in AddDraglistener() function in OHOS::Msdp::DeviceStatus::InteractionManagerImpl 285 return dragManagerImpl_.AddDraglistener(listener); in AddDraglistener()
|
/ohos5.0/base/msdp/device_status/frameworks/native/interaction/include/ |
H A D | drag_manager_impl.h | 47 int32_t AddDraglistener(DragListenerPtr listener);
|
H A D | interaction_manager_impl.h | 54 int32_t AddDraglistener(DragListenerPtr listener);
|
/ohos5.0/base/msdp/device_status/services/communication/base/ |
H A D | i_devicestatus.h | 55 virtual int32_t AddDraglistener() = 0;
|
/ohos5.0/foundation/multimodalinput/input/intention/drag/client/include/ |
H A D | drag_client.h | 41 int32_t AddDraglistener(ITunnelClient &tunnel, DragListenerPtr listener);
|
/ohos5.0/base/msdp/device_status/intention/drag/client/include/ |
H A D | drag_client.h | 41 … int32_t AddDraglistener(ITunnelClient &tunnel, DragListenerPtr listener, bool isJsCaller = false);
|
/ohos5.0/base/msdp/device_status/interfaces/innerkits/include/ |
H A D | devicestatus_client.h | 63 int32_t AddDraglistener();
|
/ohos5.0/foundation/multimodalinput/input/intention/frameworks/client/src/ |
H A D | intention_manager.cpp | 298 int32_t IntentionManager::AddDraglistener(DragListenerPtr listener) in AddDraglistener() function in OHOS::Msdp::DeviceStatus::IntentionManager 302 return drag_.AddDraglistener(*tunnel_, listener); in AddDraglistener()
|
/ohos5.0/base/msdp/device_status/intention/frameworks/client/src/ |
H A D | intention_manager.cpp | 305 int32_t IntentionManager::AddDraglistener(DragListenerPtr listener, bool isJsCaller) in AddDraglistener() function in OHOS::Msdp::DeviceStatus::IntentionManager 309 return drag_.AddDraglistener(*tunnel_, listener, isJsCaller); in AddDraglistener()
|
/ohos5.0/base/msdp/device_status/interfaces/innerkits/interaction/include/ |
H A D | interaction_manager.h | 190 int32_t AddDraglistener(std::shared_ptr<IDragListener> listener, bool isJsCaller = false);
|
/ohos5.0/base/msdp/device_status/services/communication/client/include/ |
H A D | devicestatus_srv_proxy.h | 60 virtual int32_t AddDraglistener() override;
|
/ohos5.0/base/msdp/device_status/frameworks/native/src/ |
H A D | devicestatus_client.cpp | 384 int32_t DeviceStatusClient::AddDraglistener() in AddDraglistener() function in OHOS::Msdp::DeviceStatus::DeviceStatusClient 388 return devicestatusProxy_->AddDraglistener(); in AddDraglistener()
|
/ohos5.0/foundation/multimodalinput/input/intention/frameworks/client/include/ |
H A D | intention_manager.h | 64 int32_t AddDraglistener(DragListenerPtr listener);
|
/ohos5.0/base/msdp/device_status/intention/frameworks/client/include/ |
H A D | intention_manager.h | 64 int32_t AddDraglistener(DragListenerPtr listener, bool isJsCaller = false);
|
/ohos5.0/base/msdp/device_status/intention/drag/client/src/ |
H A D | drag_client.cpp | 83 int32_t DragClient::AddDraglistener(ITunnelClient &tunnel, DragListenerPtr listener, bool isJsCalle… in AddDraglistener() function in OHOS::Msdp::DeviceStatus::DragClient 515 if (AddDraglistener(tunnel, listener) != RET_OK) { in OnConnected()
|
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/ |
H A D | js_drag_manager.cpp | 97 INTERACTION_MGR->AddDraglistener(shared_from_this(), true); in RegisterListener()
|
/ohos5.0/base/msdp/device_status/services/native/include/ |
H A D | devicestatus_service.h | 88 int32_t AddDraglistener() override;
|
/ohos5.0/base/msdp/device_status/interfaces/innerkits/ |
H A D | libdevicestatus_client_map | 28 …"OHOS::Msdp::DeviceStatus::InteractionManager::AddDraglistener(std::__h::shared_ptr<OHOS::Msdp::De…
|
/ohos5.0/foundation/multimodalinput/input/intention/drag/client/src/ |
H A D | drag_client.cpp | 83 int32_t DragClient::AddDraglistener(ITunnelClient &tunnel, DragListenerPtr listener) in AddDraglistener() function in OHOS::Msdp::DeviceStatus::DragClient
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/src/ |
H A D | drag_manager_test.cpp | 334 int32_t ret = InteractionManager::GetInstance()->AddDraglistener(nullptr); 350 int32_t ret = InteractionManager::GetInstance()->AddDraglistener(listener);
|
/ohos5.0/base/msdp/device_status/services/communication/client/src/ |
H A D | devicestatus_srv_proxy.cpp | 549 int32_t DeviceStatusSrvProxy::AddDraglistener() in AddDraglistener() function in OHOS::Msdp::DeviceStatus::DeviceStatusSrvProxy
|
/ohos5.0/base/msdp/device_status/services/communication/service/src/ |
H A D | devicestatus_srv_stub.cpp | 720 int32_t ret = AddDraglistener(); in AddDraglistenerStub()
|
/ohos5.0/base/msdp/device_status/services/native/src/ |
H A D | devicestatus_service.cpp | 736 int32_t DeviceStatusService::AddDraglistener() in AddDraglistener() function in OHOS::Msdp::DeviceStatus::DeviceStatusService
|