Home
last modified time | relevance | path

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

123456789

/third_party/grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.cc56 cq_->Shutdown(); in ~LoadReporterAsyncServiceImpl()
165 Shutdown(std::move(self), "OnRequestDelivered"); in OnRequestDelivered()
175 Shutdown(std::move(self), "OnRequestDelivered"); in OnRequestDelivered()
203 Shutdown(std::move(self), "OnReadDone"); in OnReadDone()
209 Shutdown(std::move(self), "OnReadDone+initial_request_not_found"); in OnReadDone()
233 Shutdown(std::move(self), "OnReadDone"); in OnReadDone()
248 Shutdown(std::move(self), "OnReadDone+second_request"); in OnReadDone()
255 Shutdown(std::move(self), "ScheduleNextReport"); in ScheduleNextReport()
265 Shutdown(std::move(self), "ScheduleNextReport"); in ScheduleNextReport()
285 Shutdown(std::move(self), "SendReport"); in SendReport()
[all …]
/third_party/grpc/src/core/ext/filters/client_channel/
Dclient_channel_plugin.cc63 grpc_core::GlobalSubchannelPool::Shutdown(); in grpc_client_channel_shutdown()
65 grpc_core::ProxyMapperRegistry::Shutdown(); in grpc_client_channel_shutdown()
66 grpc_core::internal::ServerRetryThrottleMap::Shutdown(); in grpc_client_channel_shutdown()
69 grpc_core::ServiceConfigParser::Shutdown(); in grpc_client_channel_shutdown()
Dconnector.h69 virtual void Shutdown(grpc_error* error) = 0;
72 Shutdown(GRPC_ERROR_CREATE_FROM_STATIC_STRING("Subchannel disconnected")); in Orphan()
/third_party/grpc/test/core/iomgr/
Dbuffer_list_test.cc53 grpc_core::TracedBuffer::Shutdown(&list, nullptr, GRPC_ERROR_NONE); in TestShutdownFlushesList()
92 grpc_core::TracedBuffer::Shutdown(&list, nullptr, GRPC_ERROR_NONE); in TestVerifierCalledOnAck()
113 grpc_core::TracedBuffer::Shutdown(&list, nullptr, GRPC_ERROR_NONE); in TestRepeatedShutdown()
114 grpc_core::TracedBuffer::Shutdown(&list, nullptr, GRPC_ERROR_NONE); in TestRepeatedShutdown()
115 grpc_core::TracedBuffer::Shutdown(&list, nullptr, GRPC_ERROR_NONE); in TestRepeatedShutdown()
/third_party/grpc/test/cpp/server/
Dserver_builder_test.cc57 ServerBuilder().RegisterService(&g_service).BuildAndStart()->Shutdown(); in TEST_F()
65 ->Shutdown(); in TEST_F()
74 ->Shutdown(); in TEST_F()
/third_party/grpc/test/cpp/client/
Dclient_channel_stress_test.cc92 void Shutdown() { shutdown_ = true; } in Shutdown() function in grpc::testing::__anona16c02d90111::BalancerServiceImpl
166 Shutdown(); in Run()
203 void Shutdown() { in Shutdown() function
205 server_->Shutdown(grpc_timeout_milliseconds_to_deadline(0)); in Shutdown()
313 void Shutdown() { in Shutdown() function in grpc::testing::__anona16c02d90111::ClientChannelStressTest
319 balancers_[i]->Shutdown(); in Shutdown()
320 balancer_servers_[i].Shutdown(); in Shutdown()
323 backend_servers_[i].Shutdown(); in Shutdown()
/third_party/grpc/src/core/lib/transport/
Dbyte_stream.h68 virtual void Shutdown(grpc_error* error) = 0;
101 void Shutdown(grpc_error* error) override;
135 void Shutdown(grpc_error* error) override;
Dbyte_stream.cc70 void SliceBufferByteStream::Shutdown(grpc_error* error) { in Shutdown() function in grpc_core::SliceBufferByteStream
145 void ByteStreamCache::CachingByteStream::Shutdown(grpc_error* error) { in Shutdown() function in grpc_core::ByteStreamCache::CachingByteStream
149 cache_->underlying_stream_->Shutdown(error); in Shutdown()
/third_party/grpc/src/core/lib/channel/
Dhandshaker.cc90 head->Shutdown(GRPC_ERROR_REF(why)); in ShutdownAllPending()
109 void HandshakeManager::Shutdown(grpc_error* why) { in Shutdown() function in grpc_core::HandshakeManager
115 handshakers_[index_ - 1]->Shutdown(GRPC_ERROR_REF(why)); in Shutdown()
201 mgr->Shutdown(GRPC_ERROR_CREATE_FROM_STATIC_STRING("Handshake timed out")); in OnTimeoutFn()
Dhandshaker.h81 virtual void Shutdown(grpc_error* why) = 0;
116 void Shutdown(grpc_error* why);
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_grpc_server.cc32 void CacheServerGreeterImpl::Shutdown() { in Shutdown() function in mindspore::dataset::CacheServerGreeterImpl
35 server_->Shutdown(deadline); in Shutdown()
39 cq_->Shutdown(); in Shutdown()
48 CacheServerGreeterImpl::~CacheServerGreeterImpl() { Shutdown(); } in ~CacheServerGreeterImpl()
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DChannelTest.cs59 …eof(ArgumentException), async () => await channel.WaitForStateChangedAsync(ChannelState.Shutdown)); in WaitForStateChangedAsync_InvalidArgument()
94 Assert.AreEqual(ChannelState.Shutdown, channel.State); in StateIsShutdownAfterShutdown()
124 Assert.AreEqual(ChannelState.Shutdown, channel.State); in ChannelBaseShutdownAsyncInvokesShutdownAsync()
/third_party/grpc/test/core/transport/chttp2/
Dsettings_timeout_test.cc67 void Shutdown() { in Shutdown() function in grpc_core::test::__anon50662e6e0111::ServerThread
154 void Shutdown() { in Shutdown() function in grpc_core::test::__anon50662e6e0111::Client
239 client.Shutdown(); in TEST()
242 server_thread.Shutdown(); in TEST()
/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/
DCompletionQueueSafeHandleTest.cs44 cq.Shutdown(); in CreateAsyncAndShutdown()
48 Assert.AreEqual(CompletionQueueEvent.CompletionType.Shutdown, ev.type); in CreateAsyncAndShutdown()
/third_party/node/src/
Dinspector_socket.h48 static void Shutdown(ProtocolHandler*);
51 DeleteFnPtr<ProtocolHandler, Shutdown> protocol_handler_;
Dnode_platform.h76 void Shutdown();
125 void Shutdown();
145 void Shutdown();
/third_party/grpc/test/cpp/end2end/
Dserver_interceptors_end2end_test.cc407 server->Shutdown(); in TEST_F()
408 cq->Shutdown(); in TEST_F()
490 server->Shutdown(); in TEST_F()
491 cq->Shutdown(); in TEST_F()
575 srv_cq->Shutdown(); in TEST_F()
584 cli_cq.Shutdown(); in TEST_F()
595 server->Shutdown(); in TEST_F()
645 server->Shutdown(); in TEST_F()
646 cq->Shutdown(); in TEST_F()
694 server->Shutdown(); in TEST_F()
Dhealth_service_end2end_test.cc73 void Shutdown() override { impl_->Shutdown(); } in Shutdown() function in grpc::testing::__anonb22131250111::CustomHealthCheckService
116 server_->Shutdown(); in TearDown()
118 cq_->Shutdown(); in TearDown()
250 service->Shutdown(); in VerifyHealthCheckServiceShutdown()
Dport_sharing_end2end_test.cc139 void Shutdown() { in Shutdown() function in grpc::testing::__anon63b8e00f0111::TestTcpServer
247 tcp_server1_.Shutdown(); in TearDown()
248 tcp_server2_.Shutdown(); in TearDown()
250 server_->Shutdown(); in TearDown()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgrpc_async_server.cc73 server_->Shutdown(); in Stop()
77 cq_->Shutdown(); in Stop()
/third_party/grpc/src/core/lib/iomgr/poller/
Deventmanager_libuv.cc46 Shutdown(); in ~LibuvEventManager()
65 void grpc::experimental::LibuvEventManager::Shutdown() { in Shutdown() function in grpc::experimental::LibuvEventManager
/third_party/grpc/src/csharp/Grpc.Core/
DChannel.cs150 GrpcPreconditions.CheckArgument(lastObservedState != ChannelState.Shutdown, in TryWaitForStateChangedAsync()
204 if (currentState == ChannelState.Shutdown)
305 return ChannelState.Shutdown; in GetConnectivityState()
/third_party/grpc/test/cpp/microbenchmarks/
Dfullstack_fixtures.h88 server_->Shutdown(); in ~FullstackFixture()
89 cq_->Shutdown(); in ~FullstackFixture()
213 server_->Shutdown(); in ~EndpointPairFixture()
214 cq_->Shutdown(); in ~EndpointPairFixture()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dtrace.h108 Shutdown = 'S', enumerator
133 struct Shutdown : public Event { struct
134 Type type() const override { return Type::Shutdown; } in type() argument
/third_party/grpc/examples/cpp/helloworld/
Dgreeter_async_server.cc46 server_->Shutdown(); in ~ServerImpl()
48 cq_->Shutdown(); in ~ServerImpl()

123456789