Searched refs:GattServerFactory (Results 1 – 7 of 7) sorted by relevance
28 class GattServerFactory; variable134 virtual GattServerFactory* GetGattServerFactory() const = 0;
195 friend class GattServerFactory;364 class GattServerFactory : public BluetoothInstanceFactory,369 GattServerFactory();370 ~GattServerFactory() override;387 DISALLOW_COPY_AND_ASSIGN(GattServerFactory);
82 gatt_server_factory_.reset(new GattServerFactory()); in AdapterImpl()224 GattServerFactory* GetGattServerFactory() const override { in GetGattServerFactory()393 std::unique_ptr<GattServerFactory> gatt_server_factory_;
958 GattServerFactory::GattServerFactory() { in GattServerFactory() function in bluetooth::GattServerFactory962 GattServerFactory::~GattServerFactory() { in ~GattServerFactory()966 bool GattServerFactory::RegisterInstance( in RegisterInstance()990 void GattServerFactory::RegisterServerCallback( in RegisterServerCallback()
47 MOCK_CONST_METHOD0(GetGattServerFactory, GattServerFactory*());
172 factory_.reset(new GattServerFactory()); in SetUp()183 std::unique_ptr<GattServerFactory> factory_;
38 bluetooth::GattServerFactory* gatt_server_factory = in RegisterServer()