Home
last modified time | relevance | path

Searched refs:Skip (Results 1 - 22 of 22) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_stream.cpp47 static size_t Skip(InputDataStream *stream, size_t size) in Skip() function
67 return Skip(stream_, size); in read()
/foundation/ability/idl_tool/util/
H A Dfile.h66 bool Skip(long size);
H A Dfile.cpp187 bool File::Skip(long size) in Skip() function in OHOS::Idl::File
/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_util.cpp226 data.Skip(headItem); in Reading()
262 data.Skip(headItem); in Reading()
273 data.Skip(headItem); in Reading()
319 data.Skip(headItem); in Reading()
340 data.Skip(headItem); in Reading()
457 result = data.Skip(headItem); in Reading()
514 data.Skip(headItem); in Reading()
H A Dtlv_object.h75 bool Skip(TLVHead &head);
H A Dtlv_util.h121 data.Skip(head); in ReadTlv()
223 if (!data.Skip(itemHead)) { in Reading()
H A Dtlv_object.cpp345 bool TLVObject::Skip(TLVHead &head) in Skip() function in OHOS::UDMF::TLVObject
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Dheif_box.cpp87 writer.Skip(header_size); in ReserveHeader()
95 writer.Skip(UINT32_BYTES_NUM); in ReserveHeader()
H A Ditem_data_box.cpp241 writer.Skip(nSkip);
/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dlexer.h55 void Skip(char untilChar);
H A Dlexer.cpp157 void Lexer::Skip(char untilChar) in Skip() function in OHOS::Idl::Lexer
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dfile.h67 bool Skip(long size) const;
H A Dfile.cpp187 bool File::Skip(long size) const in Skip() function in OHOS::Idl::File
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_stream.h134 void Skip(size_t skipSize);
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/mock/
H A Dtlv_object_mock.cpp169 bool TLVObject::Skip(TLVHead &head) in Skip() function in OHOS::UDMF::TLVObject
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data_entry.cpp60 ret = ret && Skip(head.len, buffer.size()); in Decode()
157 ret = ret && Skip(head.len, buffer.size()); in Decode()
H A Dpaste_data.cpp499 ret = ret && Skip(head.len, buffer.size()); in Decode()
716 ret = ret && Skip(head.len, buffer.size()); in DecodeTag()
H A Dpaste_data_record.cpp387 ret = ret && Skip(head.len, buffer.size()); in Decode()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_stream.cpp292 void HeifStreamWriter::Skip(size_t skipSize) in Skip() function in OHOS::ImagePlugin::HeifStreamWriter
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.cpp228 CHECK_AND_CONTINUE_LOG(codecBase_ != nullptr, "Skip creation failure. name:(%{public}s)", iter->c_str()); in InitByName()
230 CHECK_AND_CONTINUE_LOG(ret == AVCS_ERR_OK, "Skip initialization failure. name:(%{public}s)", iter->c_str());
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_test.cpp206 heifWriter.Skip(1); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.h342 inline bool Skip(size_t len, size_t total) in Skip() function

Completed in 21 milliseconds