OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FakeBluetoothAgentManagerClient
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_manager_client.cc
15
FakeBluetoothAgentManagerClient
::
FakeBluetoothAgentManagerClient
()
19
FakeBluetoothAgentManagerClient
::~
FakeBluetoothAgentManagerClient
() {
22
void
FakeBluetoothAgentManagerClient
::Init(dbus::Bus* bus) {
25
void
FakeBluetoothAgentManagerClient
::RegisterAgent(
43
void
FakeBluetoothAgentManagerClient
::UnregisterAgent(
56
void
FakeBluetoothAgentManagerClient
::RequestDefaultAgent(
64
void
FakeBluetoothAgentManagerClient
::RegisterAgentServiceProvider(
69
void
FakeBluetoothAgentManagerClient
::UnregisterAgentServiceProvider
[
all
...]
fake_bluetooth_agent_manager_client.h
20
//
FakeBluetoothAgentManagerClient
simulates the behavior of the Bluetooth
23
class CHROMEOS_EXPORT
FakeBluetoothAgentManagerClient
26
FakeBluetoothAgentManagerClient
();
27
virtual ~
FakeBluetoothAgentManagerClient
();
fake_bluetooth_agent_service_provider.h
18
class
FakeBluetoothAgentManagerClient
;
55
friend class
FakeBluetoothAgentManagerClient
;
fake_bluetooth_agent_service_provider.cc
20
FakeBluetoothAgentManagerClient
* fake_bluetooth_agent_manager_client =
21
static_cast<
FakeBluetoothAgentManagerClient
*>(
29
FakeBluetoothAgentManagerClient
* fake_bluetooth_agent_manager_client =
30
static_cast<
FakeBluetoothAgentManagerClient
*>(
fake_bluetooth_device_client.cc
405
FakeBluetoothAgentManagerClient
* fake_bluetooth_agent_manager_client =
406
static_cast<
FakeBluetoothAgentManagerClient
*>(
[
all
...]
fake_dbus_thread_manager.cc
59
new
FakeBluetoothAgentManagerClient
));
/external/chromium_org/device/bluetooth/
bluetooth_chromeos_unittest.cc
224
new
FakeBluetoothAgentManagerClient
));
[
all
...]
Completed in 131 milliseconds