Home
last modified time | relevance | path

Searched refs:TryCancel (Results 1 – 15 of 15) sorted by relevance

/third_party/grpc/test/cpp/qps/
Dclient_async.cc60 virtual void TryCancel() = 0;
116 void TryCancel() override { context_.TryCancel(); } in TryCancel() function in grpc::testing::ClientRpcContextUnaryImpl
244 ctx->TryCancel(); in ProcessTag()
249 ctx->TryCancel(); in ProcessTag()
431 void TryCancel() override { context_.TryCancel(); } in TryCancel() function in grpc::testing::ClientRpcContextStreamingPingPongImpl
587 void TryCancel() override { context_.TryCancel(); } in TryCancel() function in grpc::testing::ClientRpcContextStreamingFromClientImpl
708 void TryCancel() override { context_.TryCancel(); } in TryCancel() function in grpc::testing::ClientRpcContextStreamingFromServerImpl
854 void TryCancel() override { context_.TryCancel(); } in TryCancel() function in grpc::testing::ClientRpcContextGenericStreamingImpl
Dclient_sync.cc213 [this](size_t thread_idx) { context_[thread_idx].TryCancel(); }); in DestroyMultithreading()
/third_party/grpc/test/cpp/end2end/
Dtest_service_impl.cc109 context->TryCancel(); in ServerTryCancel()
120 context->TryCancel(); in ServerTryCancelNonblocking()
226 ctx_->TryCancel(); in Echo()
376 ctx->TryCancel(); in RequestStream()
461 ctx->TryCancel(); in ResponseStream()
558 ctx->TryCancel(); in BidiStream()
Dhealth_service_end2end_test.cc207 context.TryCancel(); in VerifyHealthCheckServiceStreaming()
256 context.TryCancel(); in VerifyHealthCheckServiceShutdown()
Dasync_end2end_test.cc1262 cli_ctx.TryCancel(); in TEST_P()
1386 srv_ctx.TryCancel(); in TestClientStreamingServerCancel()
1427 new std::thread([&srv_ctx] { srv_ctx.TryCancel(); }); in TestClientStreamingServerCancel()
1465 srv_ctx.TryCancel(); in TestClientStreamingServerCancel()
1547 srv_ctx.TryCancel(); in TestServerStreamingServerCancel()
1575 new std::thread([&srv_ctx] { srv_ctx.TryCancel(); }); in TestServerStreamingServerCancel()
1613 srv_ctx.TryCancel(); in TestServerStreamingServerCancel()
1700 srv_ctx.TryCancel(); in TestBidiStreamingServerCancel()
1722 new std::thread([&srv_ctx] { srv_ctx.TryCancel(); }); in TestBidiStreamingServerCancel()
1809 srv_ctx.TryCancel(); in TestBidiStreamingServerCancel()
Dclient_callback_end2end_test.cc585 context.TryCancel(); in TEST_P()
717 context_.TryCancel(); in MaybeWrite()
929 context_.TryCancel();
948 context_.TryCancel(); in OnReadDone()
1196 context_.TryCancel(); in MaybeWrite()
Dend2end_test.cc1149 context->TryCancel(); in CancelRpc()
1158 context.TryCancel(); in TEST_P()
1186 context.TryCancel(); in TEST_P()
1214 context.TryCancel(); in TEST_P()
1240 context.TryCancel(); in TEST_P()
1278 context.TryCancel(); in TEST_P()
1994 context.TryCancel(); in TEST_P()
/third_party/grpc/include/grpcpp/impl/codegen/
Dserver_context_impl.h208 void TryCancel() const;
540 using ServerContextBase::TryCancel;
582 using ServerContextBase::TryCancel;
Dserver_context.h216 void TryCancel() const;
566 using ServerContextBase::TryCancel;
610 using ServerContextBase::TryCancel;
Dclient_context.h395 void TryCancel();
Dclient_context_impl.h388 void TryCancel();
/third_party/grpc/src/cpp/client/
Dclient_context.cc146 void ClientContext::TryCancel() { in TryCancel() function in grpc::ClientContext
/third_party/grpc/test/cpp/ios/CronetTests/
DCppCronetEnd2EndTests.mm331 context.TryCancel();
348 context.TryCancel();
369 context.TryCancel();
398 context.TryCancel();
/third_party/grpc/src/cpp/server/
Dserver_context.cc307 void ServerContextBase::TryCancel() const { in TryCancel() function in grpc::ServerContextBase
/third_party/grpc/test/cpp/interop/
Dinterop_client.cc751 context.TryCancel(); in DoCancelAfterBegin()
789 context.TryCancel(); in DoCancelAfterFirstResponse()