Home
last modified time | relevance | path

Searched defs:indValue (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_ag.h94 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 Dnapi_bluetooth_hfp_ag_observer.h35 … void OnHfEnhancedDriverSafetyChanged(const BluetoothRemoteDevice &device, int indValue) override{} in OnHfEnhancedDriverSafetyChanged()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.h102 void OnHfEnhancedDriverSafetyChanged(const BluetoothRemoteDevice &device, int indValue) {} in OnHfEnhancedDriverSafetyChanged()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_ag.h94 …virtual void OnHfEnhancedDriverSafetyChanged(const BluetoothRemoteDevice &device, int32_t indValue) in OnHfEnhancedDriverSafetyChanged()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_battery_observer.cpp60 void ClassicBatteryObserverAg::OnHfBatteryLevelChanged(const RawAddress &device, int indValue) in OnHfBatteryLevelChanged()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_observer_stub.cpp116 int indValue = data.ReadInt32(); in OnHfEnhancedDriverSafetyChangedInner() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_observer_proxy.cpp107 …fpAgObserverProxy::OnHfEnhancedDriverSafetyChanged(const BluetoothRawAddress &device, int indValue) in OnHfEnhancedDriverSafetyChanged()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_ag_test.cpp37 void OnHfEnhancedDriverSafetyChanged(const BluetoothRemoteDevice &device, int indValue) {} in OnHfEnhancedDriverSafetyChanged()
/ohos5.0/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h119 int32_t indValue) override {}; in OnHfEnhancedDriverSafetyChanged()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp71 void OnHfEnhancedDriverSafetyChanged(const RawAddress& device, int indValue) override in OnHfEnhancedDriverSafetyChanged()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.cpp812 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 Dbluetooth_hfp_ag.cpp78 const BluetoothRawAddress &device, int32_t indValue) override in OnHfEnhancedDriverSafetyChanged()