Home
last modified time | relevance | path

Searched refs:get_fd (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dstream.rs134 get_sock_linger(self.get_fd()) in linger()
155 set_sock_linger(self.get_fd(), linger) in set_linger()
286 selector.register(self.get_fd(), token, interests) in register()
290 selector.deregister(self.get_fd()) in deregister()
293 fn get_fd(&self) -> Fd { in get_fd() method
H A Dlistener.rs182 selector.register(self.get_fd(), token, interests) in register()
186 selector.deregister(self.get_fd()) in deregister()
189 fn get_fd(&self) -> Fd { in get_fd() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Dsource_fd.rs30 selector.register(self.get_fd(), token, interests) in register()
34 selector.deregister(self.get_fd()) in deregister()
37 fn get_fd(&self) -> Fd { in get_fd() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/
H A Dudp_socket.rs763 selector.register(self.get_fd(), token, interests) in register()
767 selector.deregister(self.get_fd()) in deregister()
770 fn get_fd(&self) -> Fd { in get_fd() method
782 selector.register(self.get_fd(), token, interests) in register()
786 selector.deregister(self.get_fd()) in deregister()
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.rs644 .register(selector, token, interests, self.get_fd()) in register()
651 fn get_fd(&self) -> Fd { in get_fd() method
664 .register(selector, token, interests, self.get_fd()) in register()
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.rs159 SourceFd(&self.get_fd()).register(selector, token, interests) in register()
163 SourceFd(&self.get_fd()).deregister(selector) in deregister()
166 fn get_fd(&self) -> ylong_io::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
114 assert!(pipe.get_fd().as_raw_fd() >= 0); in ut_process_pipe_test()
/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/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/net/sys/tcp/
H A Dlistener.rs250 self.source.get_fd() in as_raw_fd()
H A Dstream.rs660 self.source.get_fd() in as_raw_fd()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Ddriver_handle.rs144 ylong_ffrt::ffrt_poller_deregister(io.get_fd() as libc::c_int);
/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_runtime/src/net/
H A Ddriver.rs416 io.get_fd() as c_int, in register_source_with_token()
437 io.get_fd() as c_int, in register_source()
H A Dasync_source.rs48 syscall!(fchown(self.get_fd(), uid, gid))?; in fchown()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Dlistener.rs119 self.source.get_fd() in as_raw_fd()
H A Ddatagram.rs442 self.source.get_fd() in as_raw_fd()
H A Dstream.rs382 self.source.get_fd() in as_raw_fd()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Dudp.rs1431 self.source.get_fd() in as_raw_fd()
1438 self.source.get_fd() in as_raw_fd()