/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_pixel_map.cpp | 25 RefPtr<PixelMap> PixelMap::DecodeTlv(std::vector<uint8_t>& buff) in DecodeTlv() function in OHOS::Ace::PixelMap
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | system_defined_pixelmap.cpp | 77 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 D | pixel_map_preview.cpp | 50 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 D | pixel_map.h | 146 static RefPtr<PixelMap> DecodeTlv(std::vector<uint8_t>& buff);
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | pixel_map_ohos.cpp | 102 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 D | span_string.h | 66 static RefPtr<SpanString> DecodeTlv(std::vector<uint8_t>& buff);
|
H A D | span_string.cpp | 965 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 D | tlv_util.cpp | 269 RefPtr<Ace::PixelMap> p = Ace::PixelMap::DecodeTlv(pixelMapSubVec); in ReadPixelMap()
|
/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/ |
H A D | clipboard_impl.cpp | 387 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 D | span_node.h | 291 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 D | span_node.cpp | 683 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 D | text_field_pattern_testthree.cpp | 525 RefPtr<SpanString> spanString = SpanString::DecodeTlv(info.selectBuffer); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/ |
H A D | pixel_map.h | 158 NATIVEEXPORT static PixelMap *DecodeTlv(std::vector<uint8_t> &buff);
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testfive_ng.cpp | 960 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 D | span_string_test_ng.cpp | 1221 auto spanString2 = SpanString::DecodeTlv(buff); in HWTEST_F()
|
/foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
H A D | span_to_html.cpp | 581 auto spanString = SpanString::DecodeTlv(values); in ToHtml()
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | pixel_map.h | 237 NATIVEEXPORT static PixelMap *DecodeTlv(std::vector<uint8_t> &buff);
|
/foundation/distributeddatamgr/pasteboard/framework/tlv/ |
H A D | tlv_object.cpp | 520 return std::shared_ptr<Media::PixelMap>(Media::PixelMap::DecodeTlv(value));
in Vector2PixelMap()
|
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | tlv_util.cpp | 548 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 D | image_source_heif_test.cpp | 789 PixelMap *pixelMap2 = PixelMap::DecodeTlv(buff);
in HWTEST_F()
|
H A D | image_source_jpeg_test.cpp | 1006 PixelMap *pixelMap2 = PixelMap::DecodeTlv(buff); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
H A D | js_span_string.cpp | 818 asyncContext->spanString = SpanString::DecodeTlv(asyncContext->buffer); in UnmarshallingExec()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_edit_testone_ng.cpp | 625 RefPtr<SpanString> spanString = SpanString::DecodeTlv(info.selectBuffer); in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
H A D | image_pixel_map_test.cpp | 1887 PixelMap *pixelMap2 = PixelMap::DecodeTlv(buff); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 7359 spanStrings.push_back(SpanString::DecodeTlv(arr)); 9222 auto spanStr = SpanString::DecodeTlv(arr); in HandleOnDragDropStyledString() 11185 RefPtr<SpanString> spanString = SpanString::DecodeTlv(buffer); in HandleAIWriteResult()
|