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

  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.h 77 MOCK_CONST_METHOD0(GetGattServices, std::vector<BluetoothGattService*>());
  /external/chromium_org/device/bluetooth/
bluetooth_device.h 407 virtual std::vector<BluetoothGattService*> GetGattServices() const;
bluetooth_gatt_chromeos_unittest.cc 513 EXPECT_TRUE(device->GetGattServices().empty());
521 EXPECT_EQ(1U, device->GetGattServices().size());
530 EXPECT_EQ(service, device->GetGattServices()[0]);
543 EXPECT_TRUE(device->GetGattServices().empty());
558 EXPECT_EQ(1U, device->GetGattServices().size());
566 EXPECT_EQ(service, device->GetGattServices()[0]);
769 EXPECT_EQ(1U, device->GetGattServices().size());
771 BluetoothGattService* service = device->GetGattServices()[0];
778 EXPECT_EQ(service, device->GetGattServices()[0]);
    [all...]
bluetooth_device.cc 189 BluetoothDevice::GetGattServices() const {
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
bluetooth_low_energy_apitest.cc 274 EXPECT_CALL(*device0_, GetGattServices())
    [all...]
bluetooth_low_energy_event_router.cc 339 device->GetGattServices();
    [all...]

Completed in 61 milliseconds