Home
last modified time | relevance | path

Searched refs:SystemDefinedPixelMap (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dsystem_defined_pixelmap.cpp23 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 Dsystem_defined_pixelmap.h23 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 Dsystem_defined_pixelmap_test.cpp63 SystemDefinedPixelMap systemDefinedPixelMap(data);
79 SystemDefinedPixelMap systemDefinedPixelMap(type, value);
95 SystemDefinedPixelMap systemDefinedPixelMap(type, value);
H A Dudmf_client_test.cpp846 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 Dsystem_defined_pixelmap_napi.h28 class SystemDefinedPixelMap; variable
33 std::shared_ptr<SystemDefinedPixelMap> value_;
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dsystem_defined_pixelmap_napi.cpp49 sdPixelMap->value_ = std::make_shared<SystemDefinedPixelMap>(); in New()
60 sdPixelMap->value_ = std::static_pointer_cast<SystemDefinedPixelMap>(in); in NewInstance()
H A Dunified_record_napi.cpp103 …[](UDType type, ValueType value) { return std::make_shared<SystemDefinedPixelMap>(type, value); }}, in GenerateNativeRecord()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/convert/
H A Dudmf_conversion.cpp109 record = std::make_shared<SystemDefinedPixelMap>(type, value); in ConvertRecordToSubclass()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-drag-drop.md487 …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 Djs-apis-data-unifiedDataChannel.md697 …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 Dudmf_client_fuzzer.cpp441 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 Dts-universal-attributes-drag-drop.md487 …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 Djs-apidiff-distributed-data.md69 |删除|类名: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 Djs-apidiff-distributed-data.md125 |新增|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 DUdmfJsTest.js261 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 Dudmf_impl.cpp278 auto record = std::make_shared<UDMF::SystemDefinedPixelMap>(data); in AddPixelMapRecord()
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-unifiedDataChannel.md697 …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 Djs-apidiff-distributed-data.md69 |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 Djs-apidiff-distributed-data.md125 |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 Dpasteboard_utils.cpp572 auto pixelMap = static_cast<UDMF::SystemDefinedPixelMap*>(record.get()); in PixelMap2PasteRecord()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dtlv_util_test.cpp449 std::make_shared<SystemDefinedPixelMap>(UDType::SYSTEM_DEFINED_PIXEL_MAP, obj);
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp609 AddUds<SystemDefinedPixelMap>(record, pixelMap, UDType::SYSTEM_DEFINED_PIXEL_MAP); in OH_UdmfRecord_AddPixelMap()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_client_udmf_delay_test.cpp333 std::make_shared<SystemDefinedPixelMap>(SYSTEM_DEFINED_PIXEL_MAP, pixelMapIn); in SetPixelMapUnifiedData()
H A Dpasteboard_utils_test.cpp246 std::make_shared<UDMF::SystemDefinedPixelMap>(UDMF::SYSTEM_DEFINED_PIXEL_MAP, pixelMapIn); in InitSystemPixelMapData()
H A Dpasteboard_unified_data_test.cpp241 std::make_shared<UDMF::SystemDefinedPixelMap>(UDMF::SYSTEM_DEFINED_PIXEL_MAP, pixelMapIn); in InitSystemPixelMapData()

12