Home
last modified time | relevance | path

Searched refs:StopDrag (Results 1 - 25 of 26) sorted by relevance

12

/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_drag_drawing_test.cpp214 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 Dinteraction_manager_test.cpp1103 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 Dinteraction_manager.cpp126 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 Dinteraction_manager_impl.cpp259 int32_t InteractionManagerImpl::StopDrag(const DragDropResult &dropResult) in StopDrag() function in OHOS::Msdp::DeviceStatus::InteractionManagerImpl
262 return dragManagerImpl_.StopDrag(dropResult); in StopDrag()
H A Ddrag_manager_impl.cpp56 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 Ddrag_manager_test.cpp484 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 Ddrag_manager_impl.h42 int32_t StopDrag(const DragDropResult &dropResult);
H A Dinteraction_manager_impl.h51 int32_t StopDrag(const DragDropResult &dropResult);
/base/msdp/device_status/services/interaction/drag/src/
H A Devent_hub.cpp85 context->GetDragManager().StopDrag(dropResult); in OnReceiveEvent()
H A Ddrag_manager.cpp359 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 Di_devicestatus.h51 virtual int32_t StopDrag(const DragDropResult &dropResult) = 0;
/base/msdp/device_status/interfaces/innerkits/include/
H A Ddevicestatus_client.h59 int32_t StopDrag(const DragDropResult &dropResult);
/base/msdp/device_status/intention/prototype/include/
H A Di_drag_manager.h51 virtual int32_t StopDrag(const DragDropResult &dropResult, const std::string &packageName = "",
/base/msdp/device_status/intention/drag/client/include/
H A Ddrag_client.h40 int32_t StopDrag(ITunnelClient &tunnel, const DragDropResult &dropResult);
/base/msdp/device_status/intention/frameworks/client/include/
H A Dintention_manager.h62 int32_t StopDrag(const DragDropResult &dropResult);
/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Dinteraction_manager.h175 int32_t StopDrag(const DragDropResult &dropResult);
/base/msdp/device_status/services/communication/client/include/
H A Ddevicestatus_srv_proxy.h53 virtual int32_t StopDrag(const DragDropResult &dropResult) override;
/base/msdp/device_status/frameworks/native/src/
H A Ddevicestatus_client.cpp376 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 Dintention_manager.cpp304 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 Ddevicestatus_service.h87 int32_t StopDrag(const DragDropResult &dropResult) override;
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_manager.h70 int32_t StopDrag(const DragDropResult &dropResult, const std::string &packageName = "", int32_t pid = -1) override;
/base/msdp/device_status/services/native/src/
H A Ddevicestatus_service.cpp878 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 Ddrag_client.cpp70 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 Ddrag_server.cpp74 return env_->GetDragManager().StopDrag(param.dropResult_, GetPackageName(context.tokenId), context.pid); in Stop()
/base/msdp/device_status/services/communication/service/src/
H A Ddevicestatus_srv_stub.cpp710 int32_t ret = StopDrag(dropResult); in StopDragStub()
712 FI_HILOGE("Call StopDrag failed, ret:%{public}d", ret); in StopDragStub()

Completed in 22 milliseconds

12