Lines Matching refs:Device
112 void VerifyInterfaceList(const vector<Device::WiFiInterface>& interfaces) { in VerifyInterfaceList()
117 map<uint32_t, Device::WiFiInterface>::iterator it = in VerifyInterfaceList()
124 void VerifyDeviceList(const vector<scoped_refptr<Device>>& devices) { in VerifyDeviceList()
128 map<string, scoped_refptr<Device>>::iterator it = in VerifyDeviceList()
134 void AddInterface(const Device::WiFiInterface& interface) { in AddInterface()
151 void RegisterDevice(scoped_refptr<Device> device) { in RegisterDevice()
228 vector<Device::WiFiInterface> interface_list; in TEST_F()
243 interface_list.push_back(Device::WiFiInterface( in TEST_F()
256 interface_list.push_back(Device::WiFiInterface( in TEST_F()
275 interface_list.push_back(Device::WiFiInterface( in TEST_F()
295 Device::WiFiInterface interface( in TEST_F()
298 vector<Device::WiFiInterface> interface_list; in TEST_F()
348 Device::WiFiInterface interface( in TEST_F()
362 Device::WiFiInterface interface( in TEST_F()
365 vector<Device::WiFiInterface> interface_list; in TEST_F()
382 vector<scoped_refptr<Device>> device_list; in TEST_F()
389 device_list.push_back(new Device(&manager_, kTestDeviceName, 0)); in TEST_F()