Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc499 XdsClient::ChannelState::LrsCallState* XdsClient::ChannelState::lrs_calld() in lrs_calld() function in grpc_core::XdsClient::ChannelState
1215 LrsCallState* lrs_calld = lrs_call->calld(); in OnResponseReceivedLocked() local
1216 if (lrs_calld != nullptr) lrs_calld->MaybeStartReportingLocked(); in OnResponseReceivedLocked()
1567 LrsCallState* lrs_calld = static_cast<LrsCallState*>(arg); in OnInitialRequestSent() local
1569 MutexLock lock(&lrs_calld->xds_client()->mu_); in OnInitialRequestSent()
1570 lrs_calld->OnInitialRequestSentLocked(); in OnInitialRequestSent()
1572 lrs_calld->Unref(DEBUG_LOCATION, "LRS+OnInitialRequestSentLocked"); in OnInitialRequestSent()
1584 LrsCallState* lrs_calld = static_cast<LrsCallState*>(arg); in OnResponseReceived() local
1587 MutexLock lock(&lrs_calld->xds_client()->mu_); in OnResponseReceived()
1588 done = lrs_calld->OnResponseReceivedLocked(); in OnResponseReceived()
[all …]
Dxds_client.h213 LrsCallState* lrs_calld() const;