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;
81 DISALLOW_COPY_AND_ASSIGN(GattClientFactory);
Dgatt_client.cpp53 GattClientFactory::GattClientFactory() { in GattClientFactory() function in bluetooth::GattClientFactory
57 GattClientFactory::~GattClientFactory() { in ~GattClientFactory()
61 bool GattClientFactory::RegisterInstance( in RegisterInstance()
85 void GattClientFactory::RegisterClientCallback( in RegisterClientCallback()
Dadapter.h27 class GattClientFactory; variable
130 virtual GattClientFactory* GetGattClientFactory() const = 0;
Dadapter.cpp81 gatt_client_factory_.reset(new GattClientFactory()); in AdapterImpl()
220 GattClientFactory* GetGattClientFactory() const override { in GetGattClientFactory()
390 std::unique_ptr<GattClientFactory> gatt_client_factory_;
/system/bt/service/test/
Dmock_adapter.h46 MOCK_CONST_METHOD0(GetGattClientFactory, GattClientFactory*());
Dgatt_client_unittest.cpp76 factory_.reset(new GattClientFactory()); in SetUp()
87 std::unique_ptr<GattClientFactory> factory_;
/system/bt/service/ipc/binder/
Dbluetooth_gatt_client_binder_server.cpp39 bluetooth::GattClientFactory* gatt_client_factory = in RegisterClient()