Searched refs:OnInitialRequestSent (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb.cc | 191 static void OnInitialRequestSent(void* arg, grpc_error* error); 762 GRPC_CLOSURE_INIT(&lb_on_initial_request_sent_, OnInitialRequestSent, this, in BalancerCallState() 1004 void GrpcLb::BalancerCallState::OnInitialRequestSent(void* arg, in OnInitialRequestSent() function in grpc_core::__anone44b111d0111::GrpcLb::BalancerCallState
|
/third_party/grpc/src/core/ext/xds/ |
D | xds_client.cc | 361 static void OnInitialRequestSent(void* arg, grpc_error* error); 1472 GRPC_CLOSURE_INIT(&on_initial_request_sent_, OnInitialRequestSent, this, in LrsCallState() 1559 void XdsClient::ChannelState::LrsCallState::OnInitialRequestSent( in OnInitialRequestSent() function in grpc_core::XdsClient::ChannelState::LrsCallState
|
/third_party/grpc/src/core/ext/filters/client_channel/xds/ |
D | xds_client.cc | 348 static void OnInitialRequestSent(void* arg, grpc_error* error); 1514 GRPC_CLOSURE_INIT(&on_initial_request_sent_, OnInitialRequestSent, this, in LrsCallState() 1601 void XdsClient::ChannelState::LrsCallState::OnInitialRequestSent( in OnInitialRequestSent() function in grpc_core::XdsClient::ChannelState::LrsCallState
|