Searched refs:bleObservers_ (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 88 RemoteObserverList<IBluetoothHostObserver> bleObservers_; member 216 impl_->bleObservers_.ForEach([this, transport, state](sptr<IBluetoothHostObserver> observer) { 425 impl_->bleObservers_.ForEach([this, status](sptr<IBluetoothHostObserver> observer) { 440 impl_->bleObservers_.ForEach([this, device, rssi, deviceName, deviceClass](IBluetoothHostObserver *observer) { 458 impl_->bleObservers_.ForEach( 467 impl_->bleObservers_.ForEach([this, transport, device, reqType, number](IBluetoothHostObserver *observer) { 485 impl_->bleObservers_.ForEach([mode](IBluetoothHostObserver *observer) { observer->OnScanModeChanged(mode); }); 491 impl_->bleObservers_.ForEach( 498 impl_->bleObservers_.ForEach( 1706 pimpl->bleObservers_ in RegisterBleAdapterObserver() [all...] |
Completed in 4 milliseconds