Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc206 static void OnInitialRequestSentLocked(void* arg, grpc_error* error);
529 GRPC_CLOSURE_INIT(&lb_on_initial_request_sent_, OnInitialRequestSentLocked, in BalancerCallState()
731 void GrpcLb::BalancerCallState::OnInitialRequestSentLocked(void* arg, in OnInitialRequestSentLocked() function in grpc_core::__anon9fb3300c0111::GrpcLb::BalancerCallState
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc197 void OnInitialRequestSentLocked();
1008 [lb_calld]() { lb_calld->OnInitialRequestSentLocked(); }, DEBUG_LOCATION); in OnInitialRequestSent()
1011 void GrpcLb::BalancerCallState::OnInitialRequestSentLocked() { in OnInitialRequestSentLocked() function in grpc_core::__anon524789e00111::GrpcLb::BalancerCallState
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc361 void OnInitialRequestSentLocked();
1570 lrs_calld->OnInitialRequestSentLocked(); in OnInitialRequestSent()
1575 void XdsClient::ChannelState::LrsCallState::OnInitialRequestSentLocked() { in OnInitialRequestSentLocked() function in grpc_core::XdsClient::ChannelState::LrsCallState