Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/xds/
Dxds_client.cc134 bool seen_response() const { return seen_response_; } in seen_response() function in grpc_core::XdsClient::ChannelState::AdsCallState
319 bool seen_response() const { return seen_response_; } in seen_response() function in grpc_core::XdsClient::ChannelState::LrsCallState
595 const bool seen_response = calld_->seen_response(); in OnCallFinishedLocked() local
597 if (seen_response) { in OnCallFinishedLocked()
1545 if (!seen_response()) return; in MaybeStartReportingLocked()
1551 !chand()->ads_calld_->calld()->seen_response()) { in MaybeStartReportingLocked()
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc130 bool seen_response() const { return seen_response_; } in seen_response() function in grpc_core::XdsClient::ChannelState::AdsCallState
306 bool seen_response() const { return seen_response_; } in seen_response() function in grpc_core::XdsClient::ChannelState::LrsCallState
602 const bool seen_response = calld_->seen_response(); in OnCallFinishedLocked() local
604 if (seen_response) { in OnCallFinishedLocked()
1587 if (!seen_response()) return; in MaybeStartReportingLocked()
1593 !chand()->ads_calld_->calld()->seen_response()) { in MaybeStartReportingLocked()