Searched refs:MockBluetoothSocket (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_socket.cc9 MockBluetoothSocket::MockBluetoothSocket() {} function in class:device::MockBluetoothSocket
10 MockBluetoothSocket::~MockBluetoothSocket() {}
H A Dmock_bluetooth_socket.h17 class MockBluetoothSocket : public BluetoothSocket { class in namespace:device
19 MockBluetoothSocket();
36 virtual ~MockBluetoothSocket();
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_socket_apitest.cc31 using device::MockBluetoothSocket;
115 scoped_refptr<testing::StrictMock<MockBluetoothSocket> > mock_socket
116 = new testing::StrictMock<MockBluetoothSocket>();
154 scoped_refptr<testing::StrictMock<MockBluetoothSocket> > mock_server_socket
155 = new testing::StrictMock<MockBluetoothSocket>();
171 scoped_refptr<testing::StrictMock<MockBluetoothSocket> > mock_client_socket
172 = new testing::StrictMock<MockBluetoothSocket>();
/external/chromium_org/components/proximity_auth/
H A Dbluetooth_connection_unittest.cc109 socket_(new StrictMock<device::MockBluetoothSocket>),
166 scoped_refptr<StrictMock<device::MockBluetoothSocket>> socket_;

Completed in 130 milliseconds