Home
last modified time | relevance | path

Searched defs:get_fd (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dsource.rs42 fn get_fd(&self) -> Fd; in get_fd() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Dsource_fd.rs37 fn get_fd(&self) -> Fd { in get_fd() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dlistener.rs189 fn get_fd(&self) -> Fd { in get_fd() method
H A Dstream.rs293 fn get_fd(&self) -> Fd { in get_fd() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
H A Dlistener.rs179 fn get_fd(&self) -> Fd { in get_fd() method
H A Ddatagram.rs276 fn get_fd(&self) -> Fd { in get_fd() method
H A Dstream.rs234 fn get_fd(&self) -> Fd { in get_fd() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dlistener.rs159 fn get_fd(&self) -> Fd { in get_fd() method
H A Dstream.rs334 fn get_fd(&self) -> Fd { in get_fd() method
/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() method
/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() method
789 fn get_fd(&self) -> Fd { in get_fd() method
/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() method
671 fn get_fd(&self) -> Fd { in get_fd() method
/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() method