Home
last modified time | relevance | path

Searched refs:OnVoiceRecognitionStatusChanged (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf_observer.h39 virtual void OnVoiceRecognitionStatusChanged(const BluetoothRawAddress &device, int status) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hfp_hf_observer.h40 void OnVoiceRecognitionStatusChanged(const BluetoothRemoteDevice &device, int status) override{}
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_hfp_hf_observer_proxy.h37 void OnVoiceRecognitionStatusChanged(const BluetoothRawAddress &device, int status) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h144 virtual void OnVoiceRecognitionStatusChanged(const BluetoothRemoteDevice &device, int status) in OnVoiceRecognitionStatusChanged() function in OHOS::Bluetooth::HandsFreeUnitObserver
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h155 virtual void OnVoiceRecognitionStatusChanged(const RawAddress &device, int status) in OnVoiceRecognitionStatusChanged() function in OHOS::bluetooth::HfpHfServiceObserver
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp102 void OnVoiceRecognitionStatusChanged(const RawAddress& device, int status) override
106 observer->OnVoiceRecognitionStatusChanged(device, status);
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_observer_stub.cpp192 stub->OnVoiceRecognitionStatusChanged(*device, status); in OnVoiceRecognitionStatusChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_observer_proxy.cpp236 void BluetoothHfpHfObserverProxy::OnVoiceRecognitionStatusChanged(const BluetoothRawAddress &device, int status) { in OnVoiceRecognitionStatusChanged() function in OHOS::Bluetooth::BluetoothHfpHfObserverProxy
239 HILOGE("BluetoothHfpHfObserverProxy::OnVoiceRecognitionStatusChanged WriteInterfaceToken error"); in OnVoiceRecognitionStatusChanged()
243 HILOGE("BluetoothHfpHfObserverProxy::OnVoiceRecognitionStatusChanged WriteParcelable error"); in OnVoiceRecognitionStatusChanged()
247 HILOGE("BluetoothHfpHfObserverProxy::OnVoiceRecognitionStatusChanged WriteInt32 error"); in OnVoiceRecognitionStatusChanged()
257 HILOGE("BluetoothHfpHfObserverProxy::OnVoiceRecognitionStatusChanged done fail, error: %{public}d", error); in OnVoiceRecognitionStatusChanged()
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp42 virtual void OnVoiceRecognitionStatusChanged(const BluetoothRemoteDevice &device, int status) {} in OnVoiceRecognitionStatusChanged() function in OHOS::Bluetooth::HandsFreeUnitObserverCommon
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp128 void OnVoiceRecognitionStatusChanged(
134 observer->OnVoiceRecognitionStatusChanged(remoteDevice, status);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.cpp827 (*iter)->OnVoiceRecognitionStatusChanged(device, status); in NotifyVoiceRecognitionStatusChanged()

Completed in 8 milliseconds