HomeSort by relevance Sort by last modified time
    Searched refs:FakeBluetoothProfileManagerClient (Results 1 - 11 of 11) 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();
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 44 friend class FakeBluetoothProfileManagerClient;
mock_dbus_thread_manager.h 27 class FakeBluetoothProfileManagerClient;
103 FakeBluetoothProfileManagerClient* fake_bluetooth_profile_manager_client() {
141 scoped_ptr<FakeBluetoothProfileManagerClient>
mock_dbus_thread_manager_without_gmock.h 26 class FakeBluetoothProfileManagerClient;
114 FakeBluetoothProfileManagerClient* fake_bluetooth_profile_manager_client() {
196 scoped_ptr<FakeBluetoothProfileManagerClient>
mock_dbus_thread_manager.cc 59 new FakeBluetoothProfileManagerClient()),
mock_dbus_thread_manager_without_gmock.cc 39 new FakeBluetoothProfileManagerClient()),
bluetooth_profile_manager_client.cc 243 return new FakeBluetoothProfileManagerClient();
fake_bluetooth_device_client.cc 305 FakeBluetoothProfileManagerClient* fake_bluetooth_profile_manager_client =
306 static_cast<FakeBluetoothProfileManagerClient*>(
319 if (uuid == FakeBluetoothProfileManagerClient::kL2capUuid)
369 FakeBluetoothProfileManagerClient* fake_bluetooth_profile_manager_client =
370 static_cast<FakeBluetoothProfileManagerClient*>(
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_profile_chromeos_unittest.cc 98 FakeBluetoothProfileManagerClient* fake_bluetooth_profile_manager_client_;
116 FakeBluetoothProfileManagerClient::kL2capUuid,
128 FakeBluetoothProfileManagerClient::kL2capUuid);
233 FakeBluetoothProfileManagerClient::kL2capUuid);
242 FakeBluetoothProfileManagerClient::kRfcommUuid,
254 FakeBluetoothProfileManagerClient::kRfcommUuid);
357 FakeBluetoothProfileManagerClient::kRfcommUuid);

Completed in 129 milliseconds