Home
last modified time | relevance | path

Searched refs:into_raw_fd (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
H A Ddatagram.rs288 fn into_raw_fd(self) -> RawFd { in into_raw_fd() method
289 self.inner.into_raw_fd() in into_raw_fd()
326 let fd = receiver.into_raw_fd(); in ut_uds_datagram_pair()
H A Dstream.rs240 fn into_raw_fd(self) -> RawFd { in into_raw_fd() method
241 self.inner.into_raw_fd() in into_raw_fd()
278 let fd = receiver.into_raw_fd(); in ut_uds_stream_pair()
H A Dlistener.rs191 fn into_raw_fd(self) -> RawFd { in into_raw_fd() method
192 self.inner.into_raw_fd() in into_raw_fd()
/ohos5.0/base/request/request/services/src/utils/
H A Dform_item.rs43 fd: Some(file.into_raw_fd()), in user_file()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
H A Dpipe.rs29 let fd = unsafe { File::from_raw_fd(value.into_raw_fd()) }; in from()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/tests/
H A Duds_test.rs161 let fd = receiver.into_raw_fd(); in sdv_uds_send_recv()
/ohos5.0/base/request/request/services/src/service/command/
H A Dconstruct.rs142 fd = Some(ipc_fd.into_raw_fd()); in construct()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dmsg.rs201 let fd = file.into_raw_fd(); in write_file()
/ohos5.0/base/request/request/test/rustest/src/
H A Dlib.rs77 let channel = unsafe { UnixDatagram::from_raw_fd(file.into_raw_fd()) }; in new()