Home
last modified time | relevance | path

Searched defs:ReadBuffer (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file_reader_mem.cpp50 std::string ZipFileReaderMem::ReadBuffer(size_t startPos, size_t bufferSize) in ReadBuffer() function in OHOS::AbilityBase::ZipFileReaderMem
61 bool ZipFileReaderMem::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer() function in OHOS::AbilityBase::ZipFileReaderMem
H A Dzip_file_reader_io.cpp27 std::string ZipFileReaderIo::ReadBuffer(size_t startPos, size_t bufferSize) in ReadBuffer() function in OHOS::AbilityBase::ZipFileReaderIo
44 bool ZipFileReaderIo::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer() function in OHOS::AbilityBase::ZipFileReaderIo
/ohos5.0/foundation/multimedia/image_framework/mock/native/src/
H A Dparcel.cpp54 const uint8_t *Parcel::ReadBuffer(size_t length) in ReadBuffer() function in OHOS::Parcel
/ohos5.0/base/telephony/sms_mms/test/fuzztest/smspdubuffer_fuzzer/
H A Dsmspdubuffer_fuzzer.cpp25 void ReadBuffer(const uint8_t *data, size_t size) in ReadBuffer() function
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dparcel_wrapper.cpp96 bool ReadBuffer(MessageParcel &msgParcel, size_t len, rust::vec<uint8_t> &buffer) in ReadBuffer() function
/ohos5.0/base/security/code_signature/utils/include/
H A Dcode_sign_block.h104 using ReadBuffer = const char *; variable
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp661 const uint8_t *Parcel::ReadBuffer(size_t length, bool isValidate) in ReadBuffer() function in OHOS::Parcel
815 const uint8_t *Parcel::ReadBuffer(size_t length) in ReadBuffer() function in OHOS::Parcel
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_decoder_demo.cpp483 bool ADecBufferDemo::ReadBuffer(OH_AVBuffer *buffer, uint32_t index) in ReadBuffer() function in ADecBufferDemo
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp383 const uint8_t* Parcel::ReadBuffer(size_t length) in ReadBuffer() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp370 const uint8_t* Parcel::ReadBuffer(size_t length) in ReadBuffer() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp372 const uint8_t *Parcel::ReadBuffer(size_t length) in ReadBuffer() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp370 const uint8_t* Parcel::ReadBuffer(size_t length) in ReadBuffer() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp370 const uint8_t* Parcel::ReadBuffer(size_t length) in ReadBuffer() function in OHOS::Parcel
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp306 const uint8_t *Parcel::ReadBuffer(size_t length) in ReadBuffer() function in OHOS::Parcel
/ohos5.0/foundation/multimedia/av_codec/test/unittest/audio_test/
H A Daudio_decoder_avbuffer_capi_unit_test.cpp229 bool AudioDecoderBufferCapiUnitTest::ReadBuffer(OH_AVBuffer *buffer, uint32_t index) in ReadBuffer() function in OHOS::MediaAVCodec::AudioDecoderBufferCapiUnitTest
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c1101 const uint8_t *ReadBuffer(IpcIo *io, size_t size) in ReadBuffer() function
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs55 fn ReadBuffer(msgParcel: Pin<&mut MessageParcel>, len: usize, buffer: &mut Vec<u8>) in ReadBuffer() function
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp1432 napi_value WebGL2RenderingContextImpl::ReadBuffer(napi_env env, GLenum mode) in ReadBuffer() function in OHOS::Rosen::Impl::WebGL2RenderingContextImpl
H A Dwebgl2_rendering_context_base.cpp1447 napi_value WebGL2RenderingContextBase::ReadBuffer(napi_env env, napi_callback_info info) in ReadBuffer() function in OHOS::Rosen::WebGL2RenderingContextBase