/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_timer_test.cpp | 87 timer.Shutdown(); 104 timer.Shutdown(); in HWTEST_F() 122 timer.Shutdown(); in HWTEST_F() 135 timer.Shutdown(); in TestTimerEvent() 185 timer_.Shutdown(); in StopTimer() 243 timer.Shutdown(); in HWTEST_F() 244 timer.Shutdown(false); in HWTEST_F() 274 timer.Shutdown(); in HWTEST_F() 324 timer.Shutdown(); in HWTEST_F() 350 timer.Shutdown(); in HWTEST_F() [all...] |
H A D | utils_event_test.cpp | 595 virtual void Shutdown(bool useJoin = true); 660 void Timer::Shutdown(bool useJoin) in Shutdown() function in OHOS::__anon33::Timer 943 timer.Shutdown(); in HWTEST_F() 961 timer.Shutdown(); in HWTEST_F() 974 timer.Shutdown(); in TestTimerEvent() 1015 timer_.Shutdown(); in StopTimer() 1076 timer.Shutdown(); in HWTEST_F() 1077 timer.Shutdown(false); in HWTEST_F() 1094 timer.Shutdown(); in HWTEST_F() 1145 timer.Shutdown(); in HWTEST_F() [all...] |
/commonlibrary/c_utils/base/test/benchmarktest/timer_benchmark_test/ |
H A D | timer_benchmark_test.cpp | 92 timer.Shutdown(); in BENCHMARK_F() 114 timer.Shutdown(); in BENCHMARK_F() 136 timer.Shutdown(); in BENCHMARK_F() 176 timer_.Shutdown(); in StopTimer() 216 timer.Shutdown(false); in BENCHMARK_F() 244 timer.Shutdown(); in BENCHMARK_F() 305 timer.Shutdown(); in BENCHMARK_F() 328 timer.Shutdown(); in BENCHMARK_F() 351 timer.Shutdown(); in BENCHMARK_F() 373 timer.Shutdown(); in BENCHMARK_F() [all...] |
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h3/ |
H A D | streams.rs | 40 Shutdown, 218 H3StreamState::Shutdown => { 483 if stream.state == H3StreamState::Shutdown { 526 // stream.state = H3StreamState::Shutdown; 550 stream.state = H3StreamState::Shutdown; 574 stream.state = H3StreamState::Shutdown; 634 stream.state = H3StreamState::Shutdown; 674 stream.state = H3StreamState::Shutdown; 691 stream.state = H3StreamState::Shutdown;
|
H A D | stream_manager.rs | 22 use quiche::Shutdown; 673 .stream_shutdown(id, Shutdown::Read, *err as u64); in handle_stream_error()
|
/commonlibrary/rust/ylong_runtime/ylong_io/tests/ |
H A D | uds_test.rs | 19 use std::net::Shutdown; 65 stream.shutdown(Shutdown::Both).unwrap(); in sdv_uds_stream_test() 149 sender2.shutdown(Shutdown::Write).unwrap(); in sdv_uds_send_recv()
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/ |
H A D | stream.rs | 15 use std::net::{self, Shutdown, SocketAddr}; 195 pub fn shutdown(&self, how: Shutdown) -> io::Result<()> { in shutdown()
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/ |
H A D | stream.rs | 16 use std::net::{Shutdown, SocketAddr}; 113 /// use std::net::Shutdown; 120 /// .shutdown(Shutdown::Both) 123 pub fn shutdown(&self, how: Shutdown) -> io::Result<()> { in shutdown()
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/ |
H A D | stream.rs | 16 use std::net::Shutdown; 331 /// Shutdown UnixStream 332 pub fn shutdown(&self, how: Shutdown) -> Result<()> { in shutdown() 369 self.source.shutdown(std::net::Shutdown::Write)?; in poll_flush()
|
H A D | datagram.rs | 419 /// use std::net::Shutdown; 425 /// socket.shutdown(Shutdown::Both).expect("shutdown() failed"); 429 pub fn shutdown(&self, how: std::net::Shutdown) -> Result<()> { in shutdown()
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/ |
H A D | stream.rs | 17 use std::net::{Shutdown, SocketAddr}; 561 /// Shutdown TcpStream in fmt() 562 pub fn shutdown(&self, how: Shutdown) -> io::Result<()> { in fmt() 634 self.source.shutdown(std::net::Shutdown::Write)?; in poll_flush()
|
H A D | split.rs | 15 use std::net::Shutdown; 65 self.0.shutdown(Shutdown::Write).into() in poll_flush() 111 self.0.shutdown(Shutdown::Write).into() in poll_flush()
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/ |
H A D | mod.rs | 552 Shutdown: std::net::Shutdown::Both, in ut_ssl_tunnel_error() 590 Shutdown: std::net::Shutdown::Both, in ut_ssl_tunnel_error() 630 Shutdown: std::net::Shutdown::Both, in ut_ssl_tunnel_error() 677 Shutdown: std::net::Shutdown::Both, in ut_ssl_tunnel_connect()
|
/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/ |
H A D | event_benchmark_test.cpp | 726 virtual void Shutdown(bool useJoin = true); 794 void Timer::Shutdown(bool useJoin) in Shutdown() function in OHOS::__anon12::Timer 796 BENCHMARK_LOGD("EventTest void Timer::Shutdown is called."); in Shutdown() 1096 timer.Shutdown(); in BENCHMARK_F() 1121 timer.Shutdown(); in BENCHMARK_F() 1147 timer.Shutdown(); in BENCHMARK_F() 1187 timer_.Shutdown(); in StopTimer() 1238 timer.Shutdown(); in BENCHMARK_F() 1239 timer.Shutdown(false); in BENCHMARK_F() 1268 timer.Shutdown(); in BENCHMARK_F() [all...] |
/commonlibrary/c_utils/base/include/ |
H A D | timer.h | 37 * (via Shutdown()) before its deconstruction.\n 43 * 4. The parameter in Shutdown() determines whether the thread in the timer 92 virtual void Shutdown(bool useJoin = true);
|
/commonlibrary/c_utils/base/test/fuzztest/timer_fuzzer/ |
H A D | timer_fuzzer.cpp | 83 timer.Shutdown(); in TimerTestFunc() 85 FUZZ_LOGI("Shutdown"); in TimerTestFunc()
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | test_utils.rs | 70 $(Shutdown: $shutdown: expr,)?
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/ |
H A D | datagram.rs | 247 /// use std::net::Shutdown; 253 /// socket.shutdown(Shutdown::Both).expect("shutdown() failed"); 257 pub fn shutdown(&self, how: std::net::Shutdown) -> io::Result<()> { in shutdown() 301 use std::net::Shutdown; 312 /// 4. Shutdown both UnixDatagram 332 receiver2.shutdown(Shutdown::Both).unwrap(); in ut_uds_datagram_pair() 333 sender.shutdown(Shutdown::Both).unwrap() in ut_uds_datagram_pair()
|
H A D | stream.rs | 147 /// use std::net::Shutdown; 153 /// socket.shutdown(Shutdown::Both).expect("shutdown() failed"); 157 pub fn shutdown(&self, how: std::net::Shutdown) -> io::Result<()> { in shutdown() 253 use std::net::Shutdown; 264 /// 4. Shutdown both UnixStream 284 receiver2.shutdown(Shutdown::Both).unwrap(); in ut_uds_stream_pair() 285 sender.shutdown(Shutdown::Both).unwrap() in ut_uds_stream_pair()
|
/commonlibrary/c_utils/base/src/ |
H A D | timer.cpp | 50 void Timer::Shutdown(bool useJoin) in Shutdown() function in OHOS::Utils::Timer
|
/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/ |
H A D | mod.rs | 63 $(Shutdown: $shutdown: expr,)?
|