/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/ |
H A D | test_service_impl.cc | 185 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 D | client_callback_end2end_test.cc | 306 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 D | resource_quota_end2end_stress_test.cc | 73 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 D | stream_combinators.h | 273 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 D | stream_combinators.h | 273 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 D | route_guide_callback_server.cc | 120 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 D | route_guide_callback_client.cc | 119 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 D | call_spine.h | 53 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/ |
D | client_callback.h | 327 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 D | client_callback.h | 319 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/ |
D | client_callback.h | 327 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 D | server.cc | 70 void OnDone() override { delete this; } in SayHelloBidiStream() function in KeyValueStoreServiceImpl::SayHelloBidiStream::Reactor
|
H A D | client.cc | 76 void OnDone(const grpc::Status& status) override { in OnDone() function in KeyValueStoreClient
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/generic_api/ |
H A D | greeter_server.cc | 77 void OnDone() override { delete this; } in OnDone() function in GreeterServiceImpl::SayHelloReactor
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/interceptors/ |
H A D | client.cc | 75 void OnDone(const grpc::Status& status) override { in OnDone() function in KeyValueStoreClient
|
H A D | server.cc | 109 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/ |
D | metadata_query.cc | 99 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 D | callback_streaming_ping_pong.h | 70 void OnDone(const Status& s) override { in OnDone() function
|
H A D | callback_test_service.cc | 73 void OnDone() override { in BidiStream() function in grpc::testing::CallbackStreamingTestService::BidiStream::Reactor
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/gcp/ |
H A D | metadata_query.cc | 98 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 D | server_callback.cc | 74 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/ |
D | orca_service.cc | 117 void OnDone() override { in OnDone() function in grpc::experimental::OrcaService::Reactor
|
/aosp_15_r20/external/grpc-grpc/src/cpp/server/orca/ |
H A D | orca_service.cc | 116 void OnDone() override { in OnDone() function in grpc::experimental::OrcaService::Reactor
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/ |
H A D | monitor_base.cc | 165 void MonitorBase::OnDone() { in OnDone() function in sandbox2::MonitorBase
|
/aosp_15_r20/external/grpc-grpc/src/cpp/server/health/ |
H A D | default_health_check_service.cc | 342 void DefaultHealthCheckService::HealthCheckServiceImpl::WatchReactor::OnDone() { in OnDone() function in grpc::DefaultHealthCheckService::HealthCheckServiceImpl::WatchReactor
|