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

  /external/chromium_org/device/bluetooth/
bluetooth_device_win_unittest.cc 91 TEST_F(BluetoothDeviceWinTest, GetUUIDs) {
92 BluetoothDevice::UUIDList uuids = device_->GetUUIDs();
98 uuids = empty_device_->GetUUIDs();
bluetooth_device_mac.h 40 virtual UUIDList GetUUIDs() const OVERRIDE;
bluetooth_device.h 261 virtual UUIDList GetUUIDs() const = 0;
bluetooth_device_win.h 46 virtual UUIDList GetUUIDs() const OVERRIDE;
bluetooth_device_chromeos.h 48 virtual UUIDList GetUUIDs() const OVERRIDE;
bluetooth_device_win.cc 200 BluetoothDevice::UUIDList BluetoothDeviceWin::GetUUIDs() const {
bluetooth_chromeos_unittest.cc     [all...]
bluetooth_device_chromeos.cc 288 BluetoothDeviceChromeOS::UUIDList BluetoothDeviceChromeOS::GetUUIDs() const {
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.cc 59 ON_CALL(*this, GetUUIDs())
mock_bluetooth_device.h 45 MOCK_CONST_METHOD0(GetUUIDs, UUIDList());
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_api_utils.cc 129 const device::BluetoothDevice::UUIDList& uuids = device.GetUUIDs();
bluetooth_apitest.cc 440 EXPECT_CALL(*device1_.get(), GetUUIDs())

Completed in 506 milliseconds