/ohos5.0/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{} in OnHfpStackChanged() function
|
/ohos5.0/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;
|
/ohos5.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;
|
/ohos5.0/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
|
/ohos5.0/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
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_ag_observer_stub.cpp | 127 OnHfpStackChanged(*device, action); in OnHfpStackChangedInner()
|
/ohos5.0/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
|
/ohos5.0/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 | 699 void AudioHfpListener::OnHfpStackChanged(const BluetoothRemoteDevice &device, int action) in OnHfpStackChanged() function in OHOS::Bluetooth::AudioHfpListener
|
/ohos5.0/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 120 …void OnHfpStackChanged(const Bluetooth::BluetoothRemoteDevice &device, int32_t action) override {}; in OnHfpStackChanged() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_ag.cpp | 88 void OnHfpStackChanged(const BluetoothRawAddress &device, int32_t action) override in OnHfpStackChanged() function in OHOS::Bluetooth::AgServiceObserver 94 observer->OnHfpStackChanged(remoteDevice, action); in OnHfpStackChanged()
|
/ohos5.0/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 in OnHfpStackChanged() function in OHOS::Bluetooth::HfpAgServerObserver
|