Searched refs:BluetoothProfileManagerClient (Results 1 – 10 of 10) sorted by relevance
22 class CHROMEOS_EXPORT BluetoothProfileManagerClient : public DBusClient {72 virtual ~BluetoothProfileManagerClient();98 static BluetoothProfileManagerClient* Create();104 BluetoothProfileManagerClient();107 DISALLOW_COPY_AND_ASSIGN(BluetoothProfileManagerClient);
17 const char BluetoothProfileManagerClient::kNoResponseError[] =21 BluetoothProfileManagerClient::Options::Options() { in Options()24 BluetoothProfileManagerClient::Options::~Options() { in ~Options()29 : public BluetoothProfileManagerClient {236 BluetoothProfileManagerClient::BluetoothProfileManagerClient() { in BluetoothProfileManagerClient() function in chromeos::BluetoothProfileManagerClient239 BluetoothProfileManagerClient::~BluetoothProfileManagerClient() { in ~BluetoothProfileManagerClient()242 BluetoothProfileManagerClient* BluetoothProfileManagerClient::Create() { in Create()
21 class BluetoothProfileManagerClient; variable129 BluetoothProfileManagerClient* bluetooth_profile_manager_client() { in bluetooth_profile_manager_client()253 scoped_ptr<BluetoothProfileManagerClient> bluetooth_profile_manager_client_;
34 class BluetoothProfileManagerClient; variable124 BluetoothProfileManagerClient* GetBluetoothProfileManagerClient();210 scoped_ptr<BluetoothProfileManagerClient> client);
27 : public BluetoothProfileManagerClient {
155 BluetoothProfileManagerClient*478 scoped_ptr<BluetoothProfileManagerClient> client) { in SetBluetoothProfileManagerClient()
131 BluetoothProfileManagerClient::Create()); in DBusClientBundle()
173 scoped_ptr<BluetoothProfileManagerClient::Options> options_;
110 options_.reset(new BluetoothProfileManagerClient::Options()); in Connect()137 options_.reset(new BluetoothProfileManagerClient::Options()); in Listen()
69 scoped_ptr<BluetoothProfileManagerClient>( in SetUp()