HomeSort by relevance Sort by last modified time
    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::RegisterProfile(
58 void FakeBluetoothProfileManagerClient::UnregisterProfile(
81 void FakeBluetoothProfileManagerClient::RegisterProfileServiceProvider(
86 void FakeBluetoothProfileManagerClient::UnregisterProfileServiceProvider
    [all...]
fake_bluetooth_profile_manager_client.h 24 // FakeBluetoothProfileManagerClient simulates the behavior of the Bluetooth
27 class CHROMEOS_EXPORT FakeBluetoothProfileManagerClient
30 FakeBluetoothProfileManagerClient();
31 virtual ~FakeBluetoothProfileManagerClient();

Completed in 57 milliseconds