Home
last modified time | relevance | path

Searched defs:OnDone (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dtest_service_impl.cc185 void OnDone() override { in Echo() function in grpc::testing::CallbackTestServiceImpl::Echo::Reactor
346 void OnDone() override { delete this; } in CheckClientInitialMetadata() function in grpc::testing::CallbackTestServiceImpl::CheckClientInitialMetadata::Reactor
387 void OnDone() override { delete this; } in RequestStream() function in grpc::testing::CallbackTestServiceImpl::RequestStream::Reactor
473 void OnDone() override { delete this; } in ResponseStream() function in grpc::testing::CallbackTestServiceImpl::ResponseStream::Reactor
567 void OnDone() override { in BidiStream() function in grpc::testing::CallbackTestServiceImpl::BidiStream::Reactor
H A Dclient_callback_end2end_test.cc306 void OnDone(const Status& s) override { in SendGenericEchoAsBidi() function in grpc::testing::__anon04fca8480111::ClientCallbackEnd2endTest::SendGenericEchoAsBidi::Client
670 void OnDone(const Status& s) override { in OnDone() function in grpc::testing::__anon04fca8480111::WriteClient
815 void OnDone(const Status& s) override { in TEST_P() function in grpc::testing::__anon04fca8480111::TEST_P::UnaryClient
881 void OnDone(const Status& s) override { in TEST_P() function in grpc::testing::__anon04fca8480111::TEST_P::UnaryClient
959 void OnDone(const Status& s) override { in OnDone() function in grpc::testing::__anon04fca8480111::ReadClient
1120 void OnDone(const Status& s) override { in OnDone() function in grpc::testing::__anon04fca8480111::BidiClient
1343 void OnDone(const Status& s) override { in TEST_P() function in grpc::testing::__anon04fca8480111::TEST_P::Client
1425 void OnDone(const Status& s) override { in TEST_P() function in grpc::testing::__anon04fca8480111::TEST_P::Reactor
1485 void OnDone(const Status& s) override { in TEST_P() function in grpc::testing::__anon04fca8480111::TEST_P::ReadAllIncomingDataClient
H A Dresource_quota_end2end_stress_test.cc73 void OnDone(const Status& s) override { in OnDone() function in grpc::testing::EchoClientUnaryReactor
96 void OnDone() override { delete this; } in OnDone() function in grpc::testing::EchoServerUnaryReactor
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/threading/
H A Dstream_combinators.h273 Status OnDone() override { return OkStatus(); } in OnDone() function
285 T OnDone() override { return *prev_value_; } in OnDone() function
304 base::StatusOr<std::vector<T>> OnDone() override { in OnDone() function
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/threading/
H A Dstream_combinators.h273 Status OnDone() override { return OkStatus(); } in OnDone() function
285 T OnDone() override { return *prev_value_; } in OnDone() function
304 base::StatusOr<std::vector<T>> OnDone() override { in OnDone() function
/aosp_15_r20/external/grpc-grpc/examples/cpp/route_guide/
H A Droute_guide_callback_server.cc120 void OnDone() override { delete this; } in ListFeatures() function in RouteGuideImpl::ListFeatures::Lister
159 void OnDone() override { delete this; } in RecordRoute() function in RouteGuideImpl::RecordRoute::Recorder
203 void OnDone() override { delete this; } in RouteChat() function in RouteGuideImpl::RouteChat::Chatter
H A Droute_guide_callback_client.cc119 void OnDone(const Status& s) override { in ListFeatures() function in RouteGuideClient::ListFeatures::Reader
175 void OnDone(const Status& s) override { in RecordRoute() function in RouteGuideClient::RecordRoute::Recorder
255 void OnDone(const Status& s) override { in RouteChat() function in RouteGuideClient::RouteChat::Chatter
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/
H A Dcall_spine.h53 void OnDone(absl::AnyInvocable<void()> fn) { in OnDone() function
302 void OnDone(absl::AnyInvocable<void()> fn) { spine_->OnDone(std::move(fn)); } in OnDone() function
382 void OnDone(absl::AnyInvocable<void()> fn) { spine_->OnDone(std::move(fn)); } in OnDone() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dclient_callback.h327 void OnDone(const grpc::Status& /*s*/) override {} in OnDone() function
384 void OnDone(const grpc::Status& /*s*/) override {} in OnDone() function
416 void OnDone(const grpc::Status& /*s*/) override {} in OnDone() function
442 void OnDone(const grpc::Status& /*s*/) override {} in OnDone() function
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/
H A Dclient_callback.h319 void OnDone(const grpc::Status& /*s*/) override {} in OnDone() function
376 void OnDone(const grpc::Status& /*s*/) override {} in OnDone() function
408 void OnDone(const grpc::Status& /*s*/) override {} in OnDone() function
434 void OnDone(const grpc::Status& /*s*/) override {} in OnDone() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/
Dclient_callback.h327 void OnDone(const grpc::Status& /*s*/) override {} in OnDone() function
384 void OnDone(const grpc::Status& /*s*/) override {} in OnDone() function
416 void OnDone(const grpc::Status& /*s*/) override {} in OnDone() function
442 void OnDone(const grpc::Status& /*s*/) override {} in OnDone() function
/aosp_15_r20/external/grpc-grpc/examples/cpp/cancellation/
H A Dserver.cc70 void OnDone() override { delete this; } in SayHelloBidiStream() function in KeyValueStoreServiceImpl::SayHelloBidiStream::Reactor
H A Dclient.cc76 void OnDone(const grpc::Status& status) override { in OnDone() function in KeyValueStoreClient
/aosp_15_r20/external/grpc-grpc/examples/cpp/generic_api/
H A Dgreeter_server.cc77 void OnDone() override { delete this; } in OnDone() function in GreeterServiceImpl::SayHelloReactor
/aosp_15_r20/external/grpc-grpc/examples/cpp/interceptors/
H A Dclient.cc75 void OnDone(const grpc::Status& status) override { in OnDone() function in KeyValueStoreClient
H A Dserver.cc109 void OnDone() override { delete this; } in GetValues() function in KeyValueStoreServiceImpl::GetValues::Reactor
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/gcp/
Dmetadata_query.cc99 void MetadataQuery::OnDone(void* arg, grpc_error_handle error) { in OnDone() function in grpc_core::MetadataQuery
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/
H A Dcallback_streaming_ping_pong.h70 void OnDone(const Status& s) override { in OnDone() function
H A Dcallback_test_service.cc73 void OnDone() override { in BidiStream() function in grpc::testing::CallbackStreamingTestService::BidiStream::Reactor
/aosp_15_r20/external/grpc-grpc/src/core/ext/gcp/
H A Dmetadata_query.cc98 void MetadataQuery::OnDone(void* arg, grpc_error_handle error) { in OnDone() function in grpc_core::MetadataQuery
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Dserver_callback.cc74 void OnDone() override { delete (this); } in StreamingCall() function in grpc::testing::BenchmarkCallbackServiceImpl::StreamingCall::Reactor
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/orca/
Dorca_service.cc117 void OnDone() override { in OnDone() function in grpc::experimental::OrcaService::Reactor
/aosp_15_r20/external/grpc-grpc/src/cpp/server/orca/
H A Dorca_service.cc116 void OnDone() override { in OnDone() function in grpc::experimental::OrcaService::Reactor
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dmonitor_base.cc165 void MonitorBase::OnDone() { in OnDone() function in sandbox2::MonitorBase
/aosp_15_r20/external/grpc-grpc/src/cpp/server/health/
H A Ddefault_health_check_service.cc342 void DefaultHealthCheckService::HealthCheckServiceImpl::WatchReactor::OnDone() { in OnDone() function in grpc::DefaultHealthCheckService::HealthCheckServiceImpl::WatchReactor

12