Home
last modified time | relevance | path

Searched refs:udKey (Results 1 – 25 of 59) sorted by relevance

123

/ohos5.0/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Ddrag_data.h63 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 Ddrag_manager.cpp193 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 Ddrag_hisysevent.cpp126 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 Ddrag_drop_manager.cpp795 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 Ddrag_drop_manager.h106 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 Ddrag_drop_func_wrapper.cpp152 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 Ddrag_event.h233 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 Dinteraction_impl.cpp74 …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 Dinteraction_impl.h46 int32_t GetUdKey(std::string& udKey) override;
/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/
H A Dinteraction_manager.cpp118 int32_t InteractionManager::GetUdKey(std::string &udKey) in GetUdKey() argument
120 return INTER_MGR_IMPL.GetUdKey(udKey); in GetUdKey()
H A Ddrag_manager_impl.cpp68 int32_t DragManagerImpl::GetUdKey(std::string &udKey) in GetUdKey() argument
71 return DeviceStatusClient::GetInstance().GetUdKey(udKey); in GetUdKey()
H A Dinteraction_manager_impl.cpp271 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 Dinteraction_interface.h47 virtual int32_t GetUdKey(std::string& udKey) = 0;
H A Dinteraction_data.h47 std::string udKey; member
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/msdp/
H A Dinteraction_impl.h45 int32_t GetUdKey(std::string& udKey) override;
H A Dinteraction_impl.cpp68 int32_t InteractionImpl::GetUdKey(std::string& udKey) in GetUdKey() argument
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_hisysevent.h50 static int32_t WriteSendTokenid(int32_t targetTid, const std::string &udKey);
/ohos5.0/foundation/multimodalinput/input/intention/drag/server/src/
H A Ddrag_server.cpp320 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 Dmock_interaction_interface.h48 MOCK_METHOD(int32_t, GetUdKey, (std::string& udKey), (override));
/ohos5.0/base/msdp/device_status/utils/common/src/
H A Ddrag_data_packer.cpp37 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 Ddrag_manager_impl.h55 int32_t GetUdKey(std::string &udKey);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng_new.cpp2119 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 Ddrag_server.cpp343 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 Ddrag_params.cpp181 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 Ddrag_params.cpp167 GetUdKeyReply::GetUdKeyReply(std::string &&udKey) in GetUdKeyReply() argument
168 : udKey_(std::move(udKey)) in GetUdKeyReply()

123