| 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 29 matching lines...) Expand all Loading... |
| 40 class CrosDisksClient; | 40 class CrosDisksClient; |
| 41 class CryptohomeClient; | 41 class CryptohomeClient; |
| 42 class DBusThreadManagerSetter; | 42 class DBusThreadManagerSetter; |
| 43 class DebugDaemonClient; | 43 class DebugDaemonClient; |
| 44 class EasyUnlockClient; | 44 class EasyUnlockClient; |
| 45 class GsmSMSClient; | 45 class GsmSMSClient; |
| 46 class ImageBurnerClient; | 46 class ImageBurnerClient; |
| 47 class IntrospectableClient; | 47 class IntrospectableClient; |
| 48 class LeadershipDaemonManagerClient; | 48 class LeadershipDaemonManagerClient; |
| 49 class LorgnetteManagerClient; | 49 class LorgnetteManagerClient; |
| 50 class MetronomeClient; |
| 50 class ModemMessagingClient; | 51 class ModemMessagingClient; |
| 51 class NfcAdapterClient; | 52 class NfcAdapterClient; |
| 52 class NfcDeviceClient; | 53 class NfcDeviceClient; |
| 53 class NfcManagerClient; | 54 class NfcManagerClient; |
| 54 class NfcRecordClient; | 55 class NfcRecordClient; |
| 55 class NfcTagClient; | 56 class NfcTagClient; |
| 56 class PeerDaemonManagerClient; | 57 class PeerDaemonManagerClient; |
| 57 class PermissionBrokerClient; | 58 class PermissionBrokerClient; |
| 58 class PowerManagerClient; | 59 class PowerManagerClient; |
| 59 class SessionManagerClient; | 60 class SessionManagerClient; |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 CrasAudioClient* GetCrasAudioClient(); | 132 CrasAudioClient* GetCrasAudioClient(); |
| 132 CrosDisksClient* GetCrosDisksClient(); | 133 CrosDisksClient* GetCrosDisksClient(); |
| 133 CryptohomeClient* GetCryptohomeClient(); | 134 CryptohomeClient* GetCryptohomeClient(); |
| 134 DebugDaemonClient* GetDebugDaemonClient(); | 135 DebugDaemonClient* GetDebugDaemonClient(); |
| 135 EasyUnlockClient* GetEasyUnlockClient(); | 136 EasyUnlockClient* GetEasyUnlockClient(); |
| 136 GsmSMSClient* GetGsmSMSClient(); | 137 GsmSMSClient* GetGsmSMSClient(); |
| 137 ImageBurnerClient* GetImageBurnerClient(); | 138 ImageBurnerClient* GetImageBurnerClient(); |
| 138 IntrospectableClient* GetIntrospectableClient(); | 139 IntrospectableClient* GetIntrospectableClient(); |
| 139 LeadershipDaemonManagerClient* GetLeadershipDaemonManagerClient(); | 140 LeadershipDaemonManagerClient* GetLeadershipDaemonManagerClient(); |
| 140 LorgnetteManagerClient* GetLorgnetteManagerClient(); | 141 LorgnetteManagerClient* GetLorgnetteManagerClient(); |
| 142 MetronomeClient* GetMetronomeClient(); |
| 141 ModemMessagingClient* GetModemMessagingClient(); | 143 ModemMessagingClient* GetModemMessagingClient(); |
| 142 NfcAdapterClient* GetNfcAdapterClient(); | 144 NfcAdapterClient* GetNfcAdapterClient(); |
| 143 NfcDeviceClient* GetNfcDeviceClient(); | 145 NfcDeviceClient* GetNfcDeviceClient(); |
| 144 NfcManagerClient* GetNfcManagerClient(); | 146 NfcManagerClient* GetNfcManagerClient(); |
| 145 NfcRecordClient* GetNfcRecordClient(); | 147 NfcRecordClient* GetNfcRecordClient(); |
| 146 NfcTagClient* GetNfcTagClient(); | 148 NfcTagClient* GetNfcTagClient(); |
| 147 PeerDaemonManagerClient* GetPeerDaemonManagerClient(); | 149 PeerDaemonManagerClient* GetPeerDaemonManagerClient(); |
| 148 PermissionBrokerClient* GetPermissionBrokerClient(); | 150 PermissionBrokerClient* GetPermissionBrokerClient(); |
| 149 PowerManagerClient* GetPowerManagerClient(); | 151 PowerManagerClient* GetPowerManagerClient(); |
| 150 SessionManagerClient* GetSessionManagerClient(); | 152 SessionManagerClient* GetSessionManagerClient(); |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 void SetBluetoothProfileManagerClient( | 221 void SetBluetoothProfileManagerClient( |
| 220 scoped_ptr<BluetoothProfileManagerClient> client); | 222 scoped_ptr<BluetoothProfileManagerClient> client); |
| 221 void SetCrasAudioClient(scoped_ptr<CrasAudioClient> client); | 223 void SetCrasAudioClient(scoped_ptr<CrasAudioClient> client); |
| 222 void SetCrosDisksClient(scoped_ptr<CrosDisksClient> client); | 224 void SetCrosDisksClient(scoped_ptr<CrosDisksClient> client); |
| 223 void SetCryptohomeClient(scoped_ptr<CryptohomeClient> client); | 225 void SetCryptohomeClient(scoped_ptr<CryptohomeClient> client); |
| 224 void SetDebugDaemonClient(scoped_ptr<DebugDaemonClient> client); | 226 void SetDebugDaemonClient(scoped_ptr<DebugDaemonClient> client); |
| 225 void SetEasyUnlockClient(scoped_ptr<EasyUnlockClient> client); | 227 void SetEasyUnlockClient(scoped_ptr<EasyUnlockClient> client); |
| 226 void SetLeadershipDaemonManagerClient( | 228 void SetLeadershipDaemonManagerClient( |
| 227 scoped_ptr<LeadershipDaemonManagerClient> client); | 229 scoped_ptr<LeadershipDaemonManagerClient> client); |
| 228 void SetLorgnetteManagerClient(scoped_ptr<LorgnetteManagerClient> client); | 230 void SetLorgnetteManagerClient(scoped_ptr<LorgnetteManagerClient> client); |
| 231 void SetMetronomeClient(scoped_ptr<MetronomeClient> client); |
| 229 void SetShillDeviceClient(scoped_ptr<ShillDeviceClient> client); | 232 void SetShillDeviceClient(scoped_ptr<ShillDeviceClient> client); |
| 230 void SetShillIPConfigClient(scoped_ptr<ShillIPConfigClient> client); | 233 void SetShillIPConfigClient(scoped_ptr<ShillIPConfigClient> client); |
| 231 void SetShillManagerClient(scoped_ptr<ShillManagerClient> client); | 234 void SetShillManagerClient(scoped_ptr<ShillManagerClient> client); |
| 232 void SetShillServiceClient(scoped_ptr<ShillServiceClient> client); | 235 void SetShillServiceClient(scoped_ptr<ShillServiceClient> client); |
| 233 void SetShillProfileClient(scoped_ptr<ShillProfileClient> client); | 236 void SetShillProfileClient(scoped_ptr<ShillProfileClient> client); |
| 234 void SetGsmSMSClient(scoped_ptr<GsmSMSClient> client); | 237 void SetGsmSMSClient(scoped_ptr<GsmSMSClient> client); |
| 235 void SetImageBurnerClient(scoped_ptr<ImageBurnerClient> client); | 238 void SetImageBurnerClient(scoped_ptr<ImageBurnerClient> client); |
| 236 void SetIntrospectableClient(scoped_ptr<IntrospectableClient> client); | 239 void SetIntrospectableClient(scoped_ptr<IntrospectableClient> client); |
| 237 void SetModemMessagingClient(scoped_ptr<ModemMessagingClient> client); | 240 void SetModemMessagingClient(scoped_ptr<ModemMessagingClient> client); |
| 238 void SetNfcAdapterClient(scoped_ptr<NfcAdapterClient> client); | 241 void SetNfcAdapterClient(scoped_ptr<NfcAdapterClient> client); |
| (...skipping 13 matching lines...) Expand all Loading... |
| 252 friend class DBusThreadManager; | 255 friend class DBusThreadManager; |
| 253 | 256 |
| 254 DBusThreadManagerSetter(); | 257 DBusThreadManagerSetter(); |
| 255 | 258 |
| 256 DISALLOW_COPY_AND_ASSIGN(DBusThreadManagerSetter); | 259 DISALLOW_COPY_AND_ASSIGN(DBusThreadManagerSetter); |
| 257 }; | 260 }; |
| 258 | 261 |
| 259 } // namespace chromeos | 262 } // namespace chromeos |
| 260 | 263 |
| 261 #endif // CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_ | 264 #endif // CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_ |
| OLD | NEW |