Searched defs:indValue (Results 1 – 12 of 12) sorted by relevance
/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() 104 virtual void OnHfBatteryLevelChanged(const RawAddress &device, int indValue) in OnHfBatteryLevelChanged()
|
/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()
|
/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()
|
/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()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_battery_observer.cpp | 60 void ClassicBatteryObserverAg::OnHfBatteryLevelChanged(const RawAddress &device, int indValue) in OnHfBatteryLevelChanged()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_ag_observer_stub.cpp | 116 int indValue = data.ReadInt32(); in OnHfEnhancedDriverSafetyChangedInner() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_ag_observer_proxy.cpp | 107 …fpAgObserverProxy::OnHfEnhancedDriverSafetyChanged(const BluetoothRawAddress &device, int indValue) in OnHfEnhancedDriverSafetyChanged()
|
/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()
|
/ohos5.0/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 119 int32_t indValue) override {}; in OnHfEnhancedDriverSafetyChanged()
|
/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()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_service.cpp | 812 void HfpAgService::NotifyHfEnhancedDriverSafety(const RawAddress &device, int indValue) in NotifyHfEnhancedDriverSafety() 821 void HfpAgService::NotifyHfBatteryLevel(const RawAddress &device, int indValue) in NotifyHfBatteryLevel()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_ag.cpp | 78 const BluetoothRawAddress &device, int32_t indValue) override in OnHfEnhancedDriverSafetyChanged()
|