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

  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_gatt_service.h 18 class MockBluetoothDevice;
22 MockBluetoothGattService(MockBluetoothDevice* device,
mock_bluetooth_device.cc 12 MockBluetoothDevice::MockBluetoothDevice(MockBluetoothAdapter* adapter,
63 MockBluetoothDevice::~MockBluetoothDevice() {}
mock_bluetooth_device.h 19 class MockBluetoothDevice : public BluetoothDevice {
21 MockBluetoothDevice(MockBluetoothAdapter* adapter,
27 virtual ~MockBluetoothDevice();
mock_bluetooth_gatt_service.cc 15 MockBluetoothDevice* device,
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_socket/
bluetooth_socket_apitest.cc 29 using device::MockBluetoothDevice;
57 mock_device1_.reset(new testing::NiceMock<MockBluetoothDevice>(
60 mock_device2_.reset(new testing::NiceMock<MockBluetoothDevice>(
67 scoped_ptr<testing::NiceMock<MockBluetoothDevice> > mock_device1_;
68 scoped_ptr<testing::NiceMock<MockBluetoothDevice> > mock_device2_;
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_private_apitest.cc 19 using device::MockBluetoothDevice;
52 mock_device_.reset(new NiceMock<MockBluetoothDevice>(mock_adapter_.get(),
120 scoped_ptr<NiceMock<MockBluetoothDevice> > mock_device_;
bluetooth_apitest.cc 29 using device::MockBluetoothDevice;
60 device1_.reset(new testing::NiceMock<MockBluetoothDevice>(
63 device2_.reset(new testing::NiceMock<MockBluetoothDevice>(
66 device3_.reset(new testing::NiceMock<MockBluetoothDevice>(
92 scoped_ptr<testing::NiceMock<MockBluetoothDevice> > device1_;
93 scoped_ptr<testing::NiceMock<MockBluetoothDevice> > device2_;
94 scoped_ptr<testing::NiceMock<MockBluetoothDevice> > device3_;
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
bluetooth_low_energy_apitest.cc 29 using device::MockBluetoothDevice;
116 new testing::NiceMock<MockBluetoothDevice>(mock_adapter_,
124 new testing::NiceMock<MockBluetoothDevice>(mock_adapter_,
212 scoped_ptr<testing::NiceMock<MockBluetoothDevice> > device0_;
213 scoped_ptr<testing::NiceMock<MockBluetoothDevice> > device1_;
    [all...]

Completed in 343 milliseconds