OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReportStreamCreated
(Results
1 - 7
of
7
) sorted by null
/external/grpc-grpc/test/cpp/server/load_reporter/
load_data_store_test.cc
96
load_data_store.
ReportStreamCreated
(kHostname1, kLbId1, kLoadKey1);
104
load_data_store.
ReportStreamCreated
(kHostname1, kLbId1, kLoadKey1);
105
load_data_store.
ReportStreamCreated
(kHostname1, kLbId2, kLoadKey1);
106
load_data_store.
ReportStreamCreated
(kHostname1, kLbId3, kLoadKey2);
107
load_data_store.
ReportStreamCreated
(kHostname2, kLbId4, kLoadKey1);
150
load_data_store.
ReportStreamCreated
(kHostname1, FormatLbId(i), kLoadKey1);
203
load_data_store.
ReportStreamCreated
(kHostname1, kLbId1, kLoadKey1);
204
load_data_store.
ReportStreamCreated
(kHostname2, kLbId2, kLoadKey1);
229
load_data_store.
ReportStreamCreated
(kHostname1, kLbId3, kLoadKey2);
257
load_data_store.
ReportStreamCreated
(kHostname1, kLbId1, kLoadKey1)
[
all
...]
load_reporter_test.cc
485
load_reporter_->
ReportStreamCreated
(kHostname1, kLbId1, kLoadKey1);
486
load_reporter_->
ReportStreamCreated
(kHostname2, kLbId2, kLoadKey2);
487
load_reporter_->
ReportStreamCreated
(kHostname2, kLbId3, kLoadKey3);
/external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.cc
180
void PerHostStore::
ReportStreamCreated
(const grpc::string& lb_id,
324
void LoadDataStore::
ReportStreamCreated
(const grpc::string& hostname,
327
per_host_stores_[hostname].
ReportStreamCreated
(lb_id, load_key);
load_reporter.h
149
// Wrapper around LoadDataStore::
ReportStreamCreated
.
151
void
ReportStreamCreated
(const grpc::string& hostname,
load_data_store.h
249
void
ReportStreamCreated
(const grpc::string& lb_id,
326
// Wrapper around PerHostStore::
ReportStreamCreated
.
327
void
ReportStreamCreated
(const grpc::string& hostname,
load_reporter.cc
379
void LoadReporter::
ReportStreamCreated
(const grpc::string& hostname,
383
load_data_store_.
ReportStreamCreated
(hostname, lb_id, load_key);
load_reporter_async_service_impl.cc
210
load_reporter_->
ReportStreamCreated
(load_balanced_hostname_, lb_id_,
Completed in 1526 milliseconds