Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/utils/ipc/include/
H A Drust_binding.h39 void StreamSessionSetFd(RustStreamSession *rustStreamSession, int32_t fd);
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_session/
H A Dffi.rs78 pub unsafe extern "C" fn StreamSessionSetFd(object: *mut StreamSession, fd: i32) -> i32 { in StreamSessionSetFd() function
/ohos5.0/base/sensors/sensor/utils/ipc/src/
H A Dstream_session.cpp35 StreamSessionSetFd(streamSessionPtr_.get(), fd); in StreamSession()