Home
last modified time | relevance | path

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

/system/connectivity/shill/wimax/
Dwimax_provider.h85 FRIEND_TEST(WiMaxProviderTest, DestroyDeadDevices);
112 void DestroyDeadDevices(const RpcIdentifiers& live_devices);
Dwimax_provider.cc316 DestroyDeadDevices(devices); in OnDevicesChanged()
362 void WiMaxProvider::DestroyDeadDevices(const RpcIdentifiers& live_devices) { in DestroyDeadDevices() function in shill::WiMaxProvider
Dwimax_provider_unittest.cc184 TEST_F(WiMaxProviderTest, DestroyDeadDevices) { in TEST_F() argument
205 provider_.DestroyDeadDevices(live_devices); in TEST_F()