| OLD | NEW |
| 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_DBUS_THREAD_MANAGER_H_ | 5 #ifndef CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_ |
| 6 #define CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_ | 6 #define CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_ |
| 7 | 7 |
| 8 #include <string> | 8 #include <string> |
| 9 | 9 |
| 10 #include "base/callback.h" | 10 #include "base/callback.h" |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 class BluetoothAgentManagerClient; | 30 class BluetoothAgentManagerClient; |
| 31 class BluetoothDeviceClient; | 31 class BluetoothDeviceClient; |
| 32 class BluetoothInputClient; | 32 class BluetoothInputClient; |
| 33 class BluetoothProfileManagerClient; | 33 class BluetoothProfileManagerClient; |
| 34 class CrasAudioClient; | 34 class CrasAudioClient; |
| 35 class CrosDisksClient; | 35 class CrosDisksClient; |
| 36 class CryptohomeClient; | 36 class CryptohomeClient; |
| 37 class DBusClient; | 37 class DBusClient; |
| 38 class DebugDaemonClient; | 38 class DebugDaemonClient; |
| 39 class GsmSMSClient; | 39 class GsmSMSClient; |
| 40 class IBusEngineFactoryService; | |
| 41 class IBusEngineService; | |
| 42 class ImageBurnerClient; | 40 class ImageBurnerClient; |
| 43 class IntrospectableClient; | 41 class IntrospectableClient; |
| 44 class ModemMessagingClient; | 42 class ModemMessagingClient; |
| 45 class NfcAdapterClient; | 43 class NfcAdapterClient; |
| 46 class NfcDeviceClient; | 44 class NfcDeviceClient; |
| 47 class NfcManagerClient; | 45 class NfcManagerClient; |
| 48 class NfcRecordClient; | 46 class NfcRecordClient; |
| 49 class NfcTagClient; | 47 class NfcTagClient; |
| 50 class PermissionBrokerClient; | 48 class PermissionBrokerClient; |
| 51 class PowerManagerClient; | 49 class PowerManagerClient; |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 | 155 |
| 158 // Initializes |client| with the |system_bus_|. | 156 // Initializes |client| with the |system_bus_|. |
| 159 static void InitClient(DBusClient* client); | 157 static void InitClient(DBusClient* client); |
| 160 | 158 |
| 161 DISALLOW_COPY_AND_ASSIGN(DBusThreadManager); | 159 DISALLOW_COPY_AND_ASSIGN(DBusThreadManager); |
| 162 }; | 160 }; |
| 163 | 161 |
| 164 } // namespace chromeos | 162 } // namespace chromeos |
| 165 | 163 |
| 166 #endif // CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_ | 164 #endif // CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_ |
| OLD | NEW |