Home
last modified time | relevance | path

Searched refs:PasteRecord2Image (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_utils.h57 … static std::shared_ptr<UnifiedRecord> PasteRecord2Image(std::shared_ptr<PasteDataRecord> record);
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_utils.cpp51 { UDMF::IMAGE, PasteRecord2Image }, in InitDecodeMap()
455 std::shared_ptr<UnifiedRecord> PasteboardUtils::PasteRecord2Image(const std::shared_ptr<PasteDataRe… in PasteRecord2Image() function in OHOS::MiscServices::PasteboardUtils