Searched refs:live_devices (Results 1 – 3 of 3) sorted by relevance
362 void WiMaxProvider::DestroyDeadDevices(const RpcIdentifiers& live_devices) { in DestroyDeadDevices() argument363 SLOG(this, 2) << __func__ << "(" << live_devices.size() << ")"; in DestroyDeadDevices()365 if (find(live_devices.begin(), live_devices.end(), it->second) == in DestroyDeadDevices()366 live_devices.end()) { in DestroyDeadDevices()374 if (find(live_devices.begin(), live_devices.end(), it->second->path()) == in DestroyDeadDevices()375 live_devices.end()) { in DestroyDeadDevices()
134 RpcIdentifiers live_devices; in TEST_F() local135 live_devices.push_back(GetTestPath(2)); in TEST_F()136 live_devices.push_back(GetTestPath(3)); in TEST_F()139 provider_.OnDevicesChanged(live_devices); in TEST_F()195 RpcIdentifiers live_devices; in TEST_F() local196 live_devices.push_back(GetTestPath(0)); in TEST_F()197 live_devices.push_back(GetTestPath(3)); in TEST_F()198 live_devices.push_back(GetTestPath(4)); in TEST_F()199 live_devices.push_back(GetTestPath(7)); in TEST_F()200 live_devices.push_back(GetTestPath(123)); in TEST_F()[all …]
112 void DestroyDeadDevices(const RpcIdentifiers& live_devices);