Home
last modified time | relevance | path

Searched refs:StreamBufferData (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/sensors/sensor/utils/ipc/src/
H A Dstream_buffer.cpp190 …return Write(StreamBufferData(buf.streamBufferPtr_.get()), StreamBufferSize(buf.streamBufferPtr_.g… in Clone()
258 return StreamBufferData(&rustStreamBuffer_); in Data()
H A Dnet_packet.cpp74 return StreamBufferData(streamBufferPtr_.get()); in GetData()
H A Dstream_session.cpp152 …return SendMsg(StreamBufferData(buf.streamBufferPtr_.get()), StreamBufferSize(buf.streamBufferPtr_… in SendMsg()
/ohos5.0/base/sensors/sensor/utils/ipc/include/
H A Drust_binding.h64 const char *StreamBufferData(const RustStreamBuffer *rustStreamBuffer);
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_buffer/
H A Dffi.rs62 pub unsafe extern "C" fn StreamBufferData(object: *const StreamBuffer) -> *const c_char { in StreamBufferData() function