Searched refs:GetProductID (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.cc39 ON_CALL(*this, GetProductID())
H A Dmock_bluetooth_device.h34 MOCK_CONST_METHOD0(GetProductID, uint16());
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_mac.h31 virtual uint16 GetProductID() const OVERRIDE;
H A Dbluetooth_device_win.h37 virtual uint16 GetProductID() const OVERRIDE;
H A Dbluetooth_device.cc181 if ((GetVendorID() == 0x054c && GetProductID() == 0x0268 &&
H A Dbluetooth_device.h189 virtual uint16 GetProductID() const = 0;
H A Dbluetooth_device_chromeos.h39 virtual uint16 GetProductID() const OVERRIDE;
H A Dbluetooth_device_win.cc161 uint16 BluetoothDeviceWin::GetProductID() const { function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_chromeos.cc203 uint16 BluetoothDeviceChromeOS::GetProductID() const { function in class:chromeos::BluetoothDeviceChromeOS
H A Dbluetooth_chromeos_unittest.cc1468 EXPECT_EQ(0x030d, devices[0]->GetProductID());
3149 EXPECT_EQ(0x030d, device->GetProductID());
3157 EXPECT_EQ(0x2400, device->GetProductID());
3165 EXPECT_EQ(0, device->GetProductID());
3173 EXPECT_EQ(0, device->GetProductID());
3181 EXPECT_EQ(0, device->GetProductID());
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_utils.cc106 out->product_id.reset(new int(device.GetProductID()));
H A Dbluetooth_apitest.cc426 EXPECT_CALL(*device1_.get(), GetProductID())
/external/chromium_org/chrome/browser/metrics/
H A Dchromeos_metrics_provider.cc265 paired_device->set_product_id(device->GetProductID());

Completed in 3378 milliseconds