Home
last modified time | relevance | path

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

/system/bt/service/
Dadapter.h28 class GattServerFactory; variable
134 virtual GattServerFactory* GetGattServerFactory() const = 0;
Dgatt_server.h195 friend class GattServerFactory;
364 class GattServerFactory : public BluetoothInstanceFactory,
369 GattServerFactory();
370 ~GattServerFactory() override;
387 DISALLOW_COPY_AND_ASSIGN(GattServerFactory);
Dadapter.cpp82 gatt_server_factory_.reset(new GattServerFactory()); in AdapterImpl()
224 GattServerFactory* GetGattServerFactory() const override { in GetGattServerFactory()
393 std::unique_ptr<GattServerFactory> gatt_server_factory_;
Dgatt_server.cpp958 GattServerFactory::GattServerFactory() { in GattServerFactory() function in bluetooth::GattServerFactory
962 GattServerFactory::~GattServerFactory() { in ~GattServerFactory()
966 bool GattServerFactory::RegisterInstance( in RegisterInstance()
990 void GattServerFactory::RegisterServerCallback( in RegisterServerCallback()
/system/bt/service/test/
Dmock_adapter.h47 MOCK_CONST_METHOD0(GetGattServerFactory, GattServerFactory*());
Dgatt_server_unittest.cpp172 factory_.reset(new GattServerFactory()); in SetUp()
183 std::unique_ptr<GattServerFactory> factory_;
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cpp38 bluetooth::GattServerFactory* gatt_server_factory = in RegisterServer()