/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 49 void OnConnectionStateChanged(std::shared_ptr<BtConnectionInfo> info);
105 void OnConnectionStateChanged(const Bluetooth::BluetoothRemoteDevice &device, int state, int cause) override;
113 void OnConnectionStateChanged(const Bluetooth::BluetoothRemoteDevice &device,
127 void OnConnectionStateChanged(const Bluetooth::BluetoothRemoteDevice &device, int state, int cause) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_a2dp_sink_observer.h | 31 virtual void OnConnectionStateChanged(const RawAddress &device, int state, int cause) = 0;
|
H A D | i_bluetooth_avrcp_tg_observer.h | 30 virtual void OnConnectionStateChanged(const BluetoothRawAddress &device, int32_t state, int32_t cause) = 0;
|
H A D | i_bluetooth_pbap_pse_observer.h | 30 virtual void OnConnectionStateChanged(const BluetoothRawAddress &device, int32_t state, int32_t cause) = 0;
|
H A D | i_bluetooth_map_mse_observer.h | 29 virtual void OnConnectionStateChanged(const BluetoothRawAddress &device, int32_t state, int32_t cause) = 0;
|
H A D | i_bluetooth_socket_observer.h | 38 virtual void OnConnectionStateChanged(const CallbackParam &callbackParam) = 0;
|
H A D | i_bluetooth_pan_observer.h | 32 virtual ErrCode OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) = 0;
|
H A D | i_bluetooth_hid_host_observer.h | 32 virtual ErrCode OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) = 0;
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_pbap_pse_observer.h | 30 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t cause) override;
|
H A D | napi_bluetooth_pan_observer.h | 32 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) override;
|
H A D | napi_bluetooth_a2dp_src_observer.h | 31 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) override;
|
H A D | napi_bluetooth_a2dp_snk_observer.h | 30 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) override;
|
H A D | napi_bluetooth_avrcp_tg_observer.h | 30 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) override;
|
H A D | napi_bluetooth_hid_host_observer.h | 32 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) override;
|
H A D | napi_bluetooth_map_mse_observer.h | 30 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t cause) override;
|
H A D | napi_bluetooth_avrcp_ct_observer.h | 30 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) override;
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
H A D | napi_bluetooth_hid_host_observer.cpp | 31 void NapiBluetoothHidHostObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() function in OHOS::Bluetooth::NapiBluetoothHidHostObserver
|
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/ |
H A D | napi_bluetooth_pan_observer.cpp | 30 void NapiBluetoothPanObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() function in OHOS::Bluetooth::NapiBluetoothPanObserver
|
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/ |
H A D | napi_bluetooth_pbap_pse_observer.cpp | 28 void NapiPbapPseObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t cause)
in OnConnectionStateChanged() function in OHOS::Bluetooth::NapiPbapPseObserver
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_a2dp_sink_observer_proxy.h | 30 void OnConnectionStateChanged(const RawAddress &device, int state, int cause) override;
|
H A D | bluetooth_pan_observer_proxy.h | 30 ErrCode OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) override;
|
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/ |
H A D | napi_bluetooth_a2dp_src_observer.cpp | 26 void NapiA2dpSourceObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() function in OHOS::Bluetooth::NapiA2dpSourceObserver
|
/foundation/communication/bluetooth/frameworks/js/napi/src/map/ |
H A D | napi_bluetooth_map_mse_observer.cpp | 27 void NapiMapMseObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t cause)
in OnConnectionStateChanged() function in OHOS::Bluetooth::NapiMapMseObserver
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ |
H A D | napi_bluetooth_avrcp_ct_observer.cpp | 27 void NapiAvrcpControllerObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() function in OHOS::Bluetooth::NapiAvrcpControllerObserver
|
H A D | napi_bluetooth_avrcp_tg_observer.cpp | 27 void NapiAvrcpTargetObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() function in OHOS::Bluetooth::NapiAvrcpTargetObserver
|