Home
last modified time | relevance | path

Searched refs:stream_buffer (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_buffer/
H A Dnet_packet.rs19 use crate::stream_buffer::StreamBuffer;
64 pub(crate) stream_buffer: StreamBuffer,
78 stream_buffer: Default::default(), in default()
97 self.stream_buffer.size() in size()
100 size_of::<PackHead>() + self.stream_buffer.w_pos in get_packet_length()
105 size: self.stream_buffer.w_pos, in make_data()
108 …if self.stream_buffer.w_pos > 0 && !buf.write_char_usize(&self.stream_buffer.sz_buff[0] as *const … in make_data()
109 self.stream_buffer.w_pos) { in make_data()
H A Dffi.rs36 let stream_buffer: Box::<StreamBuffer> = Box::default(); in StreamBufferCreate() localVariable
37 Box::into_raw(stream_buffer) in StreamBufferCreate()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs82 stream_buffer: &mut [u8], in encode()
99 Indexed::new(index, true).encode(&mut stream_buffer[cur_stream..]); in encode()
204 .encode(&mut stream_buffer[cur_stream..]); in encode()
213 .encode(&mut stream_buffer[cur_stream..]); in encode()
229 .encode(&mut stream_buffer[cur_stream..]); in encode()
238 .encode(&mut stream_buffer[cur_stream..]); in encode()
248 .encode(&mut stream_buffer[cur_stream..]); in encode()
251 .encode(&mut stream_buffer[cur_stream..]); in encode()
266 return (encoder_buffer.len(), stream_buffer.len()); in encode()
271 return (encoder_buffer.len(), stream_buffer.len()); in encode()
[all …]
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Dstream_buffer.rs25 type ErrorStatus = crate::stream_buffer::ErrStatus;
315 !pkt.stream_buffer.write_char_usize(buf.add(HEAD_SIZE) as *const c_char, size) { in read_client_packets()
329 stream_buffer_ptr: Box::into_raw(Box::new(pkt.stream_buffer)) in read_client_packets()
H A Dlib.rs22 mod stream_buffer; module
/ohos5.0/base/sensors/sensor/utils/ipc/
H A DBUILD.gn21 "src/stream_buffer.cpp",
/ohos5.0/base/msdp/device_status/utils/ipc/
H A DBUILD.gn39 "src/stream_buffer.cpp",
/ohos5.0/foundation/multimodalinput/input/service/fingerprint_event_processor/test/
H A DBUILD.gn58 "${mmi_path}/util/network/src/stream_buffer.cpp",
/ohos5.0/foundation/multimodalinput/input/
H A Dmultimodalinput_mini.gni267 "network/src/stream_buffer.cpp",