Searched refs:GetGattServerFactory (Results 1 – 4 of 4) sorted by relevance
49 MOCK_CONST_METHOD0(GetGattServerFactory, GattServerFactory*());
145 virtual GattServerFactory* GetGattServerFactory() const = 0;
228 GattServerFactory* GetGattServerFactory() const override { in GetGattServerFactory() function in bluetooth::AdapterImpl
47 adapter_->GetGattServerFactory(); in RegisterServer()