/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_hfp_ag_observer.h | 35 … void OnHfEnhancedDriverSafetyChanged(const BluetoothRemoteDevice &device, int indValue) override{} in OnHfEnhancedDriverSafetyChanged() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_ag_observer.h | 32 … virtual void OnHfEnhancedDriverSafetyChanged(const BluetoothRawAddress &device, int indValue) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_hfp_ag_observer_proxy.h | 32 void OnHfEnhancedDriverSafetyChanged(const BluetoothRawAddress &device, int indValue) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_ag.h | 94 virtual void OnHfEnhancedDriverSafetyChanged(const RawAddress &device, int indValue) in OnHfEnhancedDriverSafetyChanged() function
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_ag.h | 94 …virtual void OnHfEnhancedDriverSafetyChanged(const BluetoothRemoteDevice &device, int32_t indValue) in OnHfEnhancedDriverSafetyChanged() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_ag_observer_proxy.cpp | 107 void BluetoothHfpAgObserverProxy::OnHfEnhancedDriverSafetyChanged(const BluetoothRawAddress &device… in OnHfEnhancedDriverSafetyChanged() function in OHOS::Bluetooth::BluetoothHfpAgObserverProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_ag_server.cpp | 71 void OnHfEnhancedDriverSafetyChanged(const RawAddress& device, int indValue) override in OnHfEnhancedDriverSafetyChanged() function in OHOS::Bluetooth::HfpAgServerObserver 75 observer->OnHfEnhancedDriverSafetyChanged(device, indValue); in OnHfEnhancedDriverSafetyChanged()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | audio_bluetooth_manager.h | 102 void OnHfEnhancedDriverSafetyChanged(const BluetoothRemoteDevice &device, int indValue) {} in OnHfEnhancedDriverSafetyChanged() function
|
/ohos5.0/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 118 void OnHfEnhancedDriverSafetyChanged(const Bluetooth::BluetoothRemoteDevice &device, in OnHfEnhancedDriverSafetyChanged() function
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/hfp/ |
H A D | hfp_ag_test.cpp | 37 void OnHfEnhancedDriverSafetyChanged(const BluetoothRemoteDevice &device, int indValue) {} in OnHfEnhancedDriverSafetyChanged() function in OHOS::Bluetooth::HandsFreeAudioGatewayObserverCommon
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_ag.cpp | 77 void OnHfEnhancedDriverSafetyChanged( in OnHfEnhancedDriverSafetyChanged() function in OHOS::Bluetooth::AgServiceObserver 84 observer->OnHfEnhancedDriverSafetyChanged(remoteDevice, indValue); in OnHfEnhancedDriverSafetyChanged()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_service.cpp | 817 (*iter)->OnHfEnhancedDriverSafetyChanged(device, indValue); in NotifyHfEnhancedDriverSafety()
|