/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | system_defined_pixelmap.cpp | 23 SystemDefinedPixelMap::SystemDefinedPixelMap() in SystemDefinedPixelMap() function in OHOS::UDMF::SystemDefinedPixelMap 28 SystemDefinedPixelMap::SystemDefinedPixelMap(std::vector<uint8_t> &data) in SystemDefinedPixelMap() function in OHOS::UDMF::SystemDefinedPixelMap 34 SystemDefinedPixelMap::SystemDefinedPixelMap(UDType type, ValueType value) : SystemDefinedRecord(ty… in SystemDefinedPixelMap() function in OHOS::UDMF::SystemDefinedPixelMap 59 int64_t SystemDefinedPixelMap::GetSize() in GetSize() 64 std::vector<uint8_t> SystemDefinedPixelMap::GetRawData() const in GetRawData() 69 void SystemDefinedPixelMap::SetRawData(const std::vector<uint8_t> &rawData) in SetRawData() 84 void SystemDefinedPixelMap::InitObject() in InitObject()
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | system_defined_pixelmap.h | 23 class API_EXPORT SystemDefinedPixelMap : public SystemDefinedRecord { 25 SystemDefinedPixelMap(); 26 explicit SystemDefinedPixelMap(std::vector<uint8_t> &data); 27 SystemDefinedPixelMap(UDType type, ValueType value);
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | system_defined_pixelmap_test.cpp | 63 SystemDefinedPixelMap systemDefinedPixelMap(data); 79 SystemDefinedPixelMap systemDefinedPixelMap(type, value); 95 SystemDefinedPixelMap systemDefinedPixelMap(type, value);
|
H A D | udmf_client_test.cpp | 846 SystemDefinedPixelMap systemDefinedPixelMap1; 862 …std::shared_ptr<UnifiedRecord> record1 = std::make_shared<SystemDefinedPixelMap>(systemDefinedPixe… 883 auto systemDefinedPixelMap2 = static_cast<SystemDefinedPixelMap *>(record2.get()); 2036 SystemDefinedPixelMap systemDefinedPixelMap1; 2043 …std::shared_ptr<UnifiedRecord> record1 = std::make_shared<SystemDefinedPixelMap>(systemDefinedPixe… 2064 auto systemDefinedPixelMap2 = static_cast<SystemDefinedPixelMap *>(record2.get()); 2087 SystemDefinedPixelMap systemDefinedPixelMap1; 2094 …std::shared_ptr<UnifiedRecord> record1 = std::make_shared<SystemDefinedPixelMap>(systemDefinedPixe… 2117 auto systemDefinedPixelMap2 = static_cast<SystemDefinedPixelMap *>(record3.get());
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/data/ |
H A D | system_defined_pixelmap_napi.h | 28 class SystemDefinedPixelMap; variable 33 std::shared_ptr<SystemDefinedPixelMap> value_;
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | system_defined_pixelmap_napi.cpp | 49 sdPixelMap->value_ = std::make_shared<SystemDefinedPixelMap>(); in New() 60 sdPixelMap->value_ = std::static_pointer_cast<SystemDefinedPixelMap>(in); in NewInstance()
|
H A D | unified_record_napi.cpp | 103 …[](UDType type, ValueType value) { return std::make_shared<SystemDefinedPixelMap>(type, value); }}, in GenerateNativeRecord()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/convert/ |
H A D | udmf_conversion.cpp | 109 record = std::make_shared<SystemDefinedPixelMap>(type, value); in ConvertRecordToSubclass()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-drag-drop.md | 487 …public async createPixelMap(pixelMap: unifiedDataChannel.SystemDefinedPixelMap): Promise<image.Pix… 612 …let record: unifiedDataChannel.SystemDefinedPixelMap = records[0] as unifiedDataChannel.SystemDefi…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-unifiedDataChannel.md | 697 …systemdefinedform)、[SystemDefinedAppItem](#systemdefinedappitem)、[SystemDefinedPixelMap](#systemde… 790 ## SystemDefinedPixelMap section 823 let sdpixel = new unifiedDataChannel.SystemDefinedPixelMap(); 831 let pixelmapRecord = records[i] as unifiedDataChannel.SystemDefinedPixelMap;
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/udmfclient_fuzzer/ |
H A D | udmf_client_fuzzer.cpp | 441 SystemDefinedPixelMap systemDefinedPixelMap1; in SetDataSystemDefinedPixelMapFuzz() 447 …std::shared_ptr<UnifiedRecord> record1 = std::make_shared<SystemDefinedPixelMap>(systemDefinedPixe… in SetDataSystemDefinedPixelMapFuzz()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-drag-drop.md | 487 …public async createPixelMap(pixelMap: unifiedDataChannel.SystemDefinedPixelMap): Promise<image.Pix… 612 …let record: unifiedDataChannel.SystemDefinedPixelMap = records[0] as unifiedDataChannel.SystemDefi…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-distributed-data.md | 69 |删除|类名:SystemDefinedPixelMap;<br>方法or属性:rawData: Uint8Array;|NA|@ohos.data.UDMF.d.ts| 127 |新增|NA|类名:SystemDefinedPixelMap;<br>方法or属性:rawData: Uint8Array;|@ohos.data.unifiedDataChannel.d.ts|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-distributed-data.md | 125 |新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedPixelMap|@ohos.data.UDMF.d.ts| 126 |新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedPixelMap<br>方法 or 属性: rawData: Uint8Array;|@ohos.dat…
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/unittest/ |
H A D | UdmfJsTest.js | 261 let systemDefinedPixelMap = new UDC.SystemDefinedPixelMap(); 401 let systemDefinedPixelMap = new UDC.SystemDefinedPixelMap(); 843 let text = new UDC.SystemDefinedPixelMap();
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/ |
H A D | udmf_impl.cpp | 278 auto record = std::make_shared<UDMF::SystemDefinedPixelMap>(data); in AddPixelMapRecord()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-unifiedDataChannel.md | 697 …definedform), [SystemDefinedAppItem](#systemdefinedappitem), and [SystemDefinedPixelMap](#systemde… 790 ## SystemDefinedPixelMap section 823 let sdpixel = new unifiedDataChannel.SystemDefinedPixelMap(); 831 let pixelmapRecord = records[i] as unifiedDataChannel.SystemDefinedPixelMap;
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-distributed-data.md | 69 |Deleted|Class name: SystemDefinedPixelMap;<br>Method or attribute name: rawData: Uint8Array;|NA|@o… 127 |Added|NA|Class name: SystemDefinedPixelMap;<br>Method or attribute name: rawData: Uint8Array;|@oho…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-distributed-data.md | 125 |Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedPixelMap|@ohos.data.UDMF.d.ts| 126 |Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedPixelMap<br>Method or attribute n…
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_utils.cpp | 572 auto pixelMap = static_cast<UDMF::SystemDefinedPixelMap*>(record.get()); in PixelMap2PasteRecord()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/unittest/ |
H A D | tlv_util_test.cpp | 449 std::make_shared<SystemDefinedPixelMap>(UDType::SYSTEM_DEFINED_PIXEL_MAP, obj);
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | udmf.cpp | 609 AddUds<SystemDefinedPixelMap>(record, pixelMap, UDType::SYSTEM_DEFINED_PIXEL_MAP); in OH_UdmfRecord_AddPixelMap()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | pasteboard_client_udmf_delay_test.cpp | 333 std::make_shared<SystemDefinedPixelMap>(SYSTEM_DEFINED_PIXEL_MAP, pixelMapIn); in SetPixelMapUnifiedData()
|
H A D | pasteboard_utils_test.cpp | 246 std::make_shared<UDMF::SystemDefinedPixelMap>(UDMF::SYSTEM_DEFINED_PIXEL_MAP, pixelMapIn); in InitSystemPixelMapData()
|
H A D | pasteboard_unified_data_test.cpp | 241 std::make_shared<UDMF::SystemDefinedPixelMap>(UDMF::SYSTEM_DEFINED_PIXEL_MAP, pixelMapIn); in InitSystemPixelMapData()
|