Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/server/load_reporter/
Dload_data_store_test.cc109 load_data_store.ReportStreamClosed(kHostname1, kLbId2); in TEST_F()
118 load_data_store.ReportStreamClosed(kHostname1, kLbId1); in TEST_F()
130 load_data_store.ReportStreamClosed(kHostname1, kLbId3); in TEST_F()
154 load_data_store.ReportStreamClosed(kHostname1, orphaned_lb_id); in TEST_F()
179 load_data_store.ReportStreamClosed(kHostname1, lb_id_to_close); in TEST_F()
187 load_data_store.ReportStreamClosed(kHostname1, assigned_lb_id); in TEST_F()
211 load_data_store.ReportStreamClosed(kHostname1, kLbId1); in TEST_F()
290 load_data_store.ReportStreamClosed(kHostname1, FormatLbId(i)); in TEST_F()
/third_party/grpc/src/cpp/server/load_reporter/
Dload_data_store.cc202 ReportStreamClosed(kInvalidLbId); in ReportStreamCreated()
206 void PerHostStore::ReportStreamClosed(const std::string& lb_id) { in ReportStreamClosed() function in grpc::load_reporter::PerHostStore
330 void LoadDataStore::ReportStreamClosed(const std::string& hostname, in ReportStreamClosed() function in grpc::load_reporter::LoadDataStore
334 it_per_host_store->second.ReportStreamClosed(lb_id); in ReportStreamClosed()
Dload_data_store.h256 void ReportStreamClosed(const std::string& lb_id);
330 void ReportStreamClosed(const std::string& hostname,
Dload_reporter.h159 void ReportStreamClosed(const std::string& hostname,
Dload_reporter.cc391 void LoadReporter::ReportStreamClosed(const std::string& hostname, in ReportStreamClosed() function in grpc::load_reporter::LoadReporter
394 load_data_store_.ReportStreamClosed(hostname, lb_id); in ReportStreamClosed()
Dload_reporter_async_service_impl.cc343 load_reporter_->ReportStreamClosed(load_balanced_hostname_, lb_id_); in Shutdown()