Searched refs:AdapterStateObserver (Results 1 – 1 of 1) sorted by relevance
67 class AdapterStateObserver;68 std::unique_ptr<AdapterStateObserver> observerImp_ = nullptr;174 class BluetoothHostServer::impl::AdapterStateObserver : public IAdapterStateObserver { class in OHOS::Bluetooth::BluetoothHostServer::impl176 AdapterStateObserver(BluetoothHostServer::impl *impl) : impl_(impl){}; in AdapterStateObserver() function in OHOS::Bluetooth::BluetoothHostServer::impl::AdapterStateObserver177 ~AdapterStateObserver() override = default;241 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(AdapterStateObserver);556 observerImp_ = std::make_unique<AdapterStateObserver>(this); in impl()