Home
last modified time | relevance | path

Searched refs:live_devices (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/wimax/
Dwimax_provider.cc362 void WiMaxProvider::DestroyDeadDevices(const RpcIdentifiers& live_devices) { in DestroyDeadDevices() argument
363 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()
Dwimax_provider_unittest.cc134 RpcIdentifiers live_devices; in TEST_F() local
135 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() local
196 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 …]
Dwimax_provider.h112 void DestroyDeadDevices(const RpcIdentifiers& live_devices);