Home
last modified time | relevance | path

Searched refs:OpenVoiceRecognition (Results 1 - 25 of 30) sorted by relevance

12

/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile.h211 bool OpenVoiceRecognition();
H A Dhfp_hf_service.h354 bool OpenVoiceRecognition(const RawAddress &device) override;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hfp_ag.h40 static napi_value OpenVoiceRecognition(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_ag.h44 virtual bool OpenVoiceRecognition(const BluetoothRawAddress &device) = 0;
H A Di_bluetooth_hfp_hf.h38 virtual bool OpenVoiceRecognition(const BluetoothRawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_ag_server.h43 bool OpenVoiceRecognition(const BluetoothRawAddress &device) override;
H A Dbluetooth_hfp_hf_server.h40 bool OpenVoiceRecognition(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_ag.h213 virtual bool OpenVoiceRecognition(const RawAddress &device) = 0;
H A Dinterface_profile_hfp_hf.h245 virtual bool OpenVoiceRecognition(const RawAddress &device) = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_proxy.h36 bool OpenVoiceRecognition(const BluetoothRawAddress &device) override;
H A Dbluetooth_hfp_ag_proxy.h41 bool OpenVoiceRecognition(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp53 DECLARE_NAPI_FUNCTION("openVoiceRecognition", OpenVoiceRecognition), in DefineHandsFreeAudioGatewayJSClass()
273 napi_value NapiHandsFreeAudioGateway::OpenVoiceRecognition(napi_env env, napi_callback_info info) in OpenVoiceRecognition() function in OHOS::Bluetooth::NapiHandsFreeAudioGateway
297 bool isOK = profile->OpenVoiceRecognition(device); in OpenVoiceRecognition()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h261 bool OpenVoiceRecognition(const BluetoothRemoteDevice &device);
H A Dbluetooth_hfp_ag.h263 bool OpenVoiceRecognition(const BluetoothRemoteDevice &device);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp254 bool OpenVoiceRecognition(const BluetoothRemoteDevice &device) in OpenVoiceRecognition() function
259 return proxy->OpenVoiceRecognition(BluetoothRawAddress(device.GetDeviceAddr())); in OpenVoiceRecognition()
589 bool HandsFreeAudioGateway::OpenVoiceRecognition(const BluetoothRemoteDevice &device) in OpenVoiceRecognition() function in OHOS::Bluetooth::HandsFreeAudioGateway
600 return pimpl->OpenVoiceRecognition(device); in OpenVoiceRecognition()
H A Dbluetooth_hfp_hf.cpp253 bool OpenVoiceRecognition(const BluetoothRemoteDevice &device) in OpenVoiceRecognition() function
258 return proxy->OpenVoiceRecognition(BluetoothRawAddress(device.GetDeviceAddr())); in OpenVoiceRecognition()
592 bool HandsFreeUnit::OpenVoiceRecognition(const BluetoothRemoteDevice &device) in OpenVoiceRecognition() function in OHOS::Bluetooth::HandsFreeUnit
602 return pimpl->OpenVoiceRecognition(device); in OpenVoiceRecognition()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp307 bool BluetoothHfpAgServer::OpenVoiceRecognition(const BluetoothRawAddress &device) in OpenVoiceRecognition() function in OHOS::Bluetooth::BluetoothHfpAgServer
316 return pimpl->HfpAgService_->OpenVoiceRecognition(addr); in OpenVoiceRecognition()
H A Dbluetooth_hfp_hf_server.cpp285 bool BluetoothHfpHfServer::OpenVoiceRecognition(const BluetoothRawAddress &device) { in OpenVoiceRecognition() function in OHOS::Bluetooth::BluetoothHfpHfServer
289 return pimpl->HfpHfService_->OpenVoiceRecognition(addr); in OpenVoiceRecognition()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.h232 bool OpenVoiceRecognition(const RawAddress &device) override;
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp236 * @tc.name: OpenVoiceRecognition
245 EXPECT_EQ(profile_->OpenVoiceRecognition(device), true); in HWTEST_F()
H A Dhfp_ag_test.cpp268 * @tc.name: OpenVoiceRecognition
277 bool isOK = profile_->OpenVoiceRecognition(device); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp230 bool BluetoothHfpAgProxy::OpenVoiceRecognition(const BluetoothRawAddress &device) in OpenVoiceRecognition() function in OHOS::Bluetooth::BluetoothHfpAgProxy
H A Dbluetooth_hfp_hf_proxy.cpp157 bool BluetoothHfpHfProxy::OpenVoiceRecognition(const BluetoothRawAddress &device) in OpenVoiceRecognition() function in OHOS::Bluetooth::BluetoothHfpHfProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_stub.cpp262 int result = OpenVoiceRecognition(*device); in OpenVoiceRecognitionInner()
H A Dbluetooth_hfp_hf_stub.cpp241 int result = OpenVoiceRecognition(*device); in OpenVoiceRecognitionInner()

Completed in 15 milliseconds

12