Home
last modified time | relevance | path

Searched refs:APPLICATION_DEFINED_RECORD (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dapplication_defined_record.cpp20 ApplicationDefinedRecord::ApplicationDefinedRecord() : UnifiedRecord(APPLICATION_DEFINED_RECORD) in ApplicationDefinedRecord()
24 …finedRecord::ApplicationDefinedRecord(std::string type) : UnifiedRecord(APPLICATION_DEFINED_RECORD) in ApplicationDefinedRecord()
30 : UnifiedRecord(APPLICATION_DEFINED_RECORD) in ApplicationDefinedRecord()
39 this->dataType_ = APPLICATION_DEFINED_RECORD; in ApplicationDefinedRecord()
H A Dunified_record.cpp102 dataType_ = APPLICATION_DEFINED_RECORD; in AddEntry()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.10.3/
H A Dchangelogs-distributeddatamgr.md31 | APPLICATION_DEFINED_RECORD | 'ApplicationDefinedType' | 应用自定义类型。 |
34 1、删除了枚举值定义SYSTEM_DEFINED_RECORD和APPLICATION_DEFINED_RECORD
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dunified_record_napi.cpp81 UDType utdType = APPLICATION_DEFINED_RECORD; in GenerateNativeRecord()
104 {APPLICATION_DEFINED_RECORD, in GenerateNativeRecord()
113 if (utdType == APPLICATION_DEFINED_RECORD) { in GenerateNativeRecord()
H A Dunified_data_napi.cpp221 case APPLICATION_DEFINED_RECORD: { in GetRecord()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_utils_test.cpp257 customData[UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::APPLICATION_DEFINED_RECORD)] = rawData_; in InitAppDefinedData()
258 …->SetApplicationDefinedType(UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::APPLICATION_DEFINED_RECORD)); in InitAppDefinedData()
783 ASSERT_EQ(type, UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::APPLICATION_DEFINED_RECORD));
785 ASSERT_EQ(udType, UDMF::APPLICATION_DEFINED_RECORD);
794 ASSERT_EQ(newType, UDMF::APPLICATION_DEFINED_RECORD);
H A Dpasteboard_unified_data_test.cpp252 customData[UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::APPLICATION_DEFINED_RECORD)] = rawData_; in InitAppDefinedData()
253 …->SetApplicationDefinedType(UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::APPLICATION_DEFINED_RECORD)); in InitAppDefinedData()
780 ASSERT_EQ(newType, UDMF::APPLICATION_DEFINED_RECORD);
789 ASSERT_EQ(type, UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::APPLICATION_DEFINED_RECORD));
791 ASSERT_EQ(udType, UDMF::APPLICATION_DEFINED_RECORD);
H A Dconvert_utils_test.cpp486 ASSERT_EQ(udType, UDMF::UDType::APPLICATION_DEFINED_RECORD);
H A Dpasteboard_client_udmf_delay_test.cpp785 ASSERT_EQ(type, UDType::APPLICATION_DEFINED_RECORD);
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/convert/
H A Dudmf_conversion.cpp112 case UDType::APPLICATION_DEFINED_RECORD: { in ConvertRecordToSubclass()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dtlv_util_test.cpp351 … std::make_shared<ApplicationDefinedRecord>(UDType::APPLICATION_DEFINED_RECORD, "OTHER param");
411 EXPECT_EQ(UDType::APPLICATION_DEFINED_RECORD, defineRecordResult->GetType());
572 … std::make_shared<ApplicationDefinedRecord>(UDType::APPLICATION_DEFINED_RECORD, "OTHER param");
635 EXPECT_EQ(UDType::APPLICATION_DEFINED_RECORD, defineRecordResult->GetType());
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/
H A Dunified_meta.cpp117 { APPLICATION_DEFINED_RECORD, "APPLICATION_DEFINED_RECORD", "ApplicationDefinedType" },
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Dunified_meta.h161 APPLICATION_DEFINED_RECORD, enumerator
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data_entry.cpp448 return UDMF::APPLICATION_DEFINED_RECORD; in Convert()
H A Dpasteboard_utils.cpp76 { UDMF::APPLICATION_DEFINED_RECORD, AppDefined2PasteRecord }, in InitDecodeMap()
H A Dpaste_data_record.cpp759 … udType_ = udType == UDMF::UDType::UD_BUTT ? UDMF::UDType::APPLICATION_DEFINED_RECORD : udType; in AddEntry()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/
H A Dudmf_impl.cpp424 if (type == UDMF::UDType::APPLICATION_DEFINED_RECORD) { in GetSpanStringRecord()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp437 …record->record_ = std::make_shared<ApplicationDefinedRecord>(APPLICATION_DEFINED_RECORD, recordVal… in OH_UdmfRecord_AddGeneralEntry()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-distributed-data.md37 |删除|类名:UnifiedDataType;<br>方法or属性:APPLICATION_DEFINED_RECORD = 'ApplicationDefinedType'|NA|@ohos.da…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-distributed-data.md80 |新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedDataType<br>方法 or 属性: APPLICATION_DEFINED_RECORD = 'Applic…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-distributed-data.md37 |Deleted|Class name: UnifiedDataType;<br>Method or attribute name: APPLICATION_DEFINED_RECORD = 'Ap…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-distributed-data.md80 …MF<br>Class name: UnifiedDataType<br>Method or attribute name: APPLICATION_DEFINED_RECORD = 'Appli…
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp927 ASSERT_EQ(type, UDType::APPLICATION_DEFINED_RECORD);