Home
last modified time | relevance | path

Searched refs:OnSignalStrengthChanged (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf_observer.h34 virtual void OnSignalStrengthChanged(const BluetoothRawAddress &device, int signal) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hfp_hf_observer.h35 void OnSignalStrengthChanged(const BluetoothRemoteDevice &device, int signal) override{}
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_hfp_hf_observer_proxy.h32 void OnSignalStrengthChanged(const BluetoothRawAddress &device, int signal) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_observer_stub.cpp132 stub->OnSignalStrengthChanged(*device, signal); in OnSignalStrengthChangedInner()
144 stub->OnSignalStrengthChanged(*device, status); in OnRegistrationStatusChangedInner()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h94 virtual void OnSignalStrengthChanged(const BluetoothRemoteDevice &device, int signal) in OnSignalStrengthChanged() function in OHOS::Bluetooth::HandsFreeUnitObserver
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dtelephone_service.h41 virtual void OnSignalStrengthChanged(int signalStrength) in OnSignalStrengthChanged() function in stub::TelephoneServiceObserver
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h105 virtual void OnSignalStrengthChanged(const RawAddress &device, int signal) in OnSignalStrengthChanged() function in OHOS::bluetooth::HfpHfServiceObserver
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.h252 void OnSignalStrengthChanged(int signal);
H A Dhfp_ag_system_interface.cpp872 void HfpAgSystemInterface::OnSignalStrengthChanged(int signal) in OnSignalStrengthChanged() function in OHOS::bluetooth::HfpAgSystemInterface
987 interface_.OnSignalStrengthChanged(vec[0]->GetSignalLevel()); in OnSignalInfoUpdated()
H A Dhfp_ag_service.cpp990 HfpAgSystemInterface::GetInstance().OnSignalStrengthChanged(signalStrength); in NotifySignalStrengthChanged()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp62 void OnSignalStrengthChanged(const RawAddress& device, int signal) override
66 observer->OnSignalStrengthChanged(device, signal);
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_observer_proxy.cpp104 void BluetoothHfpHfObserverProxy::OnSignalStrengthChanged(const BluetoothRawAddress &device, int signal) { in OnSignalStrengthChanged() function in OHOS::Bluetooth::BluetoothHfpHfObserverProxy
107 HILOGE("BluetoothHfpHfObserverProxy::OnSignalStrengthChanged WriteInterfaceToken error"); in OnSignalStrengthChanged()
111 HILOGE("BluetoothHfpHfObserverProxy::OnSignalStrengthChanged WriteParcelable error"); in OnSignalStrengthChanged()
115 HILOGE("BluetoothHfpHfObserverProxy::OnSignalStrengthChanged WriteInt32 error"); in OnSignalStrengthChanged()
125 HILOGE("BluetoothHfpHfObserverProxy::OnSignalStrengthChanged done fail, error: %{public}d", error); in OnSignalStrengthChanged()
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp37 virtual void OnSignalStrengthChanged(const BluetoothRemoteDevice &device, int signal) {} in OnSignalStrengthChanged() function in OHOS::Bluetooth::HandsFreeUnitObserverCommon
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp81 void OnSignalStrengthChanged(const BluetoothRawAddress &device, int32_t signal) override
86 observer->OnSignalStrengthChanged(remoteDevice, signal);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.cpp782 (*iter)->OnSignalStrengthChanged(device, signal); in NotifySignalStrengthChanged()

Completed in 15 milliseconds