Searched refs:Shutdown (Results 1 – 9 of 9) sorted by relevance
46 {RequestType::Shutdown, "shutdown"},54 {"shutdown", RequestType::Shutdown},118 case RequestType::Shutdown: in ReqTyToStr()
40 Shutdown, // request allocd to shutdown and clean up all resources enumerator
59 fd_->Shutdown(SHUT_RDWR); in Disconnect()229 server_fd_->Shutdown(SHUT_RDWR); in ServerShutdown()
99 to->Shutdown(SHUT_WR); in Forward()
44 rootcanal_socket_->Shutdown(SHUT_RDWR); in ~BluetoothHandler()
74 adb_socket_->Shutdown(SHUT_RDWR); in ~AdbHandler()
173 mServer->Shutdown(); in Stop()
370 int Shutdown(int how);
961 int FileInstance::Shutdown(int how) { in Shutdown() function in cuttlefish::FileInstance