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 45 MOCK_CONST_METHOD0(GetUUIDs, UUIDList());
82 BluetoothDevice::UUIDList uuids_;
  /external/chromium_org/device/bluetooth/
bluetooth_device.h 260 typedef std::vector<BluetoothUUID> UUIDList;
261 virtual UUIDList GetUUIDs() const = 0;
bluetooth_device_win.h 46 virtual UUIDList GetUUIDs() const OVERRIDE;
126 UUIDList uuids_;
bluetooth_device_mac.h 40 virtual UUIDList GetUUIDs() const OVERRIDE;
bluetooth_device_win_unittest.cc 92 BluetoothDevice::UUIDList uuids = device_->GetUUIDs();
bluetooth_device_win.cc 94 for (UUIDList::const_iterator iter = uuids_.begin(); iter != uuids_.end();
200 BluetoothDevice::UUIDList BluetoothDeviceWin::GetUUIDs() const {
bluetooth_device_chromeos.h 48 virtual UUIDList GetUUIDs() const OVERRIDE;
bluetooth_chromeos_unittest.cc     [all...]
bluetooth_device_chromeos.cc 288 BluetoothDeviceChromeOS::UUIDList BluetoothDeviceChromeOS::GetUUIDs() const {
  /external/chromium_org/extensions/browser/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 436 BluetoothDevice::UUIDList uuids;

Completed in 239 milliseconds