Home
last modified time | relevance | path

Searched defs:OnRequestSent (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc288 void OnRequestSent(bool ok) override { ads_calld_->OnRequestSent(ok); } in OnRequestSent() function in grpc_core::XdsClient::ChannelState::AdsCallState::StreamEventHandler
367 void OnRequestSent(bool ok) override { lrs_calld_->OnRequestSent(ok); } in OnRequestSent() function in grpc_core::XdsClient::ChannelState::LrsCallState::StreamEventHandler
1005 void XdsClient::ChannelState::AdsCallState::OnRequestSent(bool ok) { in OnRequestSent() function in grpc_core::XdsClient::ChannelState::AdsCallState
1375 void XdsClient::ChannelState::LrsCallState::OnRequestSent(bool /*ok*/) { in OnRequestSent() function in grpc_core::XdsClient::ChannelState::LrsCallState
Dxds_transport_grpc.cc175 OnRequestSent(void* arg, grpc_error_handle error) { in OnRequestSent() function in grpc_core::GrpcXdsTransportFactory::GrpcXdsTransport::GrpcStreamingCall
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/
H A Dxds_client.cc303 void OnRequestSent(bool ok) override { ads_call_->OnRequestSent(ok); } in OnRequestSent() function in grpc_core::XdsClient::XdsChannel::AdsCall::StreamEventHandler
380 void OnRequestSent(bool /*ok*/) override { lrs_call_->OnRequestSent(); } in OnRequestSent() function in grpc_core::XdsClient::XdsChannel::LrsCall::StreamEventHandler
1118 void XdsClient::XdsChannel::AdsCall::OnRequestSent(bool ok) { in OnRequestSent() function in grpc_core::XdsClient::XdsChannel::AdsCall
1465 void XdsClient::XdsChannel::LrsCall::OnRequestSent() { in OnRequestSent() function in grpc_core::XdsClient::XdsChannel::LrsCall
H A Dxds_transport_grpc.cc191 OnRequestSent(void* arg, grpc_error_handle error) { in OnRequestSent() function in grpc_core::GrpcXdsTransportFactory::GrpcXdsTransport::GrpcStreamingCall
/aosp_15_r20/external/grpc-grpc/test/core/xds/
H A Dxds_transport_fake.h109 void OnRequestSent(bool ok) { event_handler_->OnRequestSent(ok); } in OnRequestSent() function