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

/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_win_unittest.cc91 TEST_F(BluetoothDeviceWinTest, GetUUIDs) {
92 BluetoothDevice::UUIDList uuids = device_->GetUUIDs();
98 uuids = empty_device_->GetUUIDs();
H A Dbluetooth_device_mac.h40 virtual UUIDList GetUUIDs() const OVERRIDE;
H A Dbluetooth_device_win.h46 virtual UUIDList GetUUIDs() const OVERRIDE;
H A Dbluetooth_device.h261 virtual UUIDList GetUUIDs() const = 0;
H A Dbluetooth_device_chromeos.h48 virtual UUIDList GetUUIDs() const OVERRIDE;
H A Dbluetooth_device_win.cc200 BluetoothDevice::UUIDList BluetoothDeviceWin::GetUUIDs() const { function in class:device::BluetoothDeviceWin
H A Dbluetooth_chromeos_unittest.cc1461 BluetoothDevice::UUIDList uuids = devices[0]->GetUUIDs();
1536 BluetoothDevice::UUIDList uuids = devices[0]->GetUUIDs();
1562 uuids = devices[0]->GetUUIDs();
1716 BluetoothDevice::UUIDList uuids = device->GetUUIDs();
1906 BluetoothDevice::UUIDList uuids = device->GetUUIDs();
1962 BluetoothDevice::UUIDList uuids = device->GetUUIDs();
2038 BluetoothDevice::UUIDList uuids = device->GetUUIDs();
2096 BluetoothDevice::UUIDList uuids = device->GetUUIDs();
H A Dbluetooth_device_chromeos.cc288 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.h45 MOCK_CONST_METHOD0(GetUUIDs, UUIDList());
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_utils.cc129 const device::BluetoothDevice::UUIDList& uuids = device.GetUUIDs();
H A Dbluetooth_apitest.cc440 EXPECT_CALL(*device1_.get(), GetUUIDs())

Completed in 121 milliseconds