Searched defs:FakeBluetoothProfileManagerClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_profile_manager_client.h23 // FakeBluetoothProfileManagerClient simulates the behavior of the Bluetooth
26 class CHROMEOS_EXPORT FakeBluetoothProfileManagerClient class in namespace:chromeos
29 FakeBluetoothProfileManagerClient();
30 virtual ~FakeBluetoothProfileManagerClient();
H A Dfake_bluetooth_profile_manager_client.cc21 const char FakeBluetoothProfileManagerClient::kL2capUuid[] =
23 const char FakeBluetoothProfileManagerClient::kRfcommUuid[] =
26 FakeBluetoothProfileManagerClient::FakeBluetoothProfileManagerClient() { function in class:chromeos::FakeBluetoothProfileManagerClient
29 FakeBluetoothProfileManagerClient::~FakeBluetoothProfileManagerClient() {
32 void FakeBluetoothProfileManagerClient::Init(dbus::Bus* bus) {
35 void FakeBluetoothProfileManagerClient::RegisterProfile(
61 void FakeBluetoothProfileManagerClient::UnregisterProfile(
84 void FakeBluetoothProfileManagerClient
[all...]

Completed in 157 milliseconds