Home
last modified time | relevance | path

Searched refs:Shutdown (Results 1 - 21 of 21) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_timer_test.cpp87 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 Dutils_event_test.cpp595 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 Dtimer_benchmark_test.cpp92 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 Dstreams.rs40 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 Dstream_manager.rs22 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 Duds_test.rs19 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 Dstream.rs15 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 Dstream.rs16 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 Dstream.rs16 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 Ddatagram.rs419 /// 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 Dstream.rs17 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 Dsplit.rs15 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 Dmod.rs552 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 Devent_benchmark_test.cpp726 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 Dtimer.h37 * (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 Dtimer_fuzzer.cpp83 timer.Shutdown(); in TimerTestFunc()
85 FUZZ_LOGI("Shutdown"); in TimerTestFunc()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dtest_utils.rs70 $(Shutdown: $shutdown: expr,)?
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
H A Ddatagram.rs247 /// 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 Dstream.rs147 /// 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 Dtimer.cpp50 void Timer::Shutdown(bool useJoin) in Shutdown() function in OHOS::Utils::Timer
/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/
H A Dmod.rs63 $(Shutdown: $shutdown: expr,)?

Completed in 14 milliseconds