/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | system_defined_record.cpp | 20 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 D | system_defined_pixelmap.cpp | 34 SystemDefinedPixelMap::SystemDefinedPixelMap(UDType type, ValueType value) : SystemDefinedRecord(ty… in SystemDefinedPixelMap()
|
H A D | system_defined_form.cpp | 25 SystemDefinedForm::SystemDefinedForm(UDType type, ValueType value) : SystemDefinedRecord(type, valu… in SystemDefinedForm()
|
H A D | system_defined_appitem.cpp | 25 SystemDefinedAppItem::SystemDefinedAppItem(UDType type, ValueType value) : SystemDefinedRecord(type… in SystemDefinedAppItem()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | system_defined_record_test.cpp | 64 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 D | udmf_client_test.cpp | 692 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 D | system_defined_record.h | 23 class API_EXPORT SystemDefinedRecord : public UnifiedRecord { 25 explicit SystemDefinedRecord(); 26 SystemDefinedRecord(UDType type, ValueType value);
|
H A D | system_defined_pixelmap.h | 23 class API_EXPORT SystemDefinedPixelMap : public SystemDefinedRecord {
|
H A D | system_defined_form.h | 23 class API_EXPORT SystemDefinedForm : public SystemDefinedRecord {
|
H A D | system_defined_appitem.h | 24 class API_EXPORT SystemDefinedAppItem : public SystemDefinedRecord {
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/data/ |
H A D | system_defined_record_napi.h | 28 class SystemDefinedRecord; variable 35 std::shared_ptr<SystemDefinedRecord> value_;
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | system_defined_record_napi.cpp | 46 sdRecord->value_ = std::make_shared<SystemDefinedRecord>(); in New() 57 sdRecord->value_ = std::static_pointer_cast<SystemDefinedRecord>(in); in NewInstance()
|
H A D | unified_record_napi.cpp | 97 … [](UDType type, ValueType value) { return std::make_shared<SystemDefinedRecord>(type, value); }}, in GenerateNativeRecord()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | pasteboard_client_udmf_delay_test.cpp | 248 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 D | pasteboard_utils_test.cpp | 194 …std::shared_ptr<UDMF::SystemDefinedRecord> systemRecord = std::make_shared<UDMF::SystemDefinedReco… in InitSystemRecordData() 635 auto newSystemRecord = static_cast<UDMF::SystemDefinedRecord*>(newRecord.get());
|
H A D | pasteboard_unified_data_test.cpp | 189 …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 D | udmf_client_fuzzer.cpp | 331 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 D | js-apis-data-unifiedDataChannel.md | 695 ## 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 D | udmf_conversion.cpp | 97 record = std::make_shared<SystemDefinedRecord>(type, value); in ConvertRecordToSubclass()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/unittest/ |
H A D | tlv_util_test.cpp | 459 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 D | pasteboard_utils.cpp | 678 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 D | js-apis-data-unifiedDataChannel.md | 695 ## 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 D | js-apidiff-distributed-data.md | 57 |删除|类名: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 D | js-apidiff-distributed-data.md | 110 |新增|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 D | UdmfJsTest.js | 236 let systemDefinedRecord = new UDC.SystemDefinedRecord(); 399 let systemDefinedRecord = new UDC.SystemDefinedRecord(); 678 let systemDefinedRecord = new UDC.SystemDefinedRecord();
|