/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/ |
H A D | stream.rs | 134 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 D | listener.rs | 182 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 D | source_fd.rs | 30 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 D | udp_socket.rs | 763 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 D | udp_socket.rs | 644 .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 D | sys.rs | 159 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 D | pipe.rs | 80 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 D | source.rs | 42 fn get_fd(&self) -> Fd; in get_fd() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/ |
H A D | listener.rs | 159 fn get_fd(&self) -> Fd { in get_fd() method
|
H A D | stream.rs | 334 fn get_fd(&self) -> Fd { in get_fd() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/ |
H A D | listener.rs | 250 self.source.get_fd() in as_raw_fd()
|
H A D | stream.rs | 660 self.source.get_fd() in as_raw_fd()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
H A D | driver_handle.rs | 144 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 D | listener.rs | 179 fn get_fd(&self) -> Fd { in get_fd() method
|
H A D | datagram.rs | 276 fn get_fd(&self) -> Fd { in get_fd() method
|
H A D | stream.rs | 234 fn get_fd(&self) -> Fd { in get_fd() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
H A D | driver.rs | 416 io.get_fd() as c_int, in register_source_with_token() 437 io.get_fd() as c_int, in register_source()
|
H A D | async_source.rs | 48 syscall!(fchown(self.get_fd(), uid, gid))?; in fchown()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/ |
H A D | listener.rs | 119 self.source.get_fd() in as_raw_fd()
|
H A D | datagram.rs | 442 self.source.get_fd() in as_raw_fd()
|
H A D | stream.rs | 382 self.source.get_fd() in as_raw_fd()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
H A D | udp.rs | 1431 self.source.get_fd() in as_raw_fd() 1438 self.source.get_fd() in as_raw_fd()
|