Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/utils/ipc/include/
H A Drust_binding.h55 int32_t StreamBufferSetRwErrStatus(RustStreamBuffer *rustStreamBuffer, int32_t rwErrStatus);
/ohos5.0/base/sensors/sensor/utils/ipc/src/
H A Dstream_buffer.cpp64 StreamBufferSetRwErrStatus(streamBufferPtr_.get(), ERROR_STATUS_READ); in Read()
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_buffer/
H A Dffi.rs368 pub unsafe extern "C" fn StreamBufferSetRwErrStatus(object: *mut StreamBuffer, rw_error_status: Err… in StreamBufferSetRwErrStatus() function