/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_a2dp_src_observer.h | 43 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) {}; in OnVirtualDeviceChanged() function in OHOS::Bluetooth::IBluetoothA2dpSourceObserver
|
H A D | i_bluetooth_hfp_ag_observer.h | 34 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_hfp_ag_observer_proxy.h | 34 void OnVirtualDeviceChanged(int32_t action, std::string address) override;
|
H A D | bluetooth_a2dp_src_observer_proxy.h | 34 void OnVirtualDeviceChanged(int32_t action, std::string address) override;
|
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | audio_bluetooth_manager.h | 43 virtual void OnVirtualDeviceChanged(int32_t action, std::string macAddress); 103 void OnVirtualDeviceChanged(int32_t action, std::string macAddress);
|
H A D | audio_bluetooth_manager.cpp | 133 a2dpListener_->OnVirtualDeviceChanged(static_cast<int32_t>(Bluetooth::BT_VIRTUAL_DEVICE_REMOVE), in DisconnectBluetoothA2dpSink() 283 a2dpListener_->OnVirtualDeviceChanged(static_cast<int32_t>(Bluetooth::BT_VIRTUAL_DEVICE_ADD), macAddress); in CheckA2dpDeviceReconnect() 350 void AudioA2dpListener::OnVirtualDeviceChanged(int32_t action, std::string macAddress) in OnVirtualDeviceChanged() function in OHOS::Bluetooth::AudioA2dpListener 408 hfpListener_->OnVirtualDeviceChanged(static_cast<int32_t>(Bluetooth::BT_VIRTUAL_DEVICE_ADD), macAddress); in CheckHfpDeviceReconnect() 579 hfpListener_->OnVirtualDeviceChanged(static_cast<int32_t>(Bluetooth::BT_VIRTUAL_DEVICE_REMOVE), in DisconnectBluetoothHfpSink() 694 void AudioHfpListener::OnVirtualDeviceChanged(int32_t action, std::string macAddress) in OnVirtualDeviceChanged() function in OHOS::Bluetooth::AudioHfpListener
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_ag.h | 123 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) {}; in OnVirtualDeviceChanged() function in OHOS::bluetooth::HfpAgServiceObserver
|
H A D | interface_profile_a2dp_src.h | 132 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) {}; in OnVirtualDeviceChanged() function in OHOS::bluetooth::IA2dpObserver
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_a2dp_src_observer_stub.cpp | 122 stub->OnVirtualDeviceChanged(action, addr); in OnVirtualDeviceChangedInner()
|
H A D | bluetooth_hfp_ag_observer_stub.cpp | 133 OnVirtualDeviceChanged(action, addr); in OnVirtualDeviceChangedInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_ag_observer_proxy.cpp | 161 void BluetoothHfpAgObserverProxy::OnVirtualDeviceChanged(int32_t action, std::string address) in OnVirtualDeviceChanged() function in OHOS::Bluetooth::BluetoothHfpAgObserverProxy 165 HILOGE("BluetoothHfpAgObserverProxy::OnVirtualDeviceChanged WriteInterfaceToken error"); in OnVirtualDeviceChanged() 169 HILOGE("BluetoothHfpAgObserverProxy::OnVirtualDeviceChanged WriteInt32 error"); in OnVirtualDeviceChanged() 173 HILOGE("BluetoothHfpAgObserverProxy::OnVirtualDeviceChanged WriteString error"); in OnVirtualDeviceChanged() 183 HILOGE("BluetoothHfpAgObserverProxy::OnVirtualDeviceChanged done fail, error: %{public}d", error); in OnVirtualDeviceChanged()
|
H A D | bluetooth_a2dp_src_observer_proxy.cpp | 172 void BluetoothA2dpSrcObserverProxy::OnVirtualDeviceChanged(int32_t action, std::string address) in OnVirtualDeviceChanged() function in OHOS::Bluetooth::BluetoothA2dpSrcObserverProxy 176 HILOGE("BluetoothA2dpSrcObserverProxy::OnVirtualDeviceChanged WriteInterfaceToken error"); in OnVirtualDeviceChanged() 180 HILOGE("BluetoothA2dpSrcObserverProxy::OnVirtualDeviceChanged WriteInt32 error"); in OnVirtualDeviceChanged() 184 HILOGE("BluetoothA2dpSrcObserverProxy::OnVirtualDeviceChanged WriteString error"); in OnVirtualDeviceChanged() 193 HILOGE("BluetoothA2dpSrcObserverProxy::OnVirtualDeviceChanged done fail, error: %{public}d", result); in OnVirtualDeviceChanged()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_a2dp_src.h | 100 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) in OnVirtualDeviceChanged() function in OHOS::Bluetooth::A2dpSourceObserver
|
H A D | bluetooth_hfp_ag.h | 122 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) in OnVirtualDeviceChanged() function in OHOS::Bluetooth::HandsFreeAudioGatewayObserver
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_a2dp_src.cpp | 107 void OnVirtualDeviceChanged(int action, std::string address) override 111 observer->OnVirtualDeviceChanged(action, address);
|
H A D | bluetooth_hfp_ag.cpp | 95 void OnVirtualDeviceChanged(int32_t action, std::string address) override 99 observer->OnVirtualDeviceChanged(action, address);
|