Home
last modified time | relevance | path

Searched refs:AddDraglistener (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/
H A Dinteraction_manager.cpp123 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 Ddrag_manager_impl.cpp144 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 Dinteraction_manager_impl.cpp277 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 Ddrag_manager_impl.h47 int32_t AddDraglistener(DragListenerPtr listener);
H A Dinteraction_manager_impl.h54 int32_t AddDraglistener(DragListenerPtr listener);
/ohos5.0/base/msdp/device_status/services/communication/base/
H A Di_devicestatus.h55 virtual int32_t AddDraglistener() = 0;
/ohos5.0/foundation/multimodalinput/input/intention/drag/client/include/
H A Ddrag_client.h41 int32_t AddDraglistener(ITunnelClient &tunnel, DragListenerPtr listener);
/ohos5.0/base/msdp/device_status/intention/drag/client/include/
H A Ddrag_client.h41 … int32_t AddDraglistener(ITunnelClient &tunnel, DragListenerPtr listener, bool isJsCaller = false);
/ohos5.0/base/msdp/device_status/interfaces/innerkits/include/
H A Ddevicestatus_client.h63 int32_t AddDraglistener();
/ohos5.0/foundation/multimodalinput/input/intention/frameworks/client/src/
H A Dintention_manager.cpp298 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 Dintention_manager.cpp305 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 Dinteraction_manager.h190 int32_t AddDraglistener(std::shared_ptr<IDragListener> listener, bool isJsCaller = false);
/ohos5.0/base/msdp/device_status/services/communication/client/include/
H A Ddevicestatus_srv_proxy.h60 virtual int32_t AddDraglistener() override;
/ohos5.0/base/msdp/device_status/frameworks/native/src/
H A Ddevicestatus_client.cpp384 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 Dintention_manager.h64 int32_t AddDraglistener(DragListenerPtr listener);
/ohos5.0/base/msdp/device_status/intention/frameworks/client/include/
H A Dintention_manager.h64 int32_t AddDraglistener(DragListenerPtr listener, bool isJsCaller = false);
/ohos5.0/base/msdp/device_status/intention/drag/client/src/
H A Ddrag_client.cpp83 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 Djs_drag_manager.cpp97 INTERACTION_MGR->AddDraglistener(shared_from_this(), true); in RegisterListener()
/ohos5.0/base/msdp/device_status/services/native/include/
H A Ddevicestatus_service.h88 int32_t AddDraglistener() override;
/ohos5.0/base/msdp/device_status/interfaces/innerkits/
H A Dlibdevicestatus_client_map28 …"OHOS::Msdp::DeviceStatus::InteractionManager::AddDraglistener(std::__h::shared_ptr<OHOS::Msdp::De…
/ohos5.0/foundation/multimodalinput/input/intention/drag/client/src/
H A Ddrag_client.cpp83 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 Ddrag_manager_test.cpp334 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 Ddevicestatus_srv_proxy.cpp549 int32_t DeviceStatusSrvProxy::AddDraglistener() in AddDraglistener() function in OHOS::Msdp::DeviceStatus::DeviceStatusSrvProxy
/ohos5.0/base/msdp/device_status/services/communication/service/src/
H A Ddevicestatus_srv_stub.cpp720 int32_t ret = AddDraglistener(); in AddDraglistenerStub()
/ohos5.0/base/msdp/device_status/services/native/src/
H A Ddevicestatus_service.cpp736 int32_t DeviceStatusService::AddDraglistener() in AddDraglistener() function in OHOS::Msdp::DeviceStatus::DeviceStatusService

12