/ohos5.0/base/msdp/device_status/interfaces/innerkits/interaction/include/ |
H A D | drag_data.h | 63 std::string udKey; member 79 return shadowInfos == other.shadowInfos && buffer == other.buffer && udKey == other.udKey &&
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_manager.cpp | 193 for (const auto &[udKey, recordSize] : dragData.summarys) { in PrintDragData() 194 std::string str = udKey + "-" + std::to_string(recordSize) + ";"; in PrintDragData() 349 int32_t DragManager::GetUdKey(std::string &udKey) const in GetUdKey() 353 if (dragData.udKey.empty()) { in GetUdKey() 357 udKey = dragData.udKey; in GetUdKey() 536 option.key = udKey; in SendDragData() 660 std::string udKey; in Dump() local 661 if (RET_ERR == GetUdKey(udKey)) { in Dump() 663 udKey = ""; in Dump() 1402 SendDragData(tokenId, dragData.udKey); in AddPrivilege() [all …]
|
H A D | drag_hisysevent.cpp | 126 int32_t DragDFX::WriteSendTokenid(int32_t targetTid, const std::string &udKey) in WriteSendTokenid() argument 128 return WriteModel(DragType::SEND_TOKENID, "targetTid", targetTid, "udKey", udKey); in WriteSendTokenid()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
H A D | drag_drop_manager.cpp | 795 std::string udKey; in HandleOnDragEnd() local 796 InteractionInterface::GetInstance()->GetUdKey(udKey); in HandleOnDragEnd() 797 if (!CheckRemoteData(dragFrameNode, pointerEvent, udKey)) { in HandleOnDragEnd() 798 auto unifiedData = RequestUDMFDataWithUDKey(udKey); in HandleOnDragEnd() 887 if (!udKey.empty()) { in DoDropAction() 888 event->SetUdKey(udKey); in DoDropAction() 903 if (udKey.empty()) { in RequestUDMFDataWithUDKey() 908 auto ret = UdmfClient::GetInstance()->GetData(udData, udKey); in RequestUDMFDataWithUDKey() 957 if (udKey.empty()) { in CheckRemoteData() 961 std::string remoteUdKey = udKey; in CheckRemoteData() [all …]
|
H A D | drag_drop_manager.h | 106 const RefPtr<UnifiedData>& unifiedData, const std::string& udKey); 108 RefPtr<UnifiedData> RequestUDMFDataWithUDKey(const std::string& udKey); 111 const std::string& udKey, int32_t count = 0); 116 …onst RefPtr<FrameNode>& dragFrameNode, const PointerEvent& pointerEvent, const std::string& udKey);
|
H A D | drag_drop_func_wrapper.cpp | 152 std::string udKey; in EnvelopedDragData() local 156 int32_t ret = UdmfClient::GetInstance()->SetData(dragAction->unifiedData, udKey); in EnvelopedDragData() 160 ret = UdmfClient::GetInstance()->GetSummary(udKey, summary); in EnvelopedDragData() 180 …dragData = { shadowInfos, {}, udKey, dragAction->extraParams, arkExtraInfoJson->ToString(), dragAc… in EnvelopedDragData()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | drag_event.h | 233 void SetUdKey(const std::string& udKey) in SetUdKey() argument 235 udKey_ = udKey; in SetUdKey()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/ |
H A D | interaction_impl.cpp | 74 …Msdp::DeviceStatus::DragData msdpDragData { {}, dragData.buffer, dragData.udKey, dragData.extraInf… in StartDrag() 120 int32_t InteractionImpl::GetUdKey(std::string& udKey) in GetUdKey() argument 122 return InteractionManager::GetInstance()->GetUdKey(udKey); in GetUdKey()
|
H A D | interaction_impl.h | 46 int32_t GetUdKey(std::string& udKey) override;
|
/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/ |
H A D | interaction_manager.cpp | 118 int32_t InteractionManager::GetUdKey(std::string &udKey) in GetUdKey() argument 120 return INTER_MGR_IMPL.GetUdKey(udKey); in GetUdKey()
|
H A D | drag_manager_impl.cpp | 68 int32_t DragManagerImpl::GetUdKey(std::string &udKey) in GetUdKey() argument 71 return DeviceStatusClient::GetInstance().GetUdKey(udKey); in GetUdKey()
|
H A D | interaction_manager_impl.cpp | 271 int32_t InteractionManagerImpl::GetUdKey(std::string &udKey) in GetUdKey() argument 274 return dragManagerImpl_.GetUdKey(udKey); in GetUdKey()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/interaction/ |
H A D | interaction_interface.h | 47 virtual int32_t GetUdKey(std::string& udKey) = 0;
|
H A D | interaction_data.h | 47 std::string udKey; member
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/msdp/ |
H A D | interaction_impl.h | 45 int32_t GetUdKey(std::string& udKey) override;
|
H A D | interaction_impl.cpp | 68 int32_t InteractionImpl::GetUdKey(std::string& udKey) in GetUdKey() argument
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/ |
H A D | drag_hisysevent.h | 50 static int32_t WriteSendTokenid(int32_t targetTid, const std::string &udKey);
|
/ohos5.0/foundation/multimodalinput/input/intention/drag/server/src/ |
H A D | drag_server.cpp | 320 std::string udKey; in GetUdKey() local 322 int32_t ret = env_->GetDragManager().GetUdKey(udKey); in GetUdKey() 327 GetUdKeyReply udKeyReply { std::move(udKey) }; in GetUdKey()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_interaction_interface.h | 48 MOCK_METHOD(int32_t, GetUdKey, (std::string& udKey), (override));
|
/ohos5.0/base/msdp/device_status/utils/common/src/ |
H A D | drag_data_packer.cpp | 37 WRITESTRING(data, dragData.udKey, E_DEVICESTATUS_WRITE_PARCEL_ERROR); in Marshalling() 64 READSTRING(data, dragData.udKey, E_DEVICESTATUS_READ_PARCEL_ERROR); in UnMarshalling()
|
/ohos5.0/base/msdp/device_status/frameworks/native/interaction/include/ |
H A D | drag_manager_impl.h | 55 int32_t GetUdKey(std::string &udKey);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | drag_drop_manager_test_ng_new.cpp | 2119 std::string udKey; variable 2120 InteractionInterface::GetInstance()->GetUdKey(udKey); 2121 auto unifiedData = dragDropManager->RequestUDMFDataWithUDKey(udKey); 2122 dragDropManager->DoDropAction(dragFrameNode, pointerEvent, unifiedData, udKey); 2123 EXPECT_FALSE(!udKey.empty()); 2144 std::string udKey; variable 2145 InteractionInterface::GetInstance()->GetUdKey(udKey); 2146 auto unifiedData = dragDropManager->RequestUDMFDataWithUDKey(udKey); 2147 dragDropManager->DoDropAction(dragFrameNode, pointerEvent, unifiedData, udKey); 2148 EXPECT_FALSE(!udKey.empty());
|
/ohos5.0/base/msdp/device_status/intention/drag/server/src/ |
H A D | drag_server.cpp | 343 std::string udKey; in GetUdKey() local 345 int32_t ret = env_->GetDragManager().GetUdKey(udKey); in GetUdKey() 350 GetUdKeyReply udKeyReply { std::move(udKey) }; in GetUdKey()
|
/ohos5.0/foundation/multimodalinput/input/intention/drag/data/src/ |
H A D | drag_params.cpp | 181 GetUdKeyReply::GetUdKeyReply(std::string &&udKey) in GetUdKeyReply() argument 182 : udKey_(std::move(udKey)) in GetUdKeyReply()
|
/ohos5.0/base/msdp/device_status/intention/drag/data/src/ |
H A D | drag_params.cpp | 167 GetUdKeyReply::GetUdKeyReply(std::string &&udKey) in GetUdKeyReply() argument 168 : udKey_(std::move(udKey)) in GetUdKeyReply()
|