Searched refs:GetGattService (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_apitest.cc302 EXPECT_CALL(*device0_, GetGattService(kTestServiceId0))
369 EXPECT_CALL(*device0_, GetGattService(kTestServiceId0))
386 EXPECT_CALL(*device0_, GetGattService(kTestServiceId0)).Times(0);
424 EXPECT_CALL(*device0_, GetGattService(kTestServiceId0))
457 EXPECT_CALL(*device0_, GetGattService(kTestServiceId0))
491 EXPECT_CALL(*device0_, GetGattService(kTestServiceId0))
527 EXPECT_CALL(*device0_, GetGattService(kTestServiceId0))
583 EXPECT_CALL(*device0_, GetGattService(kTestServiceId0))
604 EXPECT_CALL(*device0_, GetGattService(_)).Times(0);
635 EXPECT_CALL(*device0_, GetGattService(kTestServiceId
[all...]
H A Dbluetooth_low_energy_event_router.cc1157 BluetoothGattService* service = device->GetGattService(instance_id);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_notify_session_chromeos.cc88 device::BluetoothGattService* service = device->GetGattService(service_id_);
H A Dbluetooth_gatt_chromeos_unittest.cc95 EXPECT_EQ(device->GetGattService(last_gatt_service_id_), service);
114 EXPECT_FALSE(device->GetGattService(last_gatt_service_id_));
503 device->GetGattService(observer.last_gatt_service_id_);
507 EXPECT_EQ(service, device->GetGattService(service->GetIdentifier()));
524 EXPECT_EQ(NULL, device->GetGattService(observer.last_gatt_service_id_));
541 service = device->GetGattService(observer.last_gatt_service_id_);
583 device->GetGattService(observer.last_gatt_service_id_);
651 device->GetGattService(observer.last_gatt_service_id_);
756 EXPECT_EQ(service, device->GetGattService(service->GetIdentifier()));
817 device->GetGattService(observe
[all...]
H A Dbluetooth_device.cc197 BluetoothGattService* BluetoothDevice::GetGattService( function in class:device::BluetoothDevice
H A Dbluetooth_device.h385 virtual BluetoothGattService* GetGattService(
H A Dbluetooth_device_chromeos.cc493 if (GetGattService(object_path.value())) {
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.h76 MOCK_CONST_METHOD1(GetGattService, BluetoothGattService*(const std::string&));

Completed in 141 milliseconds