Home
last modified time | relevance | path

Searched refs:AdapterStateObserver (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp67 class AdapterStateObserver;
68 std::unique_ptr<AdapterStateObserver> observerImp_ = nullptr;
174 class BluetoothHostServer::impl::AdapterStateObserver : public IAdapterStateObserver { class in OHOS::Bluetooth::BluetoothHostServer::impl
176 AdapterStateObserver(BluetoothHostServer::impl *impl) : impl_(impl){}; in AdapterStateObserver() function in OHOS::Bluetooth::BluetoothHostServer::impl::AdapterStateObserver
177 ~AdapterStateObserver() override = default;
241 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(AdapterStateObserver);
556 observerImp_ = std::make_unique<AdapterStateObserver>(this); in impl()