/foundation/distributeddatamgr/pasteboard/services/zidl/src/ |
H A D | pasteboard_entry_getter_client.cpp | 37 auto utdId = value.GetUtdId(); in GetRecordValueByType() local
|
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | data_provider_impl.cpp | 33 ValueType DataProviderImpl::GetValueByType(const std::string &utdId) in GetValueByType() argument
|
H A D | udmf.cpp | 571 int32_t utdId = UtdUtils::GetUtdEnumFromUtdId(*fileType);
in OH_UdmfRecord_AddFileUri() local
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_entry_getter.cpp | 40 UDMF::ValueType PasteboardEntryGetter::GetValueByType(uint32_t dataId, uint32_t recordId, const std::string &utdId) in GetValueByType() argument
|
H A D | convert_utils.cpp | 73 auto utdId = CommonUtils::Convert2UtdId(record->GetUDType(), record->GetMimeType()); in Convert() local 94 auto utdId = record->GetUtdId(); in Convert() local [all...] |
H A D | paste_data_entry.cpp | 91 PasteDataEntry::PasteDataEntry(const std::string &utdId, const EntryValue &value) : utdId_(utdId), value_(value) in PasteDataEntry() argument 96 PasteDataEntry::PasteDataEntry(const std::string &utdId, const std::string &mimeType, const EntryValue &value) in PasteDataEntry() argument 101 void PasteDataEntry::SetUtdId(const std::string &utdId) in SetUtdId() argument 193 auto utdId = GetUtdId(); in ConvertToPlianText() local 271 auto utdId = GetUtdId(); ConvertToPixelMap() local 378 Convert2MimeType(const std::string &utdId) Convert2MimeType() argument [all...] |
H A D | pasteboard_utils.cpp | 222 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDType::PLAIN_TEXT); in PlainText2PasteRecord() local 295 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDType::HTML); in Html2PasteRecord() local 336 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDType::HYPERLINK); Link2PasteRecord() local 569 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDType::SYSTEM_DEFINED_APP_ITEM); AppItem2PasteRecord() local 717 auto utdId = appRecord->GetApplicationDefinedType(); AppDefined2PasteRecord() local [all...] |
H A D | paste_data_record.cpp | 121 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::FILE_URI); in AddUriEntry() local 171 auto utdId = CommonUtils::Convert2UtdId(UDMF::UDType::UD_BUTT, recordMimeType); in NewMultiTypeRecord() local 179 auto utdId = CommonUtils::Convert2UtdId(UDMF::UDType::UD_BUTT, mimeType); in NewMultiTypeRecord() local 190 auto utdId in NewMultiTypeDelayRecord() local 668 auto utdId = CommonUtils::Convert2UtdId(UDMF::UDType::UD_BUTT, mimeType); AddEntryByMimeType() local 724 auto utdId = CommonUtils::Convert2UtdId(UDMF::UDType::UD_BUTT, mimeType); GetEntryByMimeType() local [all...] |
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/ |
H A D | getter_system.cpp | 44 ValueType GetterSystem::GeneralGetter::GetValueByType(uint32_t dataId, uint32_t recordId, const std::string &utdId) in GetValueByType() argument
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/ |
H A D | pastedata_record_napi.h | 67 std::string utdId; member
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | unified_record_test.cpp | 117 auto utdId = UtdUtils::GetUtdIdFromUtdEnum(TEXT); in HWTEST_F() local 144 auto utdId = UtdUtils::GetUtdIdFromUtdEnum(TEXT); in HWTEST_F() local
|
H A D | unified_meta_test.cpp | 136 std::string utdId = "general.text"; in HWTEST_F() local 148 std::string utdId = "general.ptp"; in HWTEST_F() local 160 std::string utdId = "general.text"; in HWTEST_F() local 172 std::string utdId = "general.ptp"; in HWTEST_F() local
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/ |
H A D | unified_meta.cpp | 507 bool IsValidUtdId(const std::string &utdId) in IsValidUtdId() argument 517 int32_t GetUtdEnumFromUtdId(const std::string &utdId) in GetUtdEnumFromUtdId() argument
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | unified_record.cpp | 93 void UnifiedRecord::AddEntry(const std::string &utdId, ValueType &&value) in AddEntry() argument 109 ValueType UnifiedRecord::GetEntry(const std::string &utdId) in GetEntry() argument 148 SetUtdId(const std::string& utdId) SetUtdId() argument [all...] |
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | paste_data_record_test.cpp | 76 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::PLAIN_TEXT); in AddPlainUdsEntry() local 85 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::FILE_URI); in AddFileUriUdsEntry() local 95 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::HTML); in AddHtmlUdsEntry() local 104 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::HYPERLINK); AddLinkUdsEntry() local 113 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::SYSTEM_DEFINED_PIXEL_MAP); AddPixelMapUdsEntry() local [all...] |
H A D | paste_data_entry_test.cpp | 58 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::PLAIN_TEXT); in InitPlaintTextEntry() local 67 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::FILE_URI); in InitUriEntry() local 76 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::OPENHARMONY_WANT); in InitWantEntry() local 88 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::HTML); in InitHtmlEntry() local 97 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::SYSTEM_DEFINED_PIXEL_MAP); InitPixelMapEntry() local 194 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::PLAIN_TEXT); HWTEST_F() local 222 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::PLAIN_TEXT); HWTEST_F() local 243 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::SYSTEM_DEFINED_PIXEL_MAP); HWTEST_F() local [all...] |
H A D | pasteboard_multi_type_unified_data_delay_test.cpp | 120 UDMF::ValueType EntryGetterImpl::GetValueByType(const std::string &utdId) in GetValueByType() argument
|
H A D | convert_utils_test.cpp | 95 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::PLAIN_TEXT); in AddPlainUdsEntry() local 104 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::FILE_URI); in AddFileUriUdsEntry() local 113 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::HTML); in AddHtmlUdsEntry() local 122 auto utdId in AddLinkUdsEntry() local 142 auto utdId = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::SYSTEM_DEFINED_PIXEL_MAP); AddPixelMapUdsEntry() local [all...] |
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | napi_pastedata_record.cpp | 600 UDMF::ValueType PastedataRecordEntryGetterInstance::GetValueByType(const std::string &utdId) in GetValueByType() argument 652 GetValueByType( const std::string &utdId) GetValueByType() argument
|