Searched refs:into_split (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
H A D | pty_process.rs | 141 let (mut read_pty, mut write_pty) = pty.into_split(); in sdv_pty_into_split_test() 174 let (read_pty, write_pty) = pty.into_split(); in sdv_pty_unsplit_test() 202 let (read_pty, write_pty) = pty.into_split(); in sdv_pty_debug_test()
|
H A D | tcp_test.rs | 371 let (mut read_half, mut write_half) = stream.into_split(); in sdv_tcp_split_owned_half()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/ |
H A D | command.rs | 644 let (mut read_pty, mut write_pty) = pty.into_split(); in ut_pty_process_into_split_test() 677 let (read_pty, write_pty) = pty.into_split(); in ut_pty_process_unsplit_test() 725 let (read_pty, write_pty) = pty.into_split(); in ut_pty_debug_test()
|
H A D | pty.rs | 120 pub fn into_split(self) -> (SplitReadPty, SplitWritePty) { in into_split() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/ |
H A D | split.rs | 191 let (mut read_half, mut write_half) = stream.into_split(); in ut_test_owned_half() 287 let (mut read_half, mut write_half) = stream.into_split(); in ut_test_owned_half_vector()
|
H A D | stream.rs | 498 pub fn into_split(self) -> (SplitReadHalf, SplitWriteHalf) { in into_split() method
|