Home
last modified time | relevance | path

Searched defs:shutdown (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dmod.rs28 fn shutdown(&self); in shutdown() method
H A Dhttp2.rs338 fn shutdown(&self) { in shutdown() method
458 let shutdown = Arc::new(AtomicBool::new(false)); in ut_http2_body_poll_read() localVariable
H A Dhttp1.rs291 fn shutdown(&self) { in shutdown() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/conn/
H A Dmod.rs25 fn shutdown(&self); in shutdown() method
H A Dhttp1.rs132 fn shutdown(&self) { in shutdown() method
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dmodule.h30 void (*shutdown)(); member
/ohos5.0/base/startup/init/ueventd/standard/
H A Dueventd_parameter.c30 int shutdown; member
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dblocking_pool.rs76 pub fn shutdown(&mut self, timeout: Duration) -> bool { in shutdown() method
157 shutdown: bool, field
376 let shutdown = shared.shutdown; in run() localVariable
/ohos5.0/base/powermgr/battery_manager/services/native/profile/
H A Dbattery_config.json21 "shutdown": 1, number
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/profile/
H A Dbattery_config.json21 "shutdown": 1, number
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
H A Dmod.rs267 fn shutdown(&self) { in shutdown() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dstream.rs123 pub fn shutdown(&self, how: Shutdown) -> io::Result<()> { in shutdown() method
/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() method
H A Dstream.rs157 pub fn shutdown(&self, how: std::net::Shutdown) -> io::Result<()> { in shutdown() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dasync_write.rs290 fn shutdown(&mut self) -> ShutdownTask<'_, Self> in shutdown() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dmod.rs81 pub(crate) fn shutdown(self) { in shutdown() method
H A Dtask_handle.rs219 pub(crate) unsafe fn shutdown(self) { in shutdown() function
H A Djoin_set.rs263 pub async fn shutdown(&mut self) { in shutdown() method
H A Draw.rs165 pub(super) fn shutdown(self) { in shutdown() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Ddatagram.rs429 pub fn shutdown(&self, how: std::net::Shutdown) -> Result<()> { in shutdown() method
H A Dstream.rs332 pub fn shutdown(&self, how: Shutdown) -> Result<()> { in shutdown() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dstream.rs195 pub fn shutdown(&self, how: Shutdown) -> io::Result<()> { in shutdown() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs136 pub(crate) fn shutdown(&self) { in shutdown() method
449 pub(crate) fn shutdown(&self) { in shutdown() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dstream.rs174 pub(crate) fn shutdown(&mut self) -> Result<ShutdownResult, SslError> { in shutdown() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
H A Dstream.rs562 pub fn shutdown(&self, how: Shutdown) -> io::Result<()> { in shutdown() method

12