Searched refs:Shutdown (Results 1 – 16 of 16) sorted by relevance
29 Shutdown, enumerator62 AidlDeathReason::SHUTDOWN => Self::Shutdown, in from()
64 server_->Shutdown(); in StopServer()65 completion_queue_->Shutdown(); in StopServer()
34 Shutdown, enumerator
111 void Shutdown();
462 void Shutdown() { in Shutdown() function in ShimAclConnection978 connection.second->Shutdown(); in ShutdownClassicConnections()1011 connection.second->Shutdown(); in ShutdownLeConnections()1020 connection.second->Shutdown(); in FinalShutdown()1029 connection.second->Shutdown(); in FinalShutdown()1861 void shim::legacy::Acl::Shutdown() { in Shutdown() function in shim::legacy::Acl
140 Stack::GetInstance()->GetAcl()->Shutdown(); in ACL_Shutdown()
79 DeathReason::SHUTDOWN => vm_exited::DeathReason::Shutdown, in forward_vm_exited_atom()
97 cq.Shutdown(); in startObservingStream()
124 assert_eq!(death_reason, DeathReason::Shutdown); in test_run_example_vm()
187 void shim::legacy::Acl::Shutdown() { inc_func_call_count(__func__); } in Shutdown() function in shim::legacy::Acl
28 Shutdown adb server via command `adb kill-server`. Close the current terminal,
172 pimpl_->server_->Shutdown(); in StopServer()
68 mServer->Shutdown(); in ~GrpcGraphServerImpl()
196 Some(DeathReason::Shutdown) => info!("VM has exited normally"), in wait_for_shutdown()
156 self.conn.stream_shutdown(stream_id, quiche::Shutdown::Write, 99)?; in handle_backend_message()
195 self.write_request(&ServiceVmRequest::Shutdown)?; in shutdown()