Home
last modified time | relevance | path

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

/system/bt/service/
Dgatt_server.h166 friend class GattServerFactory;
271 class GattServerFactory : public BluetoothInstanceFactory,
276 GattServerFactory();
277 ~GattServerFactory() override;
293 DISALLOW_COPY_AND_ASSIGN(GattServerFactory);
Dadapter.h35 class GattServerFactory; variable
220 virtual GattServerFactory* GetGattServerFactory() const = 0;
Dgatt_server.cc571 GattServerFactory::GattServerFactory() { in GattServerFactory() function in bluetooth::GattServerFactory
575 GattServerFactory::~GattServerFactory() { in ~GattServerFactory()
579 bool GattServerFactory::RegisterInstance(const Uuid& uuid, in RegisterInstance()
600 void GattServerFactory::RegisterServerCallback( in RegisterServerCallback()
Dadapter.cc211 gatt_server_factory_.reset(new GattServerFactory()); in AdapterImpl()
497 GattServerFactory* GetGattServerFactory() const override { in GetGattServerFactory()
795 std::unique_ptr<GattServerFactory> gatt_server_factory_;
/system/bt/service/test/
Dmock_adapter.h62 MOCK_CONST_METHOD0(GetGattServerFactory, GattServerFactory*());
Dgatt_server_unittest.cc189 factory_.reset(new GattServerFactory()); in SetUp()
200 std::unique_ptr<GattServerFactory> factory_;
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cc46 bluetooth::GattServerFactory* gatt_server_factory = in RegisterServer()