Searched refs:GetUUIDs (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_win_unittest.cc90 TEST_F(BluetoothDeviceWinTest, GetUUIDs) {
91 BluetoothDevice::UUIDList uuids = device_->GetUUIDs();
97 uuids = empty_device_->GetUUIDs();
H A Dbluetooth_device_mac.h44 virtual UUIDList GetUUIDs() const OVERRIDE;
H A Dbluetooth_device.h287 virtual UUIDList GetUUIDs() const = 0;
H A Dbluetooth_device_win.cc144 BluetoothDevice::UUIDList BluetoothDeviceWin::GetUUIDs() const { function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_win.h50 virtual UUIDList GetUUIDs() const OVERRIDE;
H A Dbluetooth_device_chromeos.h53 virtual UUIDList GetUUIDs() const OVERRIDE;
H A Dbluetooth_chromeos_unittest.cc1458 BluetoothDevice::UUIDList uuids = devices[0]->GetUUIDs();
1533 BluetoothDevice::UUIDList uuids = devices[0]->GetUUIDs();
1559 uuids = devices[0]->GetUUIDs();
1713 BluetoothDevice::UUIDList uuids = device->GetUUIDs();
1903 BluetoothDevice::UUIDList uuids = device->GetUUIDs();
1959 BluetoothDevice::UUIDList uuids = device->GetUUIDs();
2035 BluetoothDevice::UUIDList uuids = device->GetUUIDs();
2093 BluetoothDevice::UUIDList uuids = device->GetUUIDs();
H A Dbluetooth_device_chromeos.cc299 BluetoothDeviceChromeOS::UUIDList BluetoothDeviceChromeOS::GetUUIDs() const { function in class:chromeos::BluetoothDeviceChromeOS
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.cc59 ON_CALL(*this, GetUUIDs())
H A Dmock_bluetooth_device.h47 MOCK_CONST_METHOD0(GetUUIDs, UUIDList());
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
H A Dbluetooth_api_utils.cc129 const device::BluetoothDevice::UUIDList& uuids = device.GetUUIDs();
H A Dbluetooth_apitest.cc437 EXPECT_CALL(*device1_.get(), GetUUIDs())

Completed in 84 milliseconds