Home
last modified time | relevance | path

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

12

/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile.h218 bool CloseVoiceRecognition();
H A Dhfp_hf_service.h363 bool CloseVoiceRecognition(const RawAddress &device) override;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hfp_ag.h41 static napi_value CloseVoiceRecognition(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_ag.h45 virtual bool CloseVoiceRecognition(const BluetoothRawAddress &device) = 0;
H A Di_bluetooth_hfp_hf.h39 virtual bool CloseVoiceRecognition(const BluetoothRawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_ag_server.h44 bool CloseVoiceRecognition(const BluetoothRawAddress &device) override;
H A Dbluetooth_hfp_hf_server.h41 bool CloseVoiceRecognition(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_ag.h222 virtual bool CloseVoiceRecognition(const RawAddress &device) = 0;
H A Dinterface_profile_hfp_hf.h254 virtual bool CloseVoiceRecognition(const RawAddress &device) = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_proxy.h37 bool CloseVoiceRecognition(const BluetoothRawAddress &device) override;
H A Dbluetooth_hfp_ag_proxy.h42 bool CloseVoiceRecognition(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp54 DECLARE_NAPI_FUNCTION("closeVoiceRecognition", CloseVoiceRecognition), in DefineHandsFreeAudioGatewayJSClass()
304 napi_value NapiHandsFreeAudioGateway::CloseVoiceRecognition(napi_env env, napi_callback_info info) in CloseVoiceRecognition() function in OHOS::Bluetooth::NapiHandsFreeAudioGateway
328 bool isOK = profile->CloseVoiceRecognition(device); in CloseVoiceRecognition()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h270 bool CloseVoiceRecognition(const BluetoothRemoteDevice &device);
H A Dbluetooth_hfp_ag.h272 bool CloseVoiceRecognition(const BluetoothRemoteDevice &device);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp264 bool CloseVoiceRecognition(const BluetoothRemoteDevice &device) in CloseVoiceRecognition() function
269 return proxy->CloseVoiceRecognition(BluetoothRawAddress(device.GetDeviceAddr())); in CloseVoiceRecognition()
603 bool HandsFreeAudioGateway::CloseVoiceRecognition(const BluetoothRemoteDevice &device) in CloseVoiceRecognition() function in OHOS::Bluetooth::HandsFreeAudioGateway
614 return pimpl->CloseVoiceRecognition(device); in CloseVoiceRecognition()
H A Dbluetooth_hfp_hf.cpp263 bool CloseVoiceRecognition(const BluetoothRemoteDevice &device) in CloseVoiceRecognition() function
268 return proxy->CloseVoiceRecognition(BluetoothRawAddress(device.GetDeviceAddr())); in CloseVoiceRecognition()
605 bool HandsFreeUnit::CloseVoiceRecognition(const BluetoothRemoteDevice &device) in CloseVoiceRecognition() function in OHOS::Bluetooth::HandsFreeUnit
615 return pimpl->CloseVoiceRecognition(device); in CloseVoiceRecognition()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp321 bool BluetoothHfpAgServer::CloseVoiceRecognition(const BluetoothRawAddress &device) in CloseVoiceRecognition() function in OHOS::Bluetooth::BluetoothHfpAgServer
326 return pimpl->HfpAgService_->CloseVoiceRecognition(addr); in CloseVoiceRecognition()
H A Dbluetooth_hfp_hf_server.cpp294 bool BluetoothHfpHfServer::CloseVoiceRecognition(const BluetoothRawAddress &device) { in CloseVoiceRecognition() function in OHOS::Bluetooth::BluetoothHfpHfServer
298 return pimpl->HfpHfService_->CloseVoiceRecognition(addr); in CloseVoiceRecognition()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.h241 bool CloseVoiceRecognition(const RawAddress &device) override;
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp252 * @tc.name: CloseVoiceRecognition
261 EXPECT_EQ(profile_->CloseVoiceRecognition(device), true); in HWTEST_F()
H A Dhfp_ag_test.cpp286 * @tc.name: CloseVoiceRecognition
295 bool isOK = profile_->CloseVoiceRecognition(device); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp246 bool BluetoothHfpAgProxy::CloseVoiceRecognition(const BluetoothRawAddress &device) in CloseVoiceRecognition() function in OHOS::Bluetooth::BluetoothHfpAgProxy
H A Dbluetooth_hfp_hf_proxy.cpp173 bool BluetoothHfpHfProxy::CloseVoiceRecognition(const BluetoothRawAddress &device) in CloseVoiceRecognition() function in OHOS::Bluetooth::BluetoothHfpHfProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_stub.cpp276 int result = CloseVoiceRecognition(*device); in CloseVoiceRecognitionInner()
H A Dbluetooth_hfp_hf_stub.cpp254 int result = CloseVoiceRecognition(*device); in CloseVoiceRecognitionInner()

Completed in 15 milliseconds

12