Home
last modified time | relevance | path

Searched refs:VENDOR_ID_UNKNOWN (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/device/bluetooth/test/
Dmock_bluetooth_device.cc36 .WillByDefault(testing::Return(VENDOR_ID_UNKNOWN)); in MockBluetoothDevice()
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
Dbluetooth_api_utils.cc23 case BluetoothDevice::VENDOR_ID_UNKNOWN: in ConvertVendorIDSourceToApi()
/external/chromium_org/device/bluetooth/
Dbluetooth_device_win.cc98 return VENDOR_ID_UNKNOWN; in GetVendorIDSource()
Dbluetooth_device.h43 VENDOR_ID_UNKNOWN, enumerator
Dbluetooth_device_mac.mm91 return VENDOR_ID_UNKNOWN;
Dbluetooth_device_chromeos.cc203 VendorIDSource vendor_id_source = VENDOR_ID_UNKNOWN; in GetVendorIDSource()
Dbluetooth_chromeos_unittest.cc3160 EXPECT_EQ(BluetoothDevice::VENDOR_ID_UNKNOWN, device->GetVendorIDSource()); in TEST_F()
3168 EXPECT_EQ(BluetoothDevice::VENDOR_ID_UNKNOWN, device->GetVendorIDSource()); in TEST_F()
3176 EXPECT_EQ(BluetoothDevice::VENDOR_ID_UNKNOWN, device->GetVendorIDSource()); in TEST_F()
/external/chromium_org/chrome/browser/metrics/
Dchromeos_metrics_provider_unittest.cc241 EXPECT_EQ(PairedDevice::VENDOR_ID_UNKNOWN, device2.vendor_id_source()); in TEST_F()
Dchromeos_metrics_provider.cc261 paired_device->set_vendor_id_source(PairedDevice::VENDOR_ID_UNKNOWN); in WriteBluetoothProto()
/external/chromium_org/components/metrics/proto/
Dsystem_profile.proto221 VENDOR_ID_UNKNOWN = 0; enumerator