Home
last modified time | relevance | path

Searched defs:Fd (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dsource.rs20 pub type Fd = i32; typedef
24 pub type Fd = std::os::windows::io::RawSocket; typedef
42 fn get_fd(&self) -> Fd; in get_fd()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Dsource_fd.rs37 fn get_fd(&self) -> Fd { in get_fd()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dlistener.rs189 fn get_fd(&self) -> Fd { in get_fd()
H A Dsocket.rs119 pub(crate) fn set_sock_linger(fd: Fd, duration: Option<Duration>) -> io::Result<()> { in set_sock_linger()
H A Dstream.rs293 fn get_fd(&self) -> Fd { in get_fd()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
H A Dlistener.rs179 fn get_fd(&self) -> Fd { in get_fd()
H A Ddatagram.rs276 fn get_fd(&self) -> Fd { in get_fd()
H A Dstream.rs234 fn get_fd(&self) -> Fd { in get_fd()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dlistener.rs159 fn get_fd(&self) -> Fd { in get_fd()
H A Dstream.rs334 fn get_fd(&self) -> Fd { in get_fd()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
H A Dpipe.rs80 fn get_fd(&self) -> ylong_io::Fd { in get_fd()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/
H A Dudp_socket.rs770 fn get_fd(&self) -> Fd { in get_fd()
789 fn get_fd(&self) -> Fd { in get_fd()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
H A Dudp_socket.rs651 fn get_fd(&self) -> Fd { in get_fd()
671 fn get_fd(&self) -> Fd { in get_fd()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dsys.rs166 fn get_fd(&self) -> ylong_io::Fd { in get_fd()