Home
last modified time | relevance | path

Searched refs:SystemDefinedRecord (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dsystem_defined_record.cpp20 SystemDefinedRecord::SystemDefinedRecord() : UnifiedRecord(SYSTEM_DEFINED_RECORD) in SystemDefinedRecord() function in OHOS::UDMF::SystemDefinedRecord
24 int64_t SystemDefinedRecord::GetSize() in GetSize()
29 SystemDefinedRecord::SystemDefinedRecord(UDType type, ValueType value) : UnifiedRecord(type, value) in SystemDefinedRecord() function in OHOS::UDMF::SystemDefinedRecord
42 void SystemDefinedRecord::AddProperty(const std::string &property, UDVariant &value) in AddProperty()
55 UDVariant SystemDefinedRecord::GetPropertyByName(const std::string &property) const in GetPropertyByName()
64 void SystemDefinedRecord::SetDetails(UDDetails &details) in SetDetails()
72 UDDetails SystemDefinedRecord::GetDetails() const in GetDetails()
77 void SystemDefinedRecord::InitObject() in InitObject()
H A Dsystem_defined_pixelmap.cpp34 SystemDefinedPixelMap::SystemDefinedPixelMap(UDType type, ValueType value) : SystemDefinedRecord(ty… in SystemDefinedPixelMap()
H A Dsystem_defined_form.cpp25 SystemDefinedForm::SystemDefinedForm(UDType type, ValueType value) : SystemDefinedRecord(type, valu… in SystemDefinedForm()
H A Dsystem_defined_appitem.cpp25 SystemDefinedAppItem::SystemDefinedAppItem(UDType type, ValueType value) : SystemDefinedRecord(type… in SystemDefinedAppItem()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dsystem_defined_record_test.cpp64 SystemDefinedRecord systemDefinedRecord;
68 auto details = std::get<std::shared_ptr<Object>>(object->value_[SystemDefinedRecord::DETAILS]);
84 SystemDefinedRecord systemDefinedRecord;
90 auto details = std::get<std::shared_ptr<Object>>(object->value_[SystemDefinedRecord::DETAILS]);
105 SystemDefinedRecord systemDefinedRecord;
120 SystemDefinedRecord systemDefinedRecord;
124 auto details = std::get<std::shared_ptr<Object>>(object->value_[SystemDefinedRecord::DETAILS]);
H A Dudmf_client_test.cpp692 SystemDefinedRecord systemDefinedRecord1;
696 …std::shared_ptr<UnifiedRecord> record1 = std::make_shared<SystemDefinedRecord>(systemDefinedRecord…
713 auto systemDefinedRecord2 = static_cast<SystemDefinedRecord *>(record2.get());
760 auto systemDefinedRecord2 = static_cast<SystemDefinedRecord *>(record2.get());
816 auto systemDefinedRecord2 = static_cast<SystemDefinedRecord *>(record2.get());
879 auto systemDefinedRecord2 = static_cast<SystemDefinedRecord *>(record2.get());
961 std::make_shared<SystemDefinedRecord>(),
1214 SystemDefinedRecord systemDefinedRecord;
1216 …std::shared_ptr<UnifiedRecord> record5 = std::make_shared<SystemDefinedRecord>(systemDefinedRecord…
2060 auto systemDefinedRecord2 = static_cast<SystemDefinedRecord *>(record2.get());
[all …]
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dsystem_defined_record.h23 class API_EXPORT SystemDefinedRecord : public UnifiedRecord {
25 explicit SystemDefinedRecord();
26 SystemDefinedRecord(UDType type, ValueType value);
H A Dsystem_defined_pixelmap.h23 class API_EXPORT SystemDefinedPixelMap : public SystemDefinedRecord {
H A Dsystem_defined_form.h23 class API_EXPORT SystemDefinedForm : public SystemDefinedRecord {
H A Dsystem_defined_appitem.h24 class API_EXPORT SystemDefinedAppItem : public SystemDefinedRecord {
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dsystem_defined_record_napi.h28 class SystemDefinedRecord; variable
35 std::shared_ptr<SystemDefinedRecord> value_;
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dsystem_defined_record_napi.cpp46 sdRecord->value_ = std::make_shared<SystemDefinedRecord>(); in New()
57 sdRecord->value_ = std::static_pointer_cast<SystemDefinedRecord>(in); in NewInstance()
H A Dunified_record_napi.cpp97 … [](UDType type, ValueType value) { return std::make_shared<SystemDefinedRecord>(type, value); }}, in GenerateNativeRecord()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_client_udmf_delay_test.cpp248 SystemDefinedRecord systemDefinedRecord; in SetSysRecordUnifiedData()
252 …std::shared_ptr<UnifiedRecord> record = std::make_shared<SystemDefinedRecord>(systemDefinedRecord); in SetSysRecordUnifiedData()
668 auto systemDefinedRecord = static_cast<SystemDefinedRecord *>(unifiedRecord.get());
701 auto systemDefinedRecord = static_cast<SystemDefinedRecord *>(unifiedRecord.get());
741 auto systemDefinedRecord = static_cast<SystemDefinedRecord *>(unifiedRecord.get());
H A Dpasteboard_utils_test.cpp194 …std::shared_ptr<UDMF::SystemDefinedRecord> systemRecord = std::make_shared<UDMF::SystemDefinedReco… in InitSystemRecordData()
635 auto newSystemRecord = static_cast<UDMF::SystemDefinedRecord*>(newRecord.get());
H A Dpasteboard_unified_data_test.cpp189 …std::shared_ptr<UDMF::SystemDefinedRecord> systemRecord = std::make_shared<UDMF::SystemDefinedReco… in InitSystemRecordData()
651 auto newSystemRecord = static_cast<UDMF::SystemDefinedRecord*>(newRecord.get());
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/udmfclient_fuzzer/
H A Dudmf_client_fuzzer.cpp331 SystemDefinedRecord systemDefinedRecord1; in SetDataSystemDefinedRecordFuzz()
335 …std::shared_ptr<UnifiedRecord> record1 = std::make_shared<SystemDefinedRecord>(systemDefinedRecord… in SetDataSystemDefinedRecordFuzz()
500 SystemDefinedRecord systemDefinedRecord; in GetSummaryFuzz()
502 …std::shared_ptr<UnifiedRecord> record5 = std::make_shared<SystemDefinedRecord>(systemDefinedRecord… in GetSummaryFuzz()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-unifiedDataChannel.md695 ## SystemDefinedRecord section
697 SystemDefinedRecord是[UnifiedRecord](#unifiedrecord)的子类,也是OpenHarmony系统特有数据类型的基类,用于描述仅在OpenHarmony系统…
710 let sdr = new unifiedDataChannel.SystemDefinedRecord();
722 系统定义的桌面卡片类型数据,是[SystemDefinedRecord](#systemdefinedrecord)的子类。
756 系统定义的桌面图标类型数据,是[SystemDefinedRecord](#systemdefinedrecord)的子类。
792 与系统侧定义的[PixelMap](../apis-image-kit/js-apis-image.md#pixelmap7)数据类型对应的图片数据类型,是[SystemDefinedRecord]…
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/convert/
H A Dudmf_conversion.cpp97 record = std::make_shared<SystemDefinedRecord>(type, value); in ConvertRecordToSubclass()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dtlv_util_test.cpp459 std::shared_ptr<SystemDefinedRecord> definedRecord =
460 std::make_shared<SystemDefinedRecord>(UDType::SYSTEM_DEFINED_RECORD, "Other parm");
503 auto definedRecordSubclass = std::static_pointer_cast<SystemDefinedRecord>(definedRecordResult);
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_utils.cpp678 auto systemDefined = static_cast<UDMF::SystemDefinedRecord*>(record.get()); in SystemDefined2PasteRecord()
695 auto unifiedRecord = std::make_shared<UDMF::SystemDefinedRecord>(); in PasteRecord2SystemDefined()
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-unifiedDataChannel.md695 ## SystemDefinedRecord section
697 …y-specific data types. You are advised to use the child class of **SystemDefinedRecord**, for exam…
710 let sdr = new unifiedDataChannel.SystemDefinedRecord();
722 …service widget data defined by the system. It is a child class of [SystemDefinedRecord](#systemdef…
756 …he home screen icon defined by the system. It is a child class of [SystemDefinedRecord](#systemdef…
792 …image.md#pixelmap7) defined by the system. It is a child class of [SystemDefinedRecord](#systemdef…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-distributed-data.md57 |删除|类名:SystemDefinedRecord;<br>方法or属性:details?: { [key: string]: number \| string \| Uint8Array };|…
115 |新增|NA|类名:SystemDefinedRecord;<br>方法or属性:details?: { [key: string]: number \| string \| Uint8Array …
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-distributed-data.md110 |新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedRecord|@ohos.data.UDMF.d.ts|
111 |新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedRecord<br>方法 or 属性: details?: { [key: string]: numbe…
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/unittest/
H A DUdmfJsTest.js236 let systemDefinedRecord = new UDC.SystemDefinedRecord();
399 let systemDefinedRecord = new UDC.SystemDefinedRecord();
678 let systemDefinedRecord = new UDC.SystemDefinedRecord();

12