Home
last modified time | relevance | path

Searched refs:initial_request (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.cc212 const auto& initial_request = request_.initial_request(); in OnReadDone() local
213 load_balanced_hostname_ = initial_request.load_balanced_hostname(); in OnReadDone()
214 load_key_ = initial_request.load_key(); in OnReadDone()
217 const auto& load_report_interval = initial_request.load_report_interval(); in OnReadDone()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dload_balancer_api.cc56 grpc_lb_v1_InitialLoadBalanceRequest* initial_request = in GrpcLbRequestCreate() local
61 initial_request, upb_strview_make(lb_service_name, name_len)); in GrpcLbRequestCreate()
/third_party/grpc/src/proto/grpc/lb/v1/
Dload_reporter.proto31 InitialLoadReportRequest initial_request = 1; field
149 // Load_key is the load_key from the initial_request from the originating
178 // The load_key from the initial_request from the originating balancer.
Dload_balancer.proto39 InitialLoadBalanceRequest initial_request = 1; field
/third_party/grpc/test/cpp/grpclb/
Dgrpclb_api_test.cc75 EXPECT_EQ(request.initial_request().name(), service_name); in TEST_F()
/third_party/grpc/test/cpp/end2end/
Dgrpclb_end2end_test.cc242 service_names_.push_back(request.initial_request().name()); in BalanceLoad()