Home | History | Annotate | Download | only in apps

Lines Matching refs:vendor_id

51 const char kDeviceVendorId[] = "vendor_id";
98 int vendor_id;
100 &vendor_id) ||
101 vendor_id < 0 || vendor_id > UINT16_MAX) {
116 result.push_back(SavedDeviceEntry(vendor_id, product_id, serial_number));
123 SavedDeviceEntry::SavedDeviceEntry(uint16_t vendor_id,
126 : vendor_id(vendor_id),
134 device_entry_dict->SetIntegerWithoutPathExpansion(kDeviceVendorId, vendor_id);
154 if (it->vendor_id != device->vendor_id()) {
182 if (it->vendor_id != device->vendor_id()) {
193 device->vendor_id(), device->product_id(), *serial_number);