Searched refs:GattServerFactory (Results 1 – 7 of 7) sorted by relevance
166 friend class GattServerFactory;271 class GattServerFactory : public BluetoothInstanceFactory,276 GattServerFactory();277 ~GattServerFactory() override;293 DISALLOW_COPY_AND_ASSIGN(GattServerFactory);
35 class GattServerFactory; variable220 virtual GattServerFactory* GetGattServerFactory() const = 0;
571 GattServerFactory::GattServerFactory() { in GattServerFactory() function in bluetooth::GattServerFactory575 GattServerFactory::~GattServerFactory() { in ~GattServerFactory()579 bool GattServerFactory::RegisterInstance(const Uuid& uuid, in RegisterInstance()600 void GattServerFactory::RegisterServerCallback( in RegisterServerCallback()
211 gatt_server_factory_.reset(new GattServerFactory()); in AdapterImpl()497 GattServerFactory* GetGattServerFactory() const override { in GetGattServerFactory()795 std::unique_ptr<GattServerFactory> gatt_server_factory_;
62 MOCK_CONST_METHOD0(GetGattServerFactory, GattServerFactory*());
189 factory_.reset(new GattServerFactory()); in SetUp()200 std::unique_ptr<GattServerFactory> factory_;
46 bluetooth::GattServerFactory* gatt_server_factory = in RegisterServer()