Searched defs:OnRequestSent (Results 1 – 5 of 5) sorted by relevance
288 void OnRequestSent(bool ok) override { ads_calld_->OnRequestSent(ok); } in OnRequestSent() function in grpc_core::XdsClient::ChannelState::AdsCallState::StreamEventHandler367 void OnRequestSent(bool ok) override { lrs_calld_->OnRequestSent(ok); } in OnRequestSent() function in grpc_core::XdsClient::ChannelState::LrsCallState::StreamEventHandler1005 void XdsClient::ChannelState::AdsCallState::OnRequestSent(bool ok) { in OnRequestSent() function in grpc_core::XdsClient::ChannelState::AdsCallState1375 void XdsClient::ChannelState::LrsCallState::OnRequestSent(bool /*ok*/) { in OnRequestSent() function in grpc_core::XdsClient::ChannelState::LrsCallState
175 OnRequestSent(void* arg, grpc_error_handle error) { in OnRequestSent() function in grpc_core::GrpcXdsTransportFactory::GrpcXdsTransport::GrpcStreamingCall
303 void OnRequestSent(bool ok) override { ads_call_->OnRequestSent(ok); } in OnRequestSent() function in grpc_core::XdsClient::XdsChannel::AdsCall::StreamEventHandler380 void OnRequestSent(bool /*ok*/) override { lrs_call_->OnRequestSent(); } in OnRequestSent() function in grpc_core::XdsClient::XdsChannel::LrsCall::StreamEventHandler1118 void XdsClient::XdsChannel::AdsCall::OnRequestSent(bool ok) { in OnRequestSent() function in grpc_core::XdsClient::XdsChannel::AdsCall1465 void XdsClient::XdsChannel::LrsCall::OnRequestSent() { in OnRequestSent() function in grpc_core::XdsClient::XdsChannel::LrsCall
191 OnRequestSent(void* arg, grpc_error_handle error) { in OnRequestSent() function in grpc_core::GrpcXdsTransportFactory::GrpcXdsTransport::GrpcStreamingCall
109 void OnRequestSent(bool ok) { event_handler_->OnRequestSent(ok); } in OnRequestSent() function