Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc294 grpc_closure on_status_received_; member in grpc_core::XdsClient::ChannelState::AdsCallState
391 grpc_closure on_status_received_; member in grpc_core::XdsClient::ChannelState::LrsCallState
762 GRPC_CLOSURE_INIT(&on_status_received_, OnStatusReceived, this, in AdsCallState()
765 call_, ops, static_cast<size_t>(op - ops), &on_status_received_); in AdsCallState()
1515 GRPC_CLOSURE_INIT(&on_status_received_, OnStatusReceived, this, in LrsCallState()
1518 call_, ops, static_cast<size_t>(op - ops), &on_status_received_); in LrsCallState()