HomeSort by relevance Sort by last modified time
    Searched refs:ReportStreamClosed (Results 1 - 6 of 6) sorted by null

  /external/grpc-grpc/test/cpp/server/load_reporter/
load_data_store_test.cc 109 load_data_store.ReportStreamClosed(kHostname1, kLbId2);
118 load_data_store.ReportStreamClosed(kHostname1, kLbId1);
130 load_data_store.ReportStreamClosed(kHostname1, kLbId3);
154 load_data_store.ReportStreamClosed(kHostname1, orphaned_lb_id);
179 load_data_store.ReportStreamClosed(kHostname1, lb_id_to_close);
187 load_data_store.ReportStreamClosed(kHostname1, assigned_lb_id);
211 load_data_store.ReportStreamClosed(kHostname1, kLbId1);
290 load_data_store.ReportStreamClosed(kHostname1, FormatLbId(i));
  /external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.cc 202 ReportStreamClosed(kInvalidLbId);
206 void PerHostStore::ReportStreamClosed(const grpc::string& lb_id) {
330 void LoadDataStore::ReportStreamClosed(const grpc::string& hostname,
334 it_per_host_store->second.ReportStreamClosed(lb_id);
load_reporter.h 155 // Wrapper around LoadDataStore::ReportStreamClosed.
157 void ReportStreamClosed(const grpc::string& hostname,
load_data_store.h 257 void ReportStreamClosed(const grpc::string& lb_id);
331 // Wrapper around PerHostStore::ReportStreamClosed.
332 void ReportStreamClosed(const grpc::string& hostname,
load_reporter.cc 389 void LoadReporter::ReportStreamClosed(const grpc::string& hostname,
392 load_data_store_.ReportStreamClosed(hostname, lb_id);
load_reporter_async_service_impl.cc 338 load_reporter_->ReportStreamClosed(load_balanced_hostname_, lb_id_);

Completed in 232 milliseconds