Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 96) sorted by relevance

1234

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/
H A Dsdv_async_http_body_io.rs83 let read = resp.body_mut().data(&mut buf).await.unwrap(); in sdv_body_chunk_and_trailer() localVariable
86 let read = resp.body_mut().data(&mut buf).await.unwrap(); in sdv_body_chunk_and_trailer() localVariable
89 let read = resp.body_mut().data(&mut buf).await.unwrap(); in sdv_body_chunk_and_trailer() localVariable
H A Dsdv_async_http_proxy.rs114 let read = response in sdv_async_client_send_request() localVariable
H A Dsdv_async_http2.rs189 let read = response in sdv_async_h2_client_send_request() localVariable
267 let read = response in sdv_async_h2_client_send_request_concurrently() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dhttp_body.rs211 let mut read = 0; in data() localVariable
237 let mut read = read; in poll_read_io() localVariable
302 let mut read = 0; in data() localVariable
356 let mut read = read; in poll_read_io() localVariable
429 let mut read = 0; in data() localVariable
779 let read = async_impl::Body::data(&mut text, &mut buf).await.unwrap(); in http_body_text() localVariable
835 let read = async_impl::Body::data(&mut until_close, &mut buf) in http_body_until_close() localVariable
839 let read = async_impl::Body::data(&mut until_close, &mut buf) in http_body_until_close() localVariable
843 let read = async_impl::Body::data(&mut until_close, &mut buf) in http_body_until_close() localVariable
861 let read = async_impl::Body::data(&mut until_close, &mut buf) in http_body_until_close() localVariable
[all …]
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/
H A Dhks_fuzz_util.h31 ReadType read = reinterpret_cast<ReadType>(data); in ReadData() local
/ohos5.0/base/security/huks/interfaces/inner_api/huks_lite/
H A Dhks_file_api.h37 int32_t (*read)(const char *file_name, uint32_t offset, member
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_context.cpp33 void EglWrapperContext::SetCurrentSurface(EGLSurface draw, EGLSurface read) in SetCurrentSurface()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dlock_free_queue.h29 uint32 read; member
H A Dlock_free_queue.c112 uint32 read = queue->read + queue->itemSize; in LFQUE_Pop() local
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_compress.cpp69 size_t read = inBuffer.offset; in Compress() local
139 size_t read = inBuffer.offset; in Compress() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dssl_stream.rs31 fn read(&mut self, buf: &mut [u8]) -> std::io::Result<usize> { in read() function
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/
H A Dasync_utils.rs219 let read = response localVariable
H A Dsync_utils.rs208 let read = response localVariable
/ohos5.0/drivers/hdf_core/framework/include/osal/
H A Dosal_cdev.h27 ssize_t (*read)(struct file *filep, char __user *buffer, size_t buflen, int64_t *offset); member
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_context_test.cpp47 EGLSurface read = nullptr; in HWTEST_F() local
/ohos5.0/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_ipc_helper.h46 const std::function<void(MessageParcel &, T &)> &read) in ReadList()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/
H A Dbmp_stream.cpp30 size_t BmpStream::read(void *buffer, size_t size) in read() function in OHOS::ImagePlugin::BmpStream
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrappercontext_fuzzer/
H A Deglwrappercontext_fuzzer.cpp66 EGLSurface read = GetData<EGLSurface>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/
H A Dimage_loader_manager.cpp97 const uint64_t read = file.Read(buffer.get(), byteLength); in LoadImage() local
152 const uint64_t read = file.Read(buffer.get(), byteLength); in LoadAnimatedImage() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/
H A Dasync_utils.rs364 let read = response localVariable
H A Dsync_utils.rs365 let read = response localVariable
/ohos5.0/drivers/hdf_core/framework/support/platform/include/adc/
H A Dadc_core.h39 int32_t (*read)(struct AdcDevice *device, uint32_t channel, uint32_t *val); member
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/
H A Dwrapper.rs46 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() function
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/conn/
H A Dhttp1.rs126 fn read(&mut self, buf: &mut [u8]) -> std::io::Result<usize> { in read() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A Dopen_options.rs78 pub fn read(&mut self, read: bool) -> &mut OpenOptions { in read() method

1234