Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp75 class ClassicRemoteDeviceObserver;
76 std::unique_ptr<ClassicRemoteDeviceObserver> remoteObserverImp_ = nullptr;
333 class BluetoothHostServer::impl::ClassicRemoteDeviceObserver : public IClassicRemoteDeviceObserver { class in OHOS::Bluetooth::BluetoothHostServer::impl
335 ClassicRemoteDeviceObserver(BluetoothHostServer::impl *impl) : impl_(impl) {}; in ClassicRemoteDeviceObserver() function in OHOS::Bluetooth::BluetoothHostServer::impl::ClassicRemoteDeviceObserver
336 ~ClassicRemoteDeviceObserver() override = default;
414 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(ClassicRemoteDeviceObserver);
558 remoteObserverImp_ = std::make_unique<ClassicRemoteDeviceObserver>(this); in impl()