OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MockBluetoothSocket
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/device/bluetooth/test/
mock_bluetooth_socket.cc
9
MockBluetoothSocket
::
MockBluetoothSocket
() {}
10
MockBluetoothSocket
::~
MockBluetoothSocket
() {}
mock_bluetooth_socket.h
17
class
MockBluetoothSocket
: public BluetoothSocket {
19
MockBluetoothSocket
();
36
virtual ~
MockBluetoothSocket
();
/external/chromium_org/chrome/browser/extensions/api/bluetooth_socket/
bluetooth_socket_apitest.cc
30
using device::
MockBluetoothSocket
;
110
scoped_refptr<testing::StrictMock<
MockBluetoothSocket
> > mock_socket
111
= new testing::StrictMock<
MockBluetoothSocket
>();
143
scoped_refptr<testing::StrictMock<
MockBluetoothSocket
> > mock_server_socket
144
= new testing::StrictMock<
MockBluetoothSocket
>();
155
scoped_refptr<testing::StrictMock<
MockBluetoothSocket
> > mock_client_socket
156
= new testing::StrictMock<
MockBluetoothSocket
>();
Completed in 811 milliseconds