/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/ |
H A D | sdv_async_http_body_io.rs | 83 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 D | sdv_async_http_proxy.rs | 114 let read = response in sdv_async_client_send_request() localVariable
|
H A D | sdv_async_http2.rs | 189 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 D | http_body.rs | 211 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 D | hks_fuzz_util.h | 31 ReadType read = reinterpret_cast<ReadType>(data); in ReadData() local
|
/ohos5.0/base/security/huks/interfaces/inner_api/huks_lite/ |
H A D | hks_file_api.h | 37 int32_t (*read)(const char *file_name, uint32_t offset, member
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_wrapper_context.cpp | 33 void EglWrapperContext::SetCurrentSurface(EGLSurface draw, EGLSurface read) in SetCurrentSurface()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/ |
H A D | lock_free_queue.h | 29 uint32 read; member
|
H A D | lock_free_queue.c | 112 uint32 read = queue->read + queue->itemSize; in LFQUE_Pop() local
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/ |
H A D | log_compress.cpp | 69 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 D | ssl_stream.rs | 31 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 D | async_utils.rs | 219 let read = response localVariable
|
H A D | sync_utils.rs | 208 let read = response localVariable
|
/ohos5.0/drivers/hdf_core/framework/include/osal/ |
H A D | osal_cdev.h | 27 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 D | egl_wrapper_context_test.cpp | 47 EGLSurface read = nullptr; in HWTEST_F() local
|
/ohos5.0/base/update/sys_installer/services/module_update/util/include/ |
H A D | module_ipc_helper.h | 46 const std::function<void(MessageParcel &, T &)> &read) in ReadList()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/ |
H A D | bmp_stream.cpp | 30 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 D | eglwrappercontext_fuzzer.cpp | 66 EGLSurface read = GetData<EGLSurface>(); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/ |
H A D | image_loader_manager.cpp | 97 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 D | async_utils.rs | 364 let read = response localVariable
|
H A D | sync_utils.rs | 365 let read = response localVariable
|
/ohos5.0/drivers/hdf_core/framework/support/platform/include/adc/ |
H A D | adc_core.h | 39 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 D | wrapper.rs | 46 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 D | http1.rs | 126 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 D | open_options.rs | 78 pub fn read(&mut self, read: bool) -> &mut OpenOptions { in read() method
|