OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FakeBluetoothInputClient
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chromeos/dbus/
fake_bluetooth_input_client.cc
21
FakeBluetoothInputClient
::Properties::Properties(
29
FakeBluetoothInputClient
::Properties::~Properties() {
32
void
FakeBluetoothInputClient
::Properties::Get(
39
void
FakeBluetoothInputClient
::Properties::GetAll() {
43
void
FakeBluetoothInputClient
::Properties::Set(
51
FakeBluetoothInputClient
::
FakeBluetoothInputClient
() {
54
FakeBluetoothInputClient
::~
FakeBluetoothInputClient
() {
59
void
FakeBluetoothInputClient
::AddObserver(Observer* observer)
[
all
...]
fake_bluetooth_input_client.h
18
//
FakeBluetoothInputClient
simulates the behavior of the Bluetooth Daemon
21
class CHROMEOS_EXPORT
FakeBluetoothInputClient
36
FakeBluetoothInputClient
();
37
virtual ~
FakeBluetoothInputClient
();
61
DISALLOW_COPY_AND_ASSIGN(
FakeBluetoothInputClient
);
mock_dbus_thread_manager.h
26
class
FakeBluetoothInputClient
;
100
FakeBluetoothInputClient
* fake_bluetooth_input_client() {
140
scoped_ptr<
FakeBluetoothInputClient
> fake_bluetooth_input_client_;
mock_dbus_thread_manager_without_gmock.h
25
class
FakeBluetoothInputClient
;
110
FakeBluetoothInputClient
* fake_bluetooth_input_client() {
195
scoped_ptr<
FakeBluetoothInputClient
> fake_bluetooth_input_client_;
bluetooth_input_client.cc
144
return new
FakeBluetoothInputClient
();
mock_dbus_thread_manager.cc
57
fake_bluetooth_input_client_(new
FakeBluetoothInputClient
()),
mock_dbus_thread_manager_without_gmock.cc
37
fake_bluetooth_input_client_(new
FakeBluetoothInputClient
()),
fake_bluetooth_device_client.cc
552
FakeBluetoothInputClient
* fake_bluetooth_input_client =
553
static_cast<
FakeBluetoothInputClient
*>(
[
all
...]
Completed in 89 milliseconds