OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FakeBluetoothProfileManagerClient
(Results
1 - 7
of
7
) 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
();
fake_bluetooth_profile_service_provider.cc
20
FakeBluetoothProfileManagerClient
* fake_bluetooth_profile_manager_client =
21
static_cast<
FakeBluetoothProfileManagerClient
*>(
29
FakeBluetoothProfileManagerClient
* fake_bluetooth_profile_manager_client =
30
static_cast<
FakeBluetoothProfileManagerClient
*>(
fake_bluetooth_profile_service_provider.h
43
friend class
FakeBluetoothProfileManagerClient
;
fake_bluetooth_device_client.cc
307
FakeBluetoothProfileManagerClient
* fake_bluetooth_profile_manager_client =
308
static_cast<
FakeBluetoothProfileManagerClient
*>(
321
if (uuid ==
FakeBluetoothProfileManagerClient
::kL2capUuid)
371
FakeBluetoothProfileManagerClient
* fake_bluetooth_profile_manager_client =
372
static_cast<
FakeBluetoothProfileManagerClient
*>(
[
all
...]
fake_dbus_thread_manager.cc
65
new
FakeBluetoothProfileManagerClient
));
/external/chromium_org/device/bluetooth/
bluetooth_profile_chromeos_unittest.cc
45
new
FakeBluetoothProfileManagerClient
;
107
FakeBluetoothProfileManagerClient
* fake_bluetooth_profile_manager_client_;
124
FakeBluetoothProfileManagerClient
::kL2capUuid,
136
FakeBluetoothProfileManagerClient
::kL2capUuid);
241
FakeBluetoothProfileManagerClient
::kL2capUuid);
250
FakeBluetoothProfileManagerClient
::kRfcommUuid,
262
FakeBluetoothProfileManagerClient
::kRfcommUuid);
365
FakeBluetoothProfileManagerClient
::kRfcommUuid);
Completed in 64 milliseconds