Home
last modified time | relevance | path

Searched refs:on_response_received_ (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/ext/xds/
Dxds_client.cc289 grpc_closure on_response_received_; member in grpc_core::XdsClient::ChannelState::AdsCallState
386 grpc_closure on_response_received_; member in grpc_core::XdsClient::ChannelState::LrsCallState
746 GRPC_CLOSURE_INIT(&on_response_received_, OnResponseReceived, this, in AdsCallState()
749 call_, ops, static_cast<size_t>(op - ops), &on_response_received_); in AdsCallState()
1225 grpc_call_start_batch_and_execute(call_, &op, 1, &on_response_received_); in OnResponseReceivedLocked()
1492 GRPC_CLOSURE_INIT(&on_response_received_, OnResponseReceived, this, in LrsCallState()
1495 call_, ops, static_cast<size_t>(op - ops), &on_response_received_); in LrsCallState()
1674 grpc_call_start_batch_and_execute(call_, &op, 1, &on_response_received_); in OnResponseReceivedLocked()
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc276 grpc_closure on_response_received_; member in grpc_core::XdsClient::ChannelState::AdsCallState
373 grpc_closure on_response_received_; member in grpc_core::XdsClient::ChannelState::LrsCallState
749 GRPC_CLOSURE_INIT(&on_response_received_, OnResponseReceived, this, in AdsCallState()
752 &on_response_received_); in AdsCallState()
1281 grpc_call_start_batch_and_execute(call_, &op, 1, &on_response_received_); in OnResponseReceivedLocked()
1534 GRPC_CLOSURE_INIT(&on_response_received_, OnResponseReceived, this, in LrsCallState()
1537 &on_response_received_); in LrsCallState()
1715 grpc_call_start_batch_and_execute(call_, &op, 1, &on_response_received_); in OnResponseReceivedLocked()