/base/msdp/device_status/test/unittest/frameworks/src/ |
H A D | interaction_drag_drawing_test.cpp | 214 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 259 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 304 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 349 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 391 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 433 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 475 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 517 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 554 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 602 ret = InteractionManager::GetInstance()->StopDrag(dropResul in HWTEST_F() [all...] |
H A D | interaction_manager_test.cpp | 1103 InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 1144 InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 1193 InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 1240 InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 1290 InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 1334 InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 1402 InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 1428 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 1466 InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 1501 InteractionManager::GetInstance()->StopDrag(dropResul in HWTEST_F() [all...] |
/base/msdp/device_status/frameworks/native/interaction/src/ |
H A D | interaction_manager.cpp | 126 int32_t InteractionManager::StopDrag(const DragDropResult &dropResult) in StopDrag() function in OHOS::Msdp::DeviceStatus::InteractionManager 128 return INTER_MGR_IMPL.StopDrag(dropResult); in StopDrag() 274 int32_t InteractionManager::StopDrag(const DragDropResult &dropResult) in StopDrag() function in OHOS::Msdp::DeviceStatus::InteractionManager 276 return DRAG_MANAGER.StopDrag(dropResult); in StopDrag()
|
H A D | interaction_manager_impl.cpp | 259 int32_t InteractionManagerImpl::StopDrag(const DragDropResult &dropResult) in StopDrag() function in OHOS::Msdp::DeviceStatus::InteractionManagerImpl 262 return dragManagerImpl_.StopDrag(dropResult); in StopDrag()
|
H A D | drag_manager_impl.cpp | 56 int32_t DragManagerImpl::StopDrag(const DragDropResult &dropResult) in StopDrag() function in OHOS::Msdp::DeviceStatus::DragManagerImpl 59 return DeviceStatusClient::GetInstance().StopDrag(dropResult); in StopDrag()
|
/base/msdp/device_status/test/unittest/intention/drag/src/ |
H A D | drag_manager_test.cpp | 484 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 515 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 547 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 583 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 621 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 658 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 693 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 728 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 763 ret = InteractionManager::GetInstance()->StopDrag(dropResult); in HWTEST_F() 798 ret = InteractionManager::GetInstance()->StopDrag(dropResul in HWTEST_F() [all...] |
/base/msdp/device_status/frameworks/native/interaction/include/ |
H A D | drag_manager_impl.h | 42 int32_t StopDrag(const DragDropResult &dropResult);
|
H A D | interaction_manager_impl.h | 51 int32_t StopDrag(const DragDropResult &dropResult);
|
/base/msdp/device_status/services/interaction/drag/src/ |
H A D | event_hub.cpp | 85 context->GetDragManager().StopDrag(dropResult); in OnReceiveEvent()
|
H A D | drag_manager.cpp | 359 int32_t DragManager::StopDrag(const DragDropResult &dropResult, const std::string &packageName, int32_t pid) in StopDrag() function in OHOS::Msdp::DeviceStatus::DragManager 696 this->StopDrag(dropResult); in OnDragUp() 1808 dragRadarInfo.funcName = "StopDrag"; in ReportStopDragRadarInfo()
|
/base/msdp/device_status/services/communication/base/ |
H A D | i_devicestatus.h | 51 virtual int32_t StopDrag(const DragDropResult &dropResult) = 0;
|
/base/msdp/device_status/interfaces/innerkits/include/ |
H A D | devicestatus_client.h | 59 int32_t StopDrag(const DragDropResult &dropResult);
|
/base/msdp/device_status/intention/prototype/include/ |
H A D | i_drag_manager.h | 51 virtual int32_t StopDrag(const DragDropResult &dropResult, const std::string &packageName = "",
|
/base/msdp/device_status/intention/drag/client/include/ |
H A D | drag_client.h | 40 int32_t StopDrag(ITunnelClient &tunnel, const DragDropResult &dropResult);
|
/base/msdp/device_status/intention/frameworks/client/include/ |
H A D | intention_manager.h | 62 int32_t StopDrag(const DragDropResult &dropResult);
|
/base/msdp/device_status/interfaces/innerkits/interaction/include/ |
H A D | interaction_manager.h | 175 int32_t StopDrag(const DragDropResult &dropResult);
|
/base/msdp/device_status/services/communication/client/include/ |
H A D | devicestatus_srv_proxy.h | 53 virtual int32_t StopDrag(const DragDropResult &dropResult) override;
|
/base/msdp/device_status/frameworks/native/src/ |
H A D | devicestatus_client.cpp | 376 int32_t DeviceStatusClient::StopDrag(const DragDropResult &dropResult) in StopDrag() function in OHOS::Msdp::DeviceStatus::DeviceStatusClient 381 return devicestatusProxy_->StopDrag(dropResult); in StopDrag()
|
/base/msdp/device_status/intention/frameworks/client/src/ |
H A D | intention_manager.cpp | 304 int32_t IntentionManager::StopDrag(const DragDropResult &dropResult) in StopDrag() function in OHOS::Msdp::DeviceStatus::IntentionManager 307 return drag_.StopDrag(*tunnel_, dropResult); in StopDrag()
|
/base/msdp/device_status/services/native/include/ |
H A D | devicestatus_service.h | 87 int32_t StopDrag(const DragDropResult &dropResult) override;
|
/base/msdp/device_status/services/interaction/drag/include/ |
H A D | drag_manager.h | 70 int32_t StopDrag(const DragDropResult &dropResult, const std::string &packageName = "", int32_t pid = -1) override;
|
/base/msdp/device_status/services/native/src/ |
H A D | devicestatus_service.cpp | 878 int32_t DeviceStatusService::StopDrag(const DragDropResult &dropResult) in StopDrag() function in OHOS::Msdp::DeviceStatus::DeviceStatusService 882 return this->dragMgr_.StopDrag(dropResult, std::string()); in StopDrag() 885 FI_HILOGE("StopDrag failed, ret:%{public}d", ret); in StopDrag()
|
/base/msdp/device_status/intention/drag/client/src/ |
H A D | drag_client.cpp | 70 int32_t DragClient::StopDrag(ITunnelClient &tunnel, const DragDropResult &dropResult) in StopDrag() function in OHOS::Msdp::DeviceStatus::DragClient
|
/base/msdp/device_status/intention/drag/server/src/ |
H A D | drag_server.cpp | 74 return env_->GetDragManager().StopDrag(param.dropResult_, GetPackageName(context.tokenId), context.pid); in Stop()
|
/base/msdp/device_status/services/communication/service/src/ |
H A D | devicestatus_srv_stub.cpp | 710 int32_t ret = StopDrag(dropResult); in StopDragStub() 712 FI_HILOGE("Call StopDrag failed, ret:%{public}d", ret); in StopDragStub()
|