Home
last modified time | relevance | path

Searched refs:UUIDList (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/device/bluetooth/test/
Dmock_bluetooth_device.h47 MOCK_CONST_METHOD0(GetUUIDs, UUIDList());
84 BluetoothDevice::UUIDList uuids_;
/external/chromium_org/device/bluetooth/
Dbluetooth_device_win.h50 virtual UUIDList GetUUIDs() const OVERRIDE;
122 UUIDList uuids_;
Dbluetooth_device.h286 typedef std::vector<BluetoothUUID> UUIDList; typedef
287 virtual UUIDList GetUUIDs() const = 0;
Dbluetooth_device_win_unittest.cc91 BluetoothDevice::UUIDList uuids = device_->GetUUIDs(); in TEST_F()
Dbluetooth_device_mac.mm146 BluetoothDevice::UUIDList BluetoothDeviceMac::GetUUIDs() const {
147 UUIDList uuids;
Dbluetooth_device_mac.h44 virtual UUIDList GetUUIDs() const OVERRIDE;
Dbluetooth_device_win.cc144 BluetoothDevice::UUIDList BluetoothDeviceWin::GetUUIDs() const { in GetUUIDs()
Dbluetooth_device_chromeos.h53 virtual UUIDList GetUUIDs() const OVERRIDE;
Dbluetooth_chromeos_unittest.cc1458 BluetoothDevice::UUIDList uuids = devices[0]->GetUUIDs(); in TEST_F()
1533 BluetoothDevice::UUIDList uuids = devices[0]->GetUUIDs(); in TEST_F()
1713 BluetoothDevice::UUIDList uuids = device->GetUUIDs(); in TEST_F()
1903 BluetoothDevice::UUIDList uuids = device->GetUUIDs(); in TEST_F()
1959 BluetoothDevice::UUIDList uuids = device->GetUUIDs(); in TEST_F()
2035 BluetoothDevice::UUIDList uuids = device->GetUUIDs(); in TEST_F()
2093 BluetoothDevice::UUIDList uuids = device->GetUUIDs(); in TEST_F()
Dbluetooth_device_chromeos.cc299 BluetoothDeviceChromeOS::UUIDList BluetoothDeviceChromeOS::GetUUIDs() const { in GetUUIDs()
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
Dbluetooth_api_utils.cc129 const device::BluetoothDevice::UUIDList& uuids = device.GetUUIDs(); in BluetoothDeviceToApiDevice()
130 for (device::BluetoothDevice::UUIDList::const_iterator iter = uuids.begin(); in BluetoothDeviceToApiDevice()
Dbluetooth_apitest.cc433 BluetoothDevice::UUIDList uuids; in IN_PROC_BROWSER_TEST_F()