Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Side by Side Diff: chromeos/dbus/mock_dbus_thread_manager_without_gmock.h

Issue 12605008: D-Bus Clients for BlueZ 5 API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mock dbus thread manager without gmock? I didn't even know that was a thing! Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_ 5 #ifndef CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_
6 #define CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_ 6 #define CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/logging.h" 10 #include "base/logging.h"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 virtual dbus::Bus* GetIBusBus() OVERRIDE; 42 virtual dbus::Bus* GetIBusBus() OVERRIDE;
43 43
44 virtual BluetoothAdapterClient* GetBluetoothAdapterClient() OVERRIDE; 44 virtual BluetoothAdapterClient* GetBluetoothAdapterClient() OVERRIDE;
45 virtual BluetoothDeviceClient* GetBluetoothDeviceClient() OVERRIDE; 45 virtual BluetoothDeviceClient* GetBluetoothDeviceClient() OVERRIDE;
46 virtual BluetoothInputClient* GetBluetoothInputClient() OVERRIDE; 46 virtual BluetoothInputClient* GetBluetoothInputClient() OVERRIDE;
47 virtual BluetoothManagerClient* GetBluetoothManagerClient() OVERRIDE; 47 virtual BluetoothManagerClient* GetBluetoothManagerClient() OVERRIDE;
48 virtual BluetoothNodeClient* GetBluetoothNodeClient() OVERRIDE; 48 virtual BluetoothNodeClient* GetBluetoothNodeClient() OVERRIDE;
49 virtual CrosDisksClient* GetCrosDisksClient() OVERRIDE; 49 virtual CrosDisksClient* GetCrosDisksClient() OVERRIDE;
50 virtual CryptohomeClient* GetCryptohomeClient() OVERRIDE; 50 virtual CryptohomeClient* GetCryptohomeClient() OVERRIDE;
51 virtual DebugDaemonClient* GetDebugDaemonClient() OVERRIDE; 51 virtual DebugDaemonClient* GetDebugDaemonClient() OVERRIDE;
52 virtual ExperimentalBluetoothAdapterClient*
53 GetExperimentalBluetoothAdapterClient() OVERRIDE;
54 virtual ExperimentalBluetoothAgentManagerClient*
55 GetExperimentalBluetoothAgentManagerClient() OVERRIDE;
56 virtual ExperimentalBluetoothDeviceClient*
57 GetExperimentalBluetoothDeviceClient() OVERRIDE;
58 virtual ExperimentalBluetoothProfileManagerClient*
59 GetExperimentalBluetoothProfileManagerClient() OVERRIDE;
52 virtual ShillDeviceClient* GetShillDeviceClient() OVERRIDE; 60 virtual ShillDeviceClient* GetShillDeviceClient() OVERRIDE;
53 virtual ShillIPConfigClient* GetShillIPConfigClient() OVERRIDE; 61 virtual ShillIPConfigClient* GetShillIPConfigClient() OVERRIDE;
54 virtual ShillManagerClient* GetShillManagerClient() OVERRIDE; 62 virtual ShillManagerClient* GetShillManagerClient() OVERRIDE;
55 virtual ShillProfileClient* GetShillProfileClient() OVERRIDE; 63 virtual ShillProfileClient* GetShillProfileClient() OVERRIDE;
56 virtual ShillServiceClient* GetShillServiceClient() OVERRIDE; 64 virtual ShillServiceClient* GetShillServiceClient() OVERRIDE;
57 virtual GsmSMSClient* GetGsmSMSClient() OVERRIDE; 65 virtual GsmSMSClient* GetGsmSMSClient() OVERRIDE;
58 virtual ImageBurnerClient* GetImageBurnerClient() OVERRIDE; 66 virtual ImageBurnerClient* GetImageBurnerClient() OVERRIDE;
59 virtual IntrospectableClient* GetIntrospectableClient() OVERRIDE; 67 virtual IntrospectableClient* GetIntrospectableClient() OVERRIDE;
60 virtual ModemMessagingClient* GetModemMessagingClient() OVERRIDE; 68 virtual ModemMessagingClient* GetModemMessagingClient() OVERRIDE;
61 virtual PermissionBrokerClient* GetPermissionBrokerClient() OVERRIDE; 69 virtual PermissionBrokerClient* GetPermissionBrokerClient() OVERRIDE;
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 dbus::Bus* ibus_bus_; 123 dbus::Bus* ibus_bus_;
116 124
117 ObserverList<DBusThreadManagerObserver> observers_; 125 ObserverList<DBusThreadManagerObserver> observers_;
118 126
119 DISALLOW_COPY_AND_ASSIGN(MockDBusThreadManagerWithoutGMock); 127 DISALLOW_COPY_AND_ASSIGN(MockDBusThreadManagerWithoutGMock);
120 }; 128 };
121 129
122 } // namespace chromeos 130 } // namespace chromeos
123 131
124 #endif // CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_ 132 #endif // CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_
OLDNEW
« no previous file with comments | « chromeos/dbus/mock_dbus_thread_manager.cc ('k') | chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698