Searched refs:GetAssignedStores (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/test/cpp/server/load_reporter/ |
D | load_data_store_test.cc | 97 auto assigned_stores = load_data_store.GetAssignedStores(kHostname1, kLbId1); in TEST_F() 111 load_data_store.GetAssignedStores(kHostname1, kLbId1); in TEST_F() 120 load_data_store.GetAssignedStores(kHostname1, kLbId3); in TEST_F() 132 load_data_store.GetAssignedStores(kHostname2, kLbId4); in TEST_F() 161 load_data_store.GetAssignedStores(kHostname1, lb_id), kHostname1, in TEST_F() 183 load_data_store.GetAssignedStores(kHostname1, assigned_lb_id), in TEST_F() 193 load_data_store.GetAssignedStores(kHostname1, lb_id), kHostname1, in TEST_F() 222 load_data_store.GetAssignedStores(kHostname2, kLbId2); in TEST_F() 239 load_data_store.GetAssignedStores(kHostname1, kLbId3); in TEST_F() 295 *load_data_store.GetAssignedStores(kHostname1, FormatLbId(i))) { in TEST_F()
|
/external/grpc-grpc/src/cpp/server/load_reporter/ |
D | load_data_store.cc | 244 const std::set<PerBalancerStore*>* PerHostStore::GetAssignedStores( in GetAssignedStores() function in grpc::load_reporter::PerHostStore 317 const std::set<PerBalancerStore*>* LoadDataStore::GetAssignedStores( in GetAssignedStores() function in grpc::load_reporter::LoadDataStore 321 return it->second.GetAssignedStores(lb_id); in GetAssignedStores()
|
D | load_data_store.h | 264 const std::set<PerBalancerStore*>* GetAssignedStores( 310 const std::set<PerBalancerStore*>* GetAssignedStores(const string& hostname,
|
D | load_reporter.cc | 294 auto assigned_stores = load_data_store_.GetAssignedStores(hostname, lb_id); in GenerateLoads()
|