/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_stream.cpp | 47 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 D | file.h | 66 bool Skip(long size);
|
H A D | file.cpp | 187 bool File::Skip(long size) in Skip() function in OHOS::Idl::File
|
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | tlv_util.cpp | 226 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 D | tlv_object.h | 75 bool Skip(TLVHead &head);
|
H A D | tlv_util.h | 121 data.Skip(head);
in ReadTlv() 223 if (!data.Skip(itemHead)) {
in Reading()
|
H A D | tlv_object.cpp | 345 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 D | heif_box.cpp | 87 writer.Skip(header_size); in ReserveHeader() 95 writer.Skip(UINT32_BYTES_NUM); in ReserveHeader()
|
H A D | item_data_box.cpp | 241 writer.Skip(nSkip);
|
/foundation/ability/idl_tool/idl_tool_2/lexer/ |
H A D | lexer.h | 55 void Skip(char untilChar);
|
H A D | lexer.cpp | 157 void Lexer::Skip(char untilChar)
in Skip() function in OHOS::Idl::Lexer
|
/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | file.h | 67 bool Skip(long size) const;
|
H A D | file.cpp | 187 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 D | heif_stream.h | 134 void Skip(size_t skipSize);
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/mock/ |
H A D | tlv_object_mock.cpp | 169 bool TLVObject::Skip(TLVHead &head) in Skip() function in OHOS::UDMF::TLVObject
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | paste_data_entry.cpp | 60 ret = ret && Skip(head.len, buffer.size()); in Decode() 157 ret = ret && Skip(head.len, buffer.size()); in Decode()
|
H A D | paste_data.cpp | 499 ret = ret && Skip(head.len, buffer.size()); in Decode() 716 ret = ret && Skip(head.len, buffer.size()); in DecodeTag()
|
H A D | paste_data_record.cpp | 387 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 D | heif_stream.cpp | 292 void HeifStreamWriter::Skip(size_t skipSize) in Skip() function in OHOS::ImagePlugin::HeifStreamWriter
|
/foundation/multimedia/av_codec/services/services/codec/server/ |
H A D | codec_server.cpp | 228 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 D | heif_parser_test.cpp | 206 heifWriter.Skip(1); in HWTEST_F()
|
/foundation/distributeddatamgr/pasteboard/framework/tlv/ |
H A D | tlv_object.h | 342 inline bool Skip(size_t len, size_t total)
in Skip() function
|