HomeSort by relevance Sort by last modified time
    Searched refs:FakeBluetoothAgentManagerClient (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_manager_client.cc 15 FakeBluetoothAgentManagerClient::FakeBluetoothAgentManagerClient()
19 FakeBluetoothAgentManagerClient::~FakeBluetoothAgentManagerClient() {
22 void FakeBluetoothAgentManagerClient::RegisterAgent(
40 void FakeBluetoothAgentManagerClient::UnregisterAgent(
53 void FakeBluetoothAgentManagerClient::RequestDefaultAgent(
61 void FakeBluetoothAgentManagerClient::RegisterAgentServiceProvider(
66 void FakeBluetoothAgentManagerClient::UnregisterAgentServiceProvider(
73 FakeBluetoothAgentManagerClient::GetAgentServiceProvider()
    [all...]
fake_bluetooth_agent_manager_client.h 21 // FakeBluetoothAgentManagerClient simulates the behavior of the Bluetooth
24 class CHROMEOS_EXPORT FakeBluetoothAgentManagerClient
27 FakeBluetoothAgentManagerClient();
28 virtual ~FakeBluetoothAgentManagerClient();
fake_bluetooth_agent_service_provider.h 19 class FakeBluetoothAgentManagerClient;
56 friend class FakeBluetoothAgentManagerClient;
fake_bluetooth_agent_service_provider.cc 20 FakeBluetoothAgentManagerClient* fake_bluetooth_agent_manager_client =
21 static_cast<FakeBluetoothAgentManagerClient*>(
29 FakeBluetoothAgentManagerClient* fake_bluetooth_agent_manager_client =
30 static_cast<FakeBluetoothAgentManagerClient*>(
mock_dbus_thread_manager.h 24 class FakeBluetoothAgentManagerClient;
94 FakeBluetoothAgentManagerClient* fake_bluetooth_agent_manager_client() {
137 scoped_ptr<FakeBluetoothAgentManagerClient>
mock_dbus_thread_manager_without_gmock.h 23 class FakeBluetoothAgentManagerClient;
102 FakeBluetoothAgentManagerClient* fake_bluetooth_agent_manager_client() {
192 scoped_ptr<FakeBluetoothAgentManagerClient>
bluetooth_agent_manager_client.cc 152 return new FakeBluetoothAgentManagerClient();
mock_dbus_thread_manager.cc 55 new FakeBluetoothAgentManagerClient()),
mock_dbus_thread_manager_without_gmock.cc 35 fake_bluetooth_agent_manager_client_(new FakeBluetoothAgentManagerClient()),
fake_bluetooth_device_client.cc 403 FakeBluetoothAgentManagerClient* fake_bluetooth_agent_manager_client =
404 static_cast<FakeBluetoothAgentManagerClient*>(
    [all...]

Completed in 150 milliseconds