/base/msdp/device_status/frameworks/native/interaction/include/ |
H A D | drag_manager_impl.h | 48 int32_t RemoveDraglistener(DragListenerPtr listener);
|
H A D | interaction_manager_impl.h | 55 int32_t RemoveDraglistener(DragListenerPtr listener);
|
/base/msdp/device_status/services/communication/base/ |
H A D | i_devicestatus.h | 56 virtual int32_t RemoveDraglistener() = 0;
|
/base/msdp/device_status/interfaces/innerkits/include/ |
H A D | devicestatus_client.h | 64 int32_t RemoveDraglistener();
|
/base/msdp/device_status/frameworks/native/interaction/src/ |
H A D | interaction_manager.cpp | 146 int32_t InteractionManager::RemoveDraglistener(DragListenerPtr listener, bool isJsCaller) in RemoveDraglistener() function in OHOS::Msdp::DeviceStatus::InteractionManager 148 return INTER_MGR_IMPL.RemoveDraglistener(listener, isJsCaller); in RemoveDraglistener()
|
H A D | interaction_manager_impl.cpp | 288 int32_t InteractionManagerImpl::RemoveDraglistener(DragListenerPtr listener) in RemoveDraglistener() function in OHOS::Msdp::DeviceStatus::InteractionManagerImpl 291 return dragManagerImpl_.RemoveDraglistener(listener); in RemoveDraglistener()
|
H A D | drag_manager_impl.cpp | 169 int32_t DragManagerImpl::RemoveDraglistener(DragListenerPtr listener) in RemoveDraglistener() function in OHOS::Msdp::DeviceStatus::DragManagerImpl 185 return DeviceStatusClient::GetInstance().RemoveDraglistener(); in RemoveDraglistener()
|
/base/msdp/device_status/intention/drag/client/include/ |
H A D | drag_client.h | 42 int32_t RemoveDraglistener(ITunnelClient &tunnel, DragListenerPtr listener, bool isJsCaller = false);
|
/base/msdp/device_status/intention/frameworks/client/include/ |
H A D | intention_manager.h | 66 int32_t RemoveDraglistener(DragListenerPtr listener, bool isJsCaller = false);
|
/base/msdp/device_status/interfaces/innerkits/interaction/include/ |
H A D | interaction_manager.h | 226 int32_t RemoveDraglistener(std::shared_ptr<IDragListener> listener = nullptr, bool isJsCaller = false);
|
/base/msdp/device_status/services/communication/client/include/ |
H A D | devicestatus_srv_proxy.h | 61 virtual int32_t RemoveDraglistener() override;
|
/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/ |
H A D | js_drag_manager.cpp | 125 INTERACTION_MGR->RemoveDraglistener(shared_from_this(), true); in UnregisterListener()
|
/base/msdp/device_status/frameworks/native/src/ |
H A D | devicestatus_client.cpp | 391 int32_t DeviceStatusClient::RemoveDraglistener() in RemoveDraglistener() function in OHOS::Msdp::DeviceStatus::DeviceStatusClient 395 return devicestatusProxy_->RemoveDraglistener(); in RemoveDraglistener()
|
/base/msdp/device_status/intention/frameworks/client/src/ |
H A D | intention_manager.cpp | 329 int32_t IntentionManager::RemoveDraglistener(DragListenerPtr listener, bool isJsCaller) in RemoveDraglistener() function in OHOS::Msdp::DeviceStatus::IntentionManager 332 return drag_.RemoveDraglistener(*tunnel_, listener, isJsCaller); in RemoveDraglistener()
|
/base/msdp/device_status/services/native/include/ |
H A D | devicestatus_service.h | 92 int32_t RemoveDraglistener() override;
|
/base/msdp/device_status/intention/drag/client/src/ |
H A D | drag_client.cpp | 107 int32_t DragClient::RemoveDraglistener(ITunnelClient &tunnel, DragListenerPtr listener, bool isJsCaller) in RemoveDraglistener() function in OHOS::Msdp::DeviceStatus::DragClient
|
/base/msdp/device_status/services/native/src/ |
H A D | devicestatus_service.cpp | 826 int32_t DeviceStatusService::RemoveDraglistener() in RemoveDraglistener() function in OHOS::Msdp::DeviceStatus::DeviceStatusService
|
/base/msdp/device_status/services/communication/service/src/ |
H A D | devicestatus_srv_stub.cpp | 729 int32_t ret = RemoveDraglistener(); in RemoveDraglistenerStub() 731 FI_HILOGE("Call RemoveDraglistener failed, ret:%{public}d", ret); in RemoveDraglistenerStub()
|
/base/msdp/device_status/services/communication/client/src/ |
H A D | devicestatus_srv_proxy.cpp | 572 int32_t DeviceStatusSrvProxy::RemoveDraglistener() in RemoveDraglistener() function in OHOS::Msdp::DeviceStatus::DeviceStatusSrvProxy
|
/base/msdp/device_status/test/unittest/frameworks/src/ |
H A D | interaction_manager_test.cpp | 1106 ret = InteractionManager::GetInstance()->RemoveDraglistener(listener); in HWTEST_F() 1147 ret = InteractionManager::GetInstance()->RemoveDraglistener(dragListener); in HWTEST_F() 1197 ret = InteractionManager::GetInstance()->RemoveDraglistener(listener); in HWTEST_F()
|
/base/msdp/device_status/test/unittest/intention/drag/src/ |
H A D | drag_manager_test.cpp | 336 ret = InteractionManager::GetInstance()->RemoveDraglistener(nullptr); in HWTEST_F()
|