/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_hfp_ag_observer.h | 36 void OnHfpStackChanged(const BluetoothRemoteDevice &device, int action) override{}
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_ag_observer.h | 33 virtual void OnHfpStackChanged(const BluetoothRawAddress &device, int action) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_hfp_ag_observer_proxy.h | 33 void OnHfpStackChanged(const BluetoothRawAddress &device, int action) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_ag.h | 114 virtual void OnHfpStackChanged(const RawAddress &device, int action) in OnHfpStackChanged() function in OHOS::bluetooth::HfpAgServiceObserver
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_ag_observer_stub.cpp | 124 OnHfpStackChanged(*device, action); in OnHfpStackChangedInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_ag_observer_proxy.cpp | 134 void BluetoothHfpAgObserverProxy::OnHfpStackChanged(const BluetoothRawAddress &device, int action) in OnHfpStackChanged() function in OHOS::Bluetooth::BluetoothHfpAgObserverProxy 138 HILOGE("BluetoothHfpAgObserverProxy::OnHfpStackChanged WriteInterfaceToken error"); in OnHfpStackChanged() 142 HILOGE("BluetoothHfpAgObserverProxy::OnHfpStackChanged WriteParcelable error"); in OnHfpStackChanged() 146 HILOGE("BluetoothHfpAgObserverProxy::OnHfpStackChanged WriteInt32 error"); in OnHfpStackChanged() 156 HILOGE("BluetoothHfpAgObserverProxy::OnHfpStackChanged done fail, error: %{public}d", error); in OnHfpStackChanged()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_ag.h | 104 virtual void OnHfpStackChanged(const BluetoothRemoteDevice &device, int32_t action) in OnHfpStackChanged() function in OHOS::Bluetooth::HandsFreeAudioGatewayObserver
|
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | audio_bluetooth_manager.h | 104 virtual void OnHfpStackChanged(const BluetoothRemoteDevice &device, int action);
|
H A D | audio_bluetooth_manager.cpp | 687 void AudioHfpListener::OnHfpStackChanged(const BluetoothRemoteDevice &device, int action) in OnHfpStackChanged() function in OHOS::Bluetooth::AudioHfpListener 689 AUDIO_INFO_LOG("OnHfpStackChanged, action: %{public}d device: %{public}s", in OnHfpStackChanged()
|
/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 120 void OnHfpStackChanged(const Bluetooth::BluetoothRemoteDevice &device, int32_t action) override {};
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_ag.cpp | 85 void OnHfpStackChanged(const BluetoothRawAddress &device, int32_t action) override 91 observer->OnHfpStackChanged(remoteDevice, action);
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_ag_server.cpp | 79 void OnHfpStackChanged(const RawAddress &device, int action) override
|