Home
last modified time | relevance | path

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

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