Searched defs:MockBluetoothConnection (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/proximity_auth/
H A Dbluetooth_connection_unittest.cc55 class MockBluetoothConnection : public BluetoothConnection { class in namespace:proximity_auth::__anon6775
57 MockBluetoothConnection() function in class:proximity_auth::__anon6775::MockBluetoothConnection
88 DISALLOW_COPY_AND_ASSIGN(MockBluetoothConnection);
118 void BeginConnecting(MockBluetoothConnection* connection) {
133 void Connect(MockBluetoothConnection* connection) {
180 StrictMock<MockBluetoothConnection> connection;
193 StrictMock<MockBluetoothConnection> connection;
212 StrictMock<MockBluetoothConnection> connection;
218 StrictMock<MockBluetoothConnection> connection;
230 StrictMock<MockBluetoothConnection> connectio
[all...]

Completed in 144 milliseconds