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

  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.h 45 MOCK_CONST_METHOD1(ProvidesServiceWithUUID, bool(const std::string&));
  /external/chromium_org/device/bluetooth/
bluetooth_device.cc 177 bool BluetoothDevice::ProvidesServiceWithUUID(
bluetooth_device.h 245 virtual bool ProvidesServiceWithUUID(const std::string& uuid) const;
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_apitest.cc 545 EXPECT_CALL(*device1_, ProvidesServiceWithUUID(testing::_))
548 EXPECT_CALL(*device2_, ProvidesServiceWithUUID(testing::_))
bluetooth_api.cc 315 if (uuid.empty() || device->ProvidesServiceWithUUID(uuid))

Completed in 7847 milliseconds