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

  /external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.cc 181 const grpc::string& load_key) {
183 SetUpForNewLbId(lb_id, load_key);
211 load_key_to_receiving_lb_ids_, it_store_for_gone_lb->second->load_key(),
219 auto it = load_key_to_receiving_lb_ids_.find(orphaned_store->load_key());
264 const grpc::string& load_key) {
269 load_key_to_receiving_lb_ids_[load_key].insert(lb_id);
271 new PerBalancerStore(lb_id, load_key));
326 const grpc::string& load_key) {
327 per_host_stores_[hostname].ReportStreamCreated(lb_id, load_key);
load_data_store.h 200 PerBalancerStore(grpc::string lb_id, grpc::string load_key)
201 : lb_id_(std::move(lb_id)), load_key_(std::move(load_key)) {}
229 const grpc::string& load_key() const { return load_key_; } function in class:grpc::load_reporter::PerBalancerStore
250 const grpc::string& load_key);
270 void SetUpForNewLbId(const grpc::string& lb_id, const grpc::string& load_key);
297 // load_key, and the number of in-progress calls. Such loss will cause
329 const grpc::string& load_key);
load_reporter.cc 360 per_balancer_store.load_key());
381 const grpc::string& load_key) {
383 load_data_store_.ReportStreamCreated(hostname, lb_id, load_key);
386 this, hostname.c_str(), lb_id.c_str(), load_key.c_str());
load_reporter.h 153 const grpc::string& load_key);
load_reporter_async_service_impl.cc 209 load_key_ = initial_request.load_key();
  /external/grpc-grpc/test/cpp/server/load_reporter/
load_data_store_test.cc 49 // created for <hostname, lb_id, and load_key>.
54 const grpc::string& load_key) {
59 EXPECT_EQ(original_per_balancer_store->load_key(), load_key);

Completed in 187 milliseconds