Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_map_mse.cpp66 sptr<BluetoothMapMseObserverImp> serviceObserverImp_ = nullptr; member
71 serviceObserverImp_ = new (std::nothrow) BluetoothMapMseObserverImp(observers_); in impl()
72 CHECK_AND_RETURN_LOG(serviceObserverImp_ != nullptr, "serviceObserverImp_ is nullptr"); in impl()
77 proxy->RegisterObserver(serviceObserverImp_); in impl()
87 proxy->DeregisterObserver(serviceObserverImp_); in ~impl()
H A Dbluetooth_opp.cpp83 serviceObserverImp_ = new BluetoothOppObserverImpl(observers_); in impl()
88 proxy->RegisterObserver(serviceObserverImp_); in impl()
96 proxy->DeregisterObserver(serviceObserverImp_); in ~impl()
115 sptr<BluetoothOppObserverImpl> serviceObserverImp_ = nullptr; member
H A Dbluetooth_pbap_pse.cpp71 sptr<BluetoothPbapPseObserverImp> serviceObserverImp_ = nullptr; member
76 serviceObserverImp_ = new BluetoothPbapPseObserverImp(observers_); in impl()
81 proxy->RegisterObserver(serviceObserverImp_); in impl()
91 proxy->DeregisterObserver(serviceObserverImp_); in ~impl()

Completed in 3 milliseconds