HomeSort by relevance Sort by last modified time
    Searched refs:UUIDList (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.h 47 MOCK_CONST_METHOD0(GetUUIDs, UUIDList());
84 BluetoothDevice::UUIDList uuids_;
  /external/chromium_org/device/bluetooth/
bluetooth_device.h 286 typedef std::vector<BluetoothUUID> UUIDList;
287 virtual UUIDList GetUUIDs() const = 0;
bluetooth_device_win.h 50 virtual UUIDList GetUUIDs() const OVERRIDE;
122 UUIDList uuids_;
bluetooth_device_mac.h 44 virtual UUIDList GetUUIDs() const OVERRIDE;
bluetooth_device_win_unittest.cc 91 BluetoothDevice::UUIDList uuids = device_->GetUUIDs();
bluetooth_device_chromeos.h 53 virtual UUIDList GetUUIDs() const OVERRIDE;
bluetooth_device_win.cc 144 BluetoothDevice::UUIDList BluetoothDeviceWin::GetUUIDs() const {
bluetooth_chromeos_unittest.cc     [all...]
bluetooth_device_chromeos.cc 299 BluetoothDeviceChromeOS::UUIDList BluetoothDeviceChromeOS::GetUUIDs() const {
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_utils.cc 129 const device::BluetoothDevice::UUIDList& uuids = device.GetUUIDs();
130 for (device::BluetoothDevice::UUIDList::const_iterator iter = uuids.begin();
bluetooth_apitest.cc 433 BluetoothDevice::UUIDList uuids;

Completed in 231 milliseconds