Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp66 class BluetoothRemoteDeviceObserverImp;
67 sptr<BluetoothRemoteDeviceObserverImp> remoteObserverImp_ = nullptr;
233 class BluetoothHost::impl::BluetoothRemoteDeviceObserverImp : public BluetoothRemoteDeviceObservers… class in OHOS::Bluetooth::BluetoothHost::impl
235 explicit BluetoothRemoteDeviceObserverImp(BluetoothHost::impl &host) : host_(host){}; in BluetoothRemoteDeviceObserverImp() function in OHOS::Bluetooth::BluetoothHost::impl::BluetoothRemoteDeviceObserverImp
236 ~BluetoothRemoteDeviceObserverImp() override = default;
338 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothRemoteDeviceObserverImp);
466 remoteObserverImp_ = new BluetoothRemoteDeviceObserverImp(*this); in impl()