/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
H A D | mod.rs | 23 mod read_buf; module
|
H A D | stdio.rs | 217 let mut read_buf = ReadBuf::new(&mut buf); in ut_test_stdio_basic() localVariable 222 let mut read_buf = ReadBuf::new(&mut buf); in ut_test_stdio_basic() localVariable
|
H A D | read_buf.rs | 273 let mut read_buf: ReadBuf<'_> = ReadBuf::new(&mut buf); in ut_test_readbuf_new() localVariable
|
H A D | read_task.rs | 109 let mut read_buf = ReadBuf::uninit(unsafe { in poll_read_to_end() localVariable
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
H A D | uds_test.rs | 40 let mut read_buf = [0_u8; 12]; in sdv_uds_stream_test() localVariable 54 let mut read_buf = [0_u8; 12]; in sdv_uds_stream_test() localVariable
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/ |
H A D | data_ref.rs | 50 let mut read_buf = ReadBuf::new(buf); in poll_read() localVariable
|
H A D | output.rs | 84 let mut read_buf = ReadBuf::new(&mut buf); in poll_read_frame() localVariable
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/ |
H A D | listener.rs | 179 let mut read_buf = [0_u8; 12]; in ut_uds_listener_read_write_test() localVariable 188 let mut read_buf = [0_u8; 12]; in ut_uds_listener_read_write_test() localVariable
|
H A D | stream.rs | 439 let mut read_buf = [0_u8; 5]; in ut_uds_stream_pair_test() localVariable
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | http_body.rs | 140 let mut read_buf = [0_u8; TRAILER_SIZE]; in poll_trailer() localVariable 238 let mut read_buf = ReadBuf::new(&mut buf[read..]); in poll_read_io() localVariable 357 let mut read_buf = ReadBuf::new(&mut buf[read..]); in poll_read_io() localVariable 453 let mut read_buf = ReadBuf::new(&mut buf[read..]); in data() localVariable
|
H A D | request.rs | 480 let mut read_buf = ReadBuf::new(&mut buf); in ut_client_request_builder_body() localVariable
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/ |
H A D | simple.rs | 742 let mut read_buf = ReadBuf::new(&mut buf); in multipart_poll_data() localVariable 793 let mut read_buf = ReadBuf::new(&mut buf); in multipart_poll_data_stream() localVariable
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/ |
H A D | async_buf_reader.rs | 204 let mut read_buf = ReadBuf::new(&mut this.buf); in poll_fill_buf() localVariable
|
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/ |
H A D | stream_buffer.rs | 173 fn read_buf(&self) -> *const c_char { in read_buf() method
|
/ohos5.0/base/request/request/services/src/task/ |
H A D | upload.rs | 72 let mut read_buf = buf.take(total_upload_bytes); in poll_read() localVariable
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/ |
H A D | chunk.rs | 200 let mut read_buf = ReadBuf::new(&mut self.chunk_data.chunk_buf); in poll_partial() localVariable
|