Home
last modified time | relevance | path

Searched refs:BluetoothHostObserverImp (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp58 class BluetoothHostObserverImp;
59 sptr<BluetoothHostObserverImp> observerImp_ = nullptr;
60 sptr<BluetoothHostObserverImp> bleObserverImp_ = nullptr;
100 class BluetoothHost::impl::BluetoothHostObserverImp : public BluetoothHostObserverStub { class in OHOS::Bluetooth::BluetoothHost::impl
102 explicit BluetoothHostObserverImp(BluetoothHost::impl &host) : host_(host){}; in BluetoothHostObserverImp() function in OHOS::Bluetooth::BluetoothHost::impl::BluetoothHostObserverImp
103 ~BluetoothHostObserverImp() override{};
226 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothHostObserverImp);
461 observerImp_ = new BluetoothHostObserverImp(*this); in impl()
464 bleObserverImp_ = new BluetoothHostObserverImp(*this); in impl()

Completed in 2 milliseconds