Searched refs:GattServerFactory (Results 1 – 7 of 7) sorted by relevance
165 friend class GattServerFactory;271 class GattServerFactory : public BluetoothInstanceFactory,276 GattServerFactory();277 ~GattServerFactory() override;293 DISALLOW_COPY_AND_ASSIGN(GattServerFactory);
28 class GattServerFactory; variable145 virtual GattServerFactory* GetGattServerFactory() const = 0;
574 GattServerFactory::GattServerFactory() { in GattServerFactory() function in bluetooth::GattServerFactory578 GattServerFactory::~GattServerFactory() { in ~GattServerFactory()582 bool GattServerFactory::RegisterInstance(const UUID& uuid, in RegisterInstance()604 void GattServerFactory::RegisterServerCallback( in RegisterServerCallback()
85 gatt_server_factory_.reset(new GattServerFactory()); in AdapterImpl()228 GattServerFactory* GetGattServerFactory() const override { in GetGattServerFactory()407 std::unique_ptr<GattServerFactory> gatt_server_factory_;
49 MOCK_CONST_METHOD0(GetGattServerFactory, GattServerFactory*());
188 factory_.reset(new GattServerFactory()); in SetUp()199 std::unique_ptr<GattServerFactory> factory_;
46 bluetooth::GattServerFactory* gatt_server_factory = in RegisterServer()