OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FakeBluetoothAgentManagerClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/dbus/
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_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
...]
Completed in 36 milliseconds