OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FakeBluetoothProfileManagerClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/dbus/
fake_bluetooth_profile_manager_client.cc
21
const char
FakeBluetoothProfileManagerClient
::kL2capUuid[] =
23
const char
FakeBluetoothProfileManagerClient
::kRfcommUuid[] =
26
FakeBluetoothProfileManagerClient
::
FakeBluetoothProfileManagerClient
() {
29
FakeBluetoothProfileManagerClient
::~
FakeBluetoothProfileManagerClient
() {
32
void
FakeBluetoothProfileManagerClient
::Init(dbus::Bus* bus) {
35
void
FakeBluetoothProfileManagerClient
::RegisterProfile(
61
void
FakeBluetoothProfileManagerClient
::UnregisterProfile(
84
void
FakeBluetoothProfileManagerClient
::RegisterProfileServiceProvider
[
all
...]
fake_bluetooth_profile_manager_client.h
23
//
FakeBluetoothProfileManagerClient
simulates the behavior of the Bluetooth
26
class CHROMEOS_EXPORT
FakeBluetoothProfileManagerClient
29
FakeBluetoothProfileManagerClient
();
30
virtual ~
FakeBluetoothProfileManagerClient
();
Completed in 1076 milliseconds