Home
last modified time | relevance | path

Searched defs:pty (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dpty_process.rs77 let mut pty = Pty::new().unwrap(); in sdv_pty_process_read_and_write_test() localVariable
107 let mut pty = Pty::new().unwrap(); in sdv_pty_split_test() localVariable
139 let pty = Pty::new().unwrap(); in sdv_pty_into_split_test() localVariable
172 let pty = Pty::new().unwrap(); in sdv_pty_unsplit_test() localVariable
175 let mut pty = Pty::unsplit(read_pty, write_pty).expect("unsplit fail!"); in sdv_pty_unsplit_test() localVariable
199 let pty = Pty::new().unwrap(); in sdv_pty_debug_test() localVariable
207 let mut pty = Pty::unsplit(read_pty, write_pty).expect("unsplit fail!"); in sdv_pty_debug_test() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dcommand.rs580 let mut pty = Pty::new().unwrap(); in ut_pty_process_read_write_test() localVariable
610 let mut pty = Pty::new().unwrap(); in ut_pty_process_split_test() localVariable
642 let pty = Pty::new().unwrap(); in ut_pty_process_into_split_test() localVariable
675 let pty = Pty::new().unwrap(); in ut_pty_process_unsplit_test() localVariable
678 let mut pty = Pty::unsplit(read_pty, write_pty).expect("unsplit fail!"); in ut_pty_process_unsplit_test() localVariable
705 let pty = Pty::new().unwrap(); in ut_pty_as_test() localVariable
722 let pty = Pty::new().unwrap(); in ut_pty_debug_test() localVariable
730 let mut pty = Pty::unsplit(read_pty, write_pty).expect("unsplit fail!"); in ut_pty_debug_test() localVariable
H A Dmod.rs19 mod pty; module
H A Dsys.rs222 let pty = PtyInner::open().unwrap(); in ut_pty_pts_size_test() localVariable
240 let mut pty = PtyInner::open().unwrap(); in ut_pty_read_write_test() localVariable
H A Dpty.rs40 let pty = super::sys::PtyInner::open()?; in new() localVariable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/
H A Dpath_fuzzer.cpp178 scalar pty = GetObject<scalar>(); in PathFuzzTest003() local
202 scalar pty = GetObject<scalar>(); in PathFuzzTest004() local