Searched refs:ClassicRemoteDeviceObserver (Results 1 – 1 of 1) sorted by relevance
75 class ClassicRemoteDeviceObserver;76 std::unique_ptr<ClassicRemoteDeviceObserver> remoteObserverImp_ = nullptr;333 class BluetoothHostServer::impl::ClassicRemoteDeviceObserver : public IClassicRemoteDeviceObserver { class in OHOS::Bluetooth::BluetoothHostServer::impl335 ClassicRemoteDeviceObserver(BluetoothHostServer::impl *impl) : impl_(impl) {}; in ClassicRemoteDeviceObserver() function in OHOS::Bluetooth::BluetoothHostServer::impl::ClassicRemoteDeviceObserver336 ~ClassicRemoteDeviceObserver() override = default;414 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(ClassicRemoteDeviceObserver);558 remoteObserverImp_ = std::make_unique<ClassicRemoteDeviceObserver>(this); in impl()