Home
last modified time | relevance | path

Searched refs:into_split (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dpty_process.rs141 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 Dtcp_test.rs371 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 Dcommand.rs644 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 Dpty.rs120 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 Dsplit.rs191 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 Dstream.rs498 pub fn into_split(self) -> (SplitReadHalf, SplitWriteHalf) { in into_split() method