Home | History | Annotate | Download | only in test

Lines Matching refs:BluetoothDevice

19 class MockBluetoothDevice : public BluetoothDevice {
29 MOCK_METHOD1(AddObserver, void(BluetoothDevice::Observer*));
30 MOCK_METHOD1(RemoveObserver, void(BluetoothDevice::Observer*));
34 MOCK_CONST_METHOD0(GetVendorIDSource, BluetoothDevice::VendorIDSource());
39 MOCK_CONST_METHOD0(GetDeviceType, BluetoothDevice::DeviceType());
52 void(BluetoothDevice::PairingDelegate* pairing_delegate,
54 const BluetoothDevice::ConnectErrorCallback&
63 const BluetoothDevice::ErrorCallback& error_callback));
64 MOCK_METHOD1(Forget, void(const BluetoothDevice::ErrorCallback&));
75 const BluetoothDevice::ErrorCallback& error_callback));
84 BluetoothDevice::UUIDList uuids_;