Home
last modified time | relevance | path

Searched refs:Vector2PixelMap (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.cpp494 value = Vector2PixelMap(u8Value); in ReadValue()
515 std::shared_ptr<Media::PixelMap> TLVObject::Vector2PixelMap(std::vector<std::uint8_t> &value) in Vector2PixelMap() function in OHOS::MiscServices::TLVObject
H A Dtlv_object.h199 static std::shared_ptr<Media::PixelMap> Vector2PixelMap(std::vector<std::uint8_t> &value);
/ohos5.0/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp307 pasteDataRecord.Vector2PixelMap(value); in FuzzPastedataRecord002()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data_record.cpp269 pixelMap_ = Vector2PixelMap(value);}}, in InitDecodeMap()