Home
last modified time | relevance | path

Searched refs:GattClientFactory (Results 1 – 7 of 7) sorted by relevance

/system/bt/service/
Dgatt_client.h42 friend class GattClientFactory;
58 class GattClientFactory : public BluetoothInstanceFactory,
63 GattClientFactory();
64 ~GattClientFactory() override;
80 DISALLOW_COPY_AND_ASSIGN(GattClientFactory);
Dgatt_client.cc48 GattClientFactory::GattClientFactory() { in GattClientFactory() function in bluetooth::GattClientFactory
52 GattClientFactory::~GattClientFactory() { in ~GattClientFactory()
56 bool GattClientFactory::RegisterInstance(const Uuid& uuid, in RegisterInstance()
77 void GattClientFactory::RegisterClientCallback( in RegisterClientCallback()
Dadapter.h34 class GattClientFactory; variable
216 virtual GattClientFactory* GetGattClientFactory() const = 0;
Dadapter.cc210 gatt_client_factory_.reset(new GattClientFactory()); in AdapterImpl()
493 GattClientFactory* GetGattClientFactory() const override { in GetGattClientFactory()
792 std::unique_ptr<GattClientFactory> gatt_client_factory_;
/system/bt/service/test/
Dgatt_client_unittest.cc62 factory_.reset(new GattClientFactory()); in SetUp()
73 std::unique_ptr<GattClientFactory> factory_;
Dmock_adapter.h61 MOCK_CONST_METHOD0(GetGattClientFactory, GattClientFactory*());
/system/bt/service/ipc/binder/
Dbluetooth_gatt_client_binder_server.cc43 bluetooth::GattClientFactory* gatt_client_factory = in RegisterClient()