Searched refs:TryCancel (Results 1 – 15 of 15) sorted by relevance
60 virtual void TryCancel() = 0;116 void TryCancel() override { context_.TryCancel(); } in TryCancel() function in grpc::testing::ClientRpcContextUnaryImpl244 ctx->TryCancel(); in ProcessTag()249 ctx->TryCancel(); in ProcessTag()431 void TryCancel() override { context_.TryCancel(); } in TryCancel() function in grpc::testing::ClientRpcContextStreamingPingPongImpl587 void TryCancel() override { context_.TryCancel(); } in TryCancel() function in grpc::testing::ClientRpcContextStreamingFromClientImpl708 void TryCancel() override { context_.TryCancel(); } in TryCancel() function in grpc::testing::ClientRpcContextStreamingFromServerImpl854 void TryCancel() override { context_.TryCancel(); } in TryCancel() function in grpc::testing::ClientRpcContextGenericStreamingImpl
213 [this](size_t thread_idx) { context_[thread_idx].TryCancel(); }); in DestroyMultithreading()
109 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()
207 context.TryCancel(); in VerifyHealthCheckServiceStreaming()256 context.TryCancel(); in VerifyHealthCheckServiceShutdown()
1262 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()
585 context.TryCancel(); in TEST_P()717 context_.TryCancel(); in MaybeWrite()929 context_.TryCancel();948 context_.TryCancel(); in OnReadDone()1196 context_.TryCancel(); in MaybeWrite()
1149 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()
208 void TryCancel() const;540 using ServerContextBase::TryCancel;582 using ServerContextBase::TryCancel;
216 void TryCancel() const;566 using ServerContextBase::TryCancel;610 using ServerContextBase::TryCancel;
395 void TryCancel();
388 void TryCancel();
146 void ClientContext::TryCancel() { in TryCancel() function in grpc::ClientContext
331 context.TryCancel();348 context.TryCancel();369 context.TryCancel();398 context.TryCancel();
307 void ServerContextBase::TryCancel() const { in TryCancel() function in grpc::ServerContextBase
751 context.TryCancel(); in DoCancelAfterBegin()789 context.TryCancel(); in DoCancelAfterFirstResponse()