Searched refs:ReportStreamClosed (Results 1 – 6 of 6) sorted by relevance
/third_party/grpc/test/cpp/server/load_reporter/ |
D | load_data_store_test.cc | 109 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/ |
D | load_data_store.cc | 202 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()
|
D | load_data_store.h | 256 void ReportStreamClosed(const std::string& lb_id); 330 void ReportStreamClosed(const std::string& hostname,
|
D | load_reporter.h | 159 void ReportStreamClosed(const std::string& hostname,
|
D | load_reporter.cc | 391 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()
|
D | load_reporter_async_service_impl.cc | 343 load_reporter_->ReportStreamClosed(load_balanced_hostname_, lb_id_); in Shutdown()
|