Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp63 sptr<BluetoothHostObserverImp> bleObserverImp_ = nullptr; member
468 bleObserverImp_ = new BluetoothHostObserverImp(*this); in impl()
479 proxy->RegisterBleAdapterObserver(bleObserverImp_); in impl()
493 proxy->DeregisterBleAdapterObserver(bleObserverImp_); in ~impl()
1236 } else if (pimpl->observerImp_ && pimpl->bleObserverImp_) { in OnRemoveBluetoothSystemAbility()
1239 pimpl->bleObserverImp_->OnStateChanged(BTTransport::ADAPTER_BLE, BTStateID::STATE_TURN_OFF); in OnRemoveBluetoothSystemAbility()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp80 std::unique_ptr<AdapterBleObserver> bleObserverImp_ = nullptr; member
143 *(IAdapterBleObserver *)impl_->bleObserverImp_.get()); in OnSystemStateChange()
159 *(IAdapterBleObserver *)impl_->bleObserverImp_.get()); in OnSystemStateChange()
559 bleObserverImp_ = std::make_unique<AdapterBleObserver>(this); in impl()
583 bleService->RegisterBleAdapterObserver(*bleObserverImp_.get()); in Init()
610 bleService->DeregisterBleAdapterObserver(*bleObserverImp_.get()); in Clear()