Searched refs:BluetoothRemoteDeviceObserverImp (Results 1 – 1 of 1) sorted by relevance
66 class BluetoothRemoteDeviceObserverImp;67 sptr<BluetoothRemoteDeviceObserverImp> remoteObserverImp_ = nullptr;233 class BluetoothHost::impl::BluetoothRemoteDeviceObserverImp : public BluetoothRemoteDeviceObservers… class in OHOS::Bluetooth::BluetoothHost::impl235 explicit BluetoothRemoteDeviceObserverImp(BluetoothHost::impl &host) : host_(host){}; in BluetoothRemoteDeviceObserverImp() function in OHOS::Bluetooth::BluetoothHost::impl::BluetoothRemoteDeviceObserverImp236 ~BluetoothRemoteDeviceObserverImp() override = default;338 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothRemoteDeviceObserverImp);466 remoteObserverImp_ = new BluetoothRemoteDeviceObserverImp(*this); in impl()