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()601 void GattServerFactory::RegisterServerCallback( in RegisterServerCallback()
212 gatt_server_factory_.reset(new GattServerFactory()); in AdapterImpl()498 GattServerFactory* GetGattServerFactory() const override { in GetGattServerFactory()799 std::unique_ptr<GattServerFactory> gatt_server_factory_;
62 MOCK_CONST_METHOD0(GetGattServerFactory, GattServerFactory*());
190 factory_.reset(new GattServerFactory()); in SetUp()201 std::unique_ptr<GattServerFactory> factory_;
46 bluetooth::GattServerFactory* gatt_server_factory = in RegisterServer()