BluetoothGattManagerClient   16 chromeos/dbus/bluetooth_gatt_manager_client.cc const char BluetoothGattManagerClient::kNoResponseError[] =
BluetoothGattManagerClient   20 chromeos/dbus/bluetooth_gatt_manager_client.cc class BluetoothGattManagerClientImpl : public BluetoothGattManagerClient {
BluetoothGattManagerClient  125 chromeos/dbus/bluetooth_gatt_manager_client.cc BluetoothGattManagerClient::BluetoothGattManagerClient() {
BluetoothGattManagerClient  128 chromeos/dbus/bluetooth_gatt_manager_client.cc BluetoothGattManagerClient::~BluetoothGattManagerClient() {
BluetoothGattManagerClient  132 chromeos/dbus/bluetooth_gatt_manager_client.cc BluetoothGattManagerClient* BluetoothGattManagerClient::Create() {
BluetoothGattManagerClient   19 chromeos/dbus/bluetooth_gatt_manager_client.h class CHROMEOS_EXPORT BluetoothGattManagerClient : public DBusClient {
BluetoothGattManagerClient   27 chromeos/dbus/bluetooth_gatt_manager_client.h   virtual ~BluetoothGattManagerClient();
BluetoothGattManagerClient   58 chromeos/dbus/bluetooth_gatt_manager_client.h   static BluetoothGattManagerClient* Create();
BluetoothGattManagerClient   64 chromeos/dbus/bluetooth_gatt_manager_client.h   BluetoothGattManagerClient();
BluetoothGattManagerClient   67 chromeos/dbus/bluetooth_gatt_manager_client.h   DISALLOW_COPY_AND_ASSIGN(BluetoothGattManagerClient);
BluetoothGattManagerClient   82 chromeos/dbus/dbus_thread_manager.cc     bluetooth_gatt_manager_client_.reset(BluetoothGattManagerClient::Create());
BluetoothGattManagerClient  133 chromeos/dbus/dbus_thread_manager.cc   BluetoothGattManagerClient* bluetooth_gatt_manager_client() {
BluetoothGattManagerClient  225 chromeos/dbus/dbus_thread_manager.cc   scoped_ptr<BluetoothGattManagerClient> bluetooth_gatt_manager_client_;
BluetoothGattManagerClient  335 chromeos/dbus/dbus_thread_manager.cc   virtual BluetoothGattManagerClient* GetBluetoothGattManagerClient() OVERRIDE {
BluetoothGattManagerClient   34 chromeos/dbus/dbus_thread_manager.h class BluetoothGattManagerClient;
BluetoothGattManagerClient  134 chromeos/dbus/dbus_thread_manager.h   virtual BluetoothGattManagerClient* GetBluetoothGattManagerClient() = 0;
BluetoothGattManagerClient   27 chromeos/dbus/fake_bluetooth_gatt_manager_client.h     : public BluetoothGattManagerClient {
BluetoothGattManagerClient   71 chromeos/dbus/fake_dbus_thread_manager.cc   SetBluetoothGattManagerClient(scoped_ptr<BluetoothGattManagerClient>(
BluetoothGattManagerClient  166 chromeos/dbus/fake_dbus_thread_manager.cc     scoped_ptr<BluetoothGattManagerClient> client) {
BluetoothGattManagerClient  350 chromeos/dbus/fake_dbus_thread_manager.cc BluetoothGattManagerClient*
BluetoothGattManagerClient   49 chromeos/dbus/fake_dbus_thread_manager.h       scoped_ptr<BluetoothGattManagerClient> client);
BluetoothGattManagerClient   93 chromeos/dbus/fake_dbus_thread_manager.h   virtual BluetoothGattManagerClient* GetBluetoothGattManagerClient() OVERRIDE;
BluetoothGattManagerClient  136 chromeos/dbus/fake_dbus_thread_manager.h   scoped_ptr<BluetoothGattManagerClient> bluetooth_gatt_manager_client_;