Home
last modified time | relevance | path

Searched refs:StreamBufferReadChar (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/sensors/sensor/utils/ipc/include/
H A Drust_binding.h62 bool StreamBufferReadChar(RustStreamBuffer *rustStreamBuffer, char *buf, size_t size);
/ohos5.0/base/sensors/sensor/utils/ipc/src/
H A Dstream_buffer.cpp109 return StreamBufferReadChar(streamBufferPtr_.get(), buf, size); in Read()
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_buffer/
H A Dffi.rs237 pub unsafe extern "C" fn StreamBufferReadChar(object: *mut StreamBuffer, buf: *const c_char, size: … in StreamBufferReadChar() function