Home
last modified time | relevance | path

Searched refs:Shutdown (Results 1 – 25 of 216) sorted by relevance

123456789

/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_timer_test.cpp104 timer.Shutdown();
122 timer.Shutdown();
135 timer.Shutdown(); in TestTimerEvent()
185 timer_.Shutdown(); in StopTimer()
243 timer.Shutdown();
274 timer.Shutdown();
324 timer.Shutdown();
350 timer.Shutdown();
367 timer.Shutdown();
384 timer.Shutdown();
[all …]
H A Dutils_event_test.cpp595 virtual void Shutdown(bool useJoin = true);
660 void Timer::Shutdown(bool useJoin) in Shutdown() function in OHOS::__anon7e5fee520110::Timer
943 timer.Shutdown();
961 timer.Shutdown();
974 timer.Shutdown(); in TestTimerEvent()
1015 timer_.Shutdown(); in StopTimer()
1076 timer.Shutdown();
1077 timer.Shutdown(false);
1094 timer.Shutdown();
1145 timer.Shutdown();
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_socket.cpp89 Shutdown(); in ~Socket()
102 void Socket::Shutdown() in Shutdown() function in OHOS::Rosen::Socket
119 Shutdown(); in Open()
131 Shutdown(); in Open()
137 Shutdown(); in Open()
152 Shutdown(); in AcceptClient()
183 Shutdown(); in SendWhenReady()
211 Shutdown(); in Receive()
237 Shutdown(); in ReceiveWhenReady()
/ohos5.0/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 …]
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc_utils_timer.md20 | virtual uint32_t | **Setup**()<br>设置Timer。请勿在停止(Shutdown)前重复设置。 |
21 | virtual void | **Shutdown**(bool useJoin = true)<br>停止Timer。可配置阻塞式停止或者非阻塞式停止。阻塞式停止会等待Timer所有任务结束后…
36 1. Timer在使用前需要通过Setup()进行设置,在析构之前需要通过Shutdown()进行关闭。
42 1. Shutdown接口的参数决定了Timer中的线程的阻塞与否,默认阻塞(true),若为false则非阻塞。非阻塞选项 可能会导致线程问题,因此不推荐。如果一定要使用非阻塞选项,请自行保证线程…
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nfc/
H A Dinterface_i_nfc_interface_v11.md22 | [Shutdown](#shutdown) ([out] enum NfcStatus status) | 关闭NFC。如果设备支持关机刷卡功能,需要实现该接口 |
70 ### Shutdown()
73 INfcInterface::Shutdown ([out] enum NfcStatus status)
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
H A Ddatagram.rs257 pub fn shutdown(&self, how: std::net::Shutdown) -> io::Result<()> { in shutdown()
301 use std::net::Shutdown;
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.rs157 pub fn shutdown(&self, how: std::net::Shutdown) -> io::Result<()> { in shutdown()
253 use std::net::Shutdown;
284 receiver2.shutdown(Shutdown::Both).unwrap(); in ut_uds_stream_pair()
285 sender.shutdown(Shutdown::Both).unwrap() in ut_uds_stream_pair()
/ohos5.0/base/security/security_guard/services/security_collector/include/
H A Dsecurity_collector_subscriber_manager.h60 ~CleanupTimer() { Shutdown(); } in ~CleanupTimer()
74 void Shutdown() in Shutdown() function
79 timer_.Shutdown(); in Shutdown()
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_nfcc_impl_default.cpp63 void NciNfccImplDefault::Shutdown() in Shutdown() function in OHOS::NFC::NCI::NciNfccImplDefault
65 NfccNciAdapter::GetInstance().Shutdown(); in Shutdown()
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_nfcc_proxy.cpp122 void NciNfccProxy::Shutdown() in Shutdown() function in OHOS::NFC::NCI::NciNfccProxy
125 return nfccInterface_->Shutdown(); in Shutdown()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_agent.cpp129 Shutdown(socketId); in JoinDomain()
149 Shutdown(serverId); in QuitDomain()
205 Shutdown(socketId); in OpenSession()
252 Shutdown(sessionId); in OnSessionClosed()
H A Dsoftbus_handler.cpp56 Shutdown(it->second); in OnSinkSessionOpened()
60 Shutdown(sessionId); in OnSinkSessionOpened()
170 Shutdown(socketId); in CreateSessionServer()
205 Shutdown(socketId); in OpenSession()
316 Shutdown(serverId); in CloseSession()
329 Shutdown(sessionId); in CloseSession()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs477 Shutdown: std::net::Shutdown::Both, in ut_ssl_tunnel_error()
515 Shutdown: std::net::Shutdown::Both, in ut_ssl_tunnel_error()
555 Shutdown: std::net::Shutdown::Both, in ut_ssl_tunnel_error()
602 Shutdown: std::net::Shutdown::Both, in ut_ssl_tunnel_connect()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dtmessenger.cpp137 Shutdown(socket_); in Close()
142 Shutdown(listenSocket_); in Close()
184 Shutdown(socket); in StartListen()
229 Shutdown(socket); in StartConnect()
310 Shutdown(socket_); in CloseSocket()
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/socket/
H A Ddbinder_remote_listener.cpp164 DBinderSoftbusClient::GetInstance().Shutdown(socketId); in CreateClientSocket()
216 DBinderSoftbusClient::GetInstance().Shutdown(socketId); in StartListener()
231 DBinderSoftbusClient::GetInstance().Shutdown(it->second); in StopListener()
235 DBinderSoftbusClient::GetInstance().Shutdown(listenSocketId_); in StopListener()
334 DBinderSoftbusClient::GetInstance().Shutdown(it->second); in ShutdownSocket()
/ohos5.0/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()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_server.cpp70 rfcommServer_->Shutdown(); in Startup()
78 void ObexServer::Shutdown() const in Shutdown() function in OHOS::bluetooth::ObexServer
82 rfcommServer_->Shutdown(); in Shutdown()
85 l2capServer_->Shutdown(); in Shutdown()
326 void ObexPrivateServer::Shutdown() const in Shutdown() function in OHOS::bluetooth::ObexPrivateServer
/ohos5.0/base/request/request/services/src/service/client/
H A Dmod.rs17 use std::net::Shutdown;
43 Shutdown, enumerator
188 ClientEvent::Shutdown => { in run()
189 let _ = self.client_sock_fd.shutdown(Shutdown::Both); in run()
190 let _ = self.server_sock_fd.shutdown(Shutdown::Both); in run()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/power_utils/
H A Dpower_fuzzer.cpp41 virtual void Shutdown([[maybe_unused]] const std::string& reason) {};
49 virtual void Shutdown([[maybe_unused]] const std::string& reason) {};
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/message/
H A Dmessage_router.c64 if (service->Shutdown != NULL) { in ReleaseRemoteService()
65 service->Shutdown(service); in ReleaseRemoteService()
174 if (errCode != ME_SUCCESS && dispatcher->Shutdown != NULL) { in AddDispatcher()
175 dispatcher->Shutdown(dispatcher); in AddDispatcher()
670 if (g_dispatchers[i] != NULL && g_dispatchers[i]->Shutdown != NULL) { in DoShutdownMessageRouter()
671 g_dispatchers[i]->Shutdown(g_dispatchers[i]); in DoShutdownMessageRouter()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dtask_queue.h100 void Shutdown() override in Shutdown() function
102 this->template GetBaseAs<ITaskQueueExtend>()->Shutdown(); in Shutdown()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dthreaded_task_queue.cpp44 Shutdown(); in ~ThreadedTaskQueue()
65 void Shutdown() override in Shutdown() function in ThreadedTaskQueue
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Dstream.rs16 use std::net::Shutdown;
332 pub fn shutdown(&self, how: Shutdown) -> Result<()> { in shutdown()
369 self.source.shutdown(std::net::Shutdown::Write)?; in poll_shutdown()
/ohos5.0/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::__anond27b26990110::Timer
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()
1334 timer.Shutdown(); in BENCHMARK_F()
[all …]

123456789