Lines Matching refs:Device
126 scoped_refptr<Device> device = in OnWiFiPhyInfoReceived()
127 new Device(manager_, device_name, device_identifier_++); in OnWiFiPhyInfoReceived()
171 Device::WiFiInterface wifi_interface; in AddLinkMsgHandler()
183 map<uint32_t, Device::WiFiInterface>::iterator iter = in DelLinkMsgHandler()
187 scoped_refptr<Device> device = GetDevice(iter->second.device_name); in DelLinkMsgHandler()
254 map<uint32_t, Device::WiFiInterface>::iterator iter = in OnWiFiInterfaceInfoReceived()
289 map<uint32_t, Device::WiFiInterface>::iterator iter = in OnWiFiInterfacePhyInfoReceived()
305 scoped_refptr<Device> device = GetDevice(device_name); in OnWiFiInterfacePhyInfoReceived()
309 new Device(manager_, device_name, device_identifier_++); in OnWiFiInterfacePhyInfoReceived()
320 void DeviceInfo::RegisterDevice(scoped_refptr<Device> device) { in RegisterDevice()
329 scoped_refptr<Device> DeviceInfo::GetDevice(const string& device_name) { in GetDevice()
330 map<string, scoped_refptr<Device>>::iterator iter = in GetDevice()