Searched refs:BluetoothRemoteDeviceObserver (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 148 class BluetoothRemoteDeviceObserver { class 151 * @brief A destructor used to delete the <b>BluetoothRemoteDeviceObserver</b> instance. 155 virtual ~BluetoothRemoteDeviceObserver() = default; 673 * @param observer Class BluetoothRemoteDeviceObserver pointer to register observer. 678 void RegisterRemoteDeviceObserver(std::shared_ptr<BluetoothRemoteDeviceObserver> observer); 683 * @param observer Class BluetoothRemoteDeviceObserver pointer to deregister observer. 688 void DeregisterRemoteDeviceObserver(std::shared_ptr<BluetoothRemoteDeviceObserver> observer);
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 78 BluetoothObserverList<BluetoothRemoteDeviceObserver> remoteObservers_; 240 [remoteDevice, state, reason](std::shared_ptr<BluetoothRemoteDeviceObserver> observer) { 252 [remoteDevice, status, cause](std::shared_ptr<BluetoothRemoteDeviceObserver> observer) { 262 [remoteDevice, uuids](std::shared_ptr<BluetoothRemoteDeviceObserver> observer) { 278 [remoteDevice, deviceName](std::shared_ptr<BluetoothRemoteDeviceObserver> observer) { 289 [remoteDevice, alias](std::shared_ptr<BluetoothRemoteDeviceObserver> observer) { 300 [remoteDevice, deviceClass](std::shared_ptr<BluetoothRemoteDeviceObserver> observer) { 318 [remoteDevice, info](std::shared_ptr<BluetoothRemoteDeviceObserver> observer) { 327 [remoteDevice, value](std::shared_ptr<BluetoothRemoteDeviceObserver> observer) { 348 [remoteDevice, state, reason](std::shared_ptr<BluetoothRemoteDeviceObserver> observe [all...] |
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_remote_device_observer.h | 24 class NapiBluetoothRemoteDeviceObserver : public BluetoothRemoteDeviceObserver {
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_remote_device_observer.h | 26 class NapiBluetoothRemoteDeviceObserver : public BluetoothRemoteDeviceObserver {
|
/foundation/communication/bluetooth/frameworks/cj/connection/include/ |
H A D | bluetooth_connection_impl.h | 28 using Bluetooth::BluetoothRemoteDeviceObserver; 82 class CjBluetoothRemoteDeviceObserver : public BluetoothRemoteDeviceObserver {
|
/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 78 class BtRemoteDevObserver : public Bluetooth::BluetoothRemoteDeviceObserver {
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 159 class BluetoothRemoteDeviceObserverWapper : public BluetoothRemoteDeviceObserver {
|
Completed in 5 milliseconds