Home
last modified time | relevance | path

Searched refs:OnConnectionStateChanged (Results 1 - 25 of 156) sorted by relevance

1234567

/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h49 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 Di_bluetooth_a2dp_sink_observer.h31 virtual void OnConnectionStateChanged(const RawAddress &device, int state, int cause) = 0;
H A Di_bluetooth_avrcp_tg_observer.h30 virtual void OnConnectionStateChanged(const BluetoothRawAddress &device, int32_t state, int32_t cause) = 0;
H A Di_bluetooth_pbap_pse_observer.h30 virtual void OnConnectionStateChanged(const BluetoothRawAddress &device, int32_t state, int32_t cause) = 0;
H A Di_bluetooth_map_mse_observer.h29 virtual void OnConnectionStateChanged(const BluetoothRawAddress &device, int32_t state, int32_t cause) = 0;
H A Di_bluetooth_socket_observer.h38 virtual void OnConnectionStateChanged(const CallbackParam &callbackParam) = 0;
H A Di_bluetooth_pan_observer.h32 virtual ErrCode OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) = 0;
H A Di_bluetooth_hid_host_observer.h32 virtual ErrCode OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_pbap_pse_observer.h30 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t cause) override;
H A Dnapi_bluetooth_pan_observer.h32 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) override;
H A Dnapi_bluetooth_a2dp_src_observer.h31 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) override;
H A Dnapi_bluetooth_a2dp_snk_observer.h30 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) override;
H A Dnapi_bluetooth_avrcp_tg_observer.h30 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) override;
H A Dnapi_bluetooth_hid_host_observer.h32 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) override;
H A Dnapi_bluetooth_map_mse_observer.h30 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t cause) override;
H A Dnapi_bluetooth_avrcp_ct_observer.h30 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host_observer.cpp31 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 Dnapi_bluetooth_pan_observer.cpp30 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 Dnapi_bluetooth_pbap_pse_observer.cpp28 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 Dbluetooth_a2dp_sink_observer_proxy.h30 void OnConnectionStateChanged(const RawAddress &device, int state, int cause) override;
H A Dbluetooth_pan_observer_proxy.h30 ErrCode OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src_observer.cpp26 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 Dnapi_bluetooth_map_mse_observer.cpp27 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 Dnapi_bluetooth_avrcp_ct_observer.cpp27 void NapiAvrcpControllerObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() function in OHOS::Bluetooth::NapiAvrcpControllerObserver
H A Dnapi_bluetooth_avrcp_tg_observer.cpp27 void NapiAvrcpTargetObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() function in OHOS::Bluetooth::NapiAvrcpTargetObserver

Completed in 5 milliseconds

1234567