Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/xds/
Dxds_client.cc260 void OnRequestSentLocked(grpc_error* error);
1110 ads_calld->OnRequestSentLocked(GRPC_ERROR_REF(error)); in OnRequestSent()
1115 void XdsClient::ChannelState::AdsCallState::OnRequestSentLocked( in OnRequestSentLocked() function in grpc_core::XdsClient::ChannelState::AdsCallState
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc247 void OnRequestSentLocked(grpc_error* error);
1150 [ads_calld, error]() { ads_calld->OnRequestSentLocked(error); }, in OnRequestSent()
1154 void XdsClient::ChannelState::AdsCallState::OnRequestSentLocked( in OnRequestSentLocked() function in grpc_core::XdsClient::ChannelState::AdsCallState