Home
last modified time | relevance | path

Searched refs:DecodeTlv (Results 1 - 25 of 27) sorted by relevance

12

/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_pixel_map.cpp25 RefPtr<PixelMap> PixelMap::DecodeTlv(std::vector<uint8_t>& buff) in DecodeTlv() function in OHOS::Ace::PixelMap
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dsystem_defined_pixelmap.cpp77 auto pixelMap = std::shared_ptr<OHOS::Media::PixelMap>(OHOS::Media::PixelMap::DecodeTlv(rawData_)); in SetRawData()
93 auto pixelMap = std::shared_ptr<OHOS::Media::PixelMap>(OHOS::Media::PixelMap::DecodeTlv(rawData_)); in InitObject()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dpixel_map_preview.cpp50 RefPtr<PixelMap> PixelMap::DecodeTlv(std::vector<uint8_t>& buff) in DecodeTlv() function in OHOS::Ace::PixelMap
/foundation/arkui/ace_engine/frameworks/base/image/
H A Dpixel_map.h146 static RefPtr<PixelMap> DecodeTlv(std::vector<uint8_t>& buff);
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpixel_map_ohos.cpp102 RefPtr<PixelMap> PixelMap::DecodeTlv(std::vector<uint8_t>& buff) in DecodeTlv() function in OHOS::Ace::PixelMap
104 Media::PixelMap* pixelMapRelease = OHOS::Media::PixelMap::DecodeTlv(buff); in DecodeTlv()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_string.h66 static RefPtr<SpanString> DecodeTlv(std::vector<uint8_t>& buff);
H A Dspan_string.cpp965 RefPtr<SpanString> SpanString::DecodeTlv(std::vector<uint8_t>& buff) in DecodeTlv() function in OHOS::Ace::SpanString
1002 auto imageSpanItem = NG::ImageSpanItem::DecodeTlv(buff, cursor); in DecodeSpanItemListExt()
1005 auto spanItem = NG::SpanItem::DecodeTlv(buff, cursor); in DecodeSpanItemListExt()
H A Dtlv_util.cpp269 RefPtr<Ace::PixelMap> p = Ace::PixelMap::DecodeTlv(pixelMapSubVec); in ReadPixelMap()
/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/
H A Dclipboard_impl.cpp387 auto spanStr = SpanString::DecodeTlv(itemData[SPAN_STRING_TAG]); in GetDataSync()
475 auto spanStr = SpanString::DecodeTlv(itemData[SPAN_STRING_TAG]); in ProcessPasteDataRecord()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.h291 static RefPtr<SpanItem> DecodeTlv(std::vector<uint8_t>& buff, int32_t& cursor);
700 static RefPtr<ImageSpanItem> DecodeTlv(std::vector<uint8_t>& buff, int32_t& cursor);
H A Dspan_node.cpp683 RefPtr<SpanItem> SpanItem::DecodeTlv(std::vector<uint8_t>& buff, int32_t& cursor) in DecodeTlv() function in OHOS::Ace::NG::SpanItem
814 RefPtr<ImageSpanItem> ImageSpanItem::DecodeTlv(std::vector<uint8_t>& buff, int32_t& cursor) in DecodeTlv() function in OHOS::Ace::NG::ImageSpanItem
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testthree.cpp525 RefPtr<SpanString> spanString = SpanString::DecodeTlv(info.selectBuffer); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dpixel_map.h158 NATIVEEXPORT static PixelMap *DecodeTlv(std::vector<uint8_t> &buff);
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfive_ng.cpp960 auto newImageSpanItem = imageSpanItem->DecodeTlv(buff, cursor); in HWTEST_F()
964 newImageSpanItem = imageSpanItem->DecodeTlv(buff, cursor); in HWTEST_F()
1934 EXPECT_EQ(spanItem->DecodeTlv(buff, cursor)->fontStyle->HasFontSize(), false); in HWTEST_F()
1937 EXPECT_EQ(spanItem->DecodeTlv(buff, cursor)->fontStyle->HasFontSize(), false); in HWTEST_F()
1968 EXPECT_EQ(spanItem->DecodeTlv(buff, cursor)->fontStyle->HasFontSize(), true); in HWTEST_F()
2011 EXPECT_EQ(spanItem->DecodeTlv(buff, cursor)->textLineStyle->HasLineHeight(), true); in HWTEST_F()
H A Dspan_string_test_ng.cpp1221 auto spanString2 = SpanString::DecodeTlv(buff); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dspan_to_html.cpp581 auto spanString = SpanString::DecodeTlv(values); in ToHtml()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h237 NATIVEEXPORT static PixelMap *DecodeTlv(std::vector<uint8_t> &buff);
/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.cpp520 return std::shared_ptr<Media::PixelMap>(Media::PixelMap::DecodeTlv(value)); in Vector2PixelMap()
/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_util.cpp548 output = std::shared_ptr<OHOS::Media::PixelMap>(OHOS::Media::PixelMap::DecodeTlv(val)); in Reading()
550 LOG_ERROR(UDMF_FRAMEWORK, "DecodeTlv pixelMap error when Reading."); in Reading()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_heif_test.cpp789 PixelMap *pixelMap2 = PixelMap::DecodeTlv(buff); in HWTEST_F()
H A Dimage_source_jpeg_test.cpp1006 PixelMap *pixelMap2 = PixelMap::DecodeTlv(buff); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.cpp818 asyncContext->spanString = SpanString::DecodeTlv(asyncContext->buffer); in UnmarshallingExec()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_testone_ng.cpp625 RefPtr<SpanString> spanString = SpanString::DecodeTlv(info.selectBuffer); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dimage_pixel_map_test.cpp1887 PixelMap *pixelMap2 = PixelMap::DecodeTlv(buff); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp7359 spanStrings.push_back(SpanString::DecodeTlv(arr));
9222 auto spanStr = SpanString::DecodeTlv(arr); in HandleOnDragDropStyledString()
11185 RefPtr<SpanString> spanString = SpanString::DecodeTlv(buffer); in HandleAIWriteResult()

Completed in 49 milliseconds

12