Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp60 sptr<BluetoothHostObserverImp> bleObserverImp_ = nullptr; member
464 bleObserverImp_ = new BluetoothHostObserverImp(*this); in impl()
475 proxy->RegisterBleAdapterObserver(bleObserverImp_); in impl()
489 proxy->DeregisterBleAdapterObserver(bleObserverImp_); in ~impl()
1234 bool isNeedNotifyBluetoothOffState = pimpl->observerImp_ && pimpl->bleObserverImp_ && !isBluetoothSystemAbilityOn; in OnRemoveBluetoothSystemAbility()
1238 pimpl->bleObserverImp_->OnStateChanged(BTTransport::ADAPTER_BLE, BTStateID::STATE_TURN_OFF); in OnRemoveBluetoothSystemAbility()
/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());
159 *(IAdapterBleObserver *)impl_->bleObserverImp_.get());
559 bleObserverImp_ = std::make_unique<AdapterBleObserver>(this); in impl()
583 bleService->RegisterBleAdapterObserver(*bleObserverImp_.get()); in Init()
610 bleService->DeregisterBleAdapterObserver(*bleObserverImp_.get()); in Clear()

Completed in 6 milliseconds