Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.h173 return expectSize + Count(PixelMap2Vector(value)); in Count()
200 static std::vector<std::uint8_t> PixelMap2Vector(std::shared_ptr<Media::PixelMap> pixelMap);
H A Dtlv_object.cpp523 std::vector<std::uint8_t> TLVObject::PixelMap2Vector(std::shared_ptr<Media::PixelMap> pixelMap) in PixelMap2Vector() function in OHOS::MiscServices::TLVObject
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data_record.cpp431 auto pixelVector = PixelMap2Vector(pixelMap_); in Encode()
477 auto pixelVector = PixelMap2Vector(pixelMap_); in Count()
/ohos5.0/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp308 pasteDataRecord.PixelMap2Vector(pixelMap2); in FuzzPastedataRecord002()