Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc97 bool IsCurrentCallOnChannel() const;
265 bool IsCurrentCallOnChannel() const;
367 bool IsCurrentCallOnChannel() const;
1123 if (IsCurrentCallOnChannel() && error == GRPC_ERROR_NONE) { in OnRequestSentLocked()
1158 if (!IsCurrentCallOnChannel() || recv_message_payload_ == nullptr) { in OnResponseReceivedLocked()
1258 if (IsCurrentCallOnChannel()) { in OnStatusReceivedLocked()
1268 bool XdsClient::ChannelState::AdsCallState::IsCurrentCallOnChannel() const { in IsCurrentCallOnChannel() function in grpc_core::XdsClient::ChannelState::AdsCallState
1595 if (!IsCurrentCallOnChannel() || recv_message_payload_ == nullptr) { in OnResponseReceivedLocked()
1708 if (IsCurrentCallOnChannel()) { in OnStatusReceivedLocked()
1716 bool XdsClient::ChannelState::LrsCallState::IsCurrentCallOnChannel() const { in IsCurrentCallOnChannel() function in grpc_core::XdsClient::ChannelState::LrsCallState