Home
last modified time | relevance | path

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

/system/bt/service/
Dgatt_server.h165 friend class GattServerFactory;
271 class GattServerFactory : public BluetoothInstanceFactory,
276 GattServerFactory();
277 ~GattServerFactory() override;
293 DISALLOW_COPY_AND_ASSIGN(GattServerFactory);
Dadapter.h28 class GattServerFactory; variable
145 virtual GattServerFactory* GetGattServerFactory() const = 0;
Dgatt_server.cc574 GattServerFactory::GattServerFactory() { in GattServerFactory() function in bluetooth::GattServerFactory
578 GattServerFactory::~GattServerFactory() { in ~GattServerFactory()
582 bool GattServerFactory::RegisterInstance(const UUID& uuid, in RegisterInstance()
604 void GattServerFactory::RegisterServerCallback( in RegisterServerCallback()
Dadapter.cc85 gatt_server_factory_.reset(new GattServerFactory()); in AdapterImpl()
228 GattServerFactory* GetGattServerFactory() const override { in GetGattServerFactory()
407 std::unique_ptr<GattServerFactory> gatt_server_factory_;
/system/bt/service/test/
Dmock_adapter.h49 MOCK_CONST_METHOD0(GetGattServerFactory, GattServerFactory*());
Dgatt_server_unittest.cc188 factory_.reset(new GattServerFactory()); in SetUp()
199 std::unique_ptr<GattServerFactory> factory_;
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cc46 bluetooth::GattServerFactory* gatt_server_factory = in RegisterServer()