/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_profile.h | 249 bool SendVoiceTag(int index);
|
H A D | hfp_hf_service.h | 300 bool SendVoiceTag(const RawAddress &device, int index) override;
|
H A D | hfp_hf_profile.cpp | 343 bool HfpHfProfile::SendVoiceTag(int index) in SendVoiceTag() function in OHOS::bluetooth::HfpHfProfile
|
H A D | hfp_hf_statemachine.cpp | 576 if (!profile_.SendVoiceTag(index)) { in ProcessSendVoiceTag()
|
H A D | hfp_hf_service.cpp | 508 bool HfpHfService::SendVoiceTag(const RawAddress &device, int index) in SendVoiceTag() function in OHOS::bluetooth::HfpHfService
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_hf.h | 49 virtual bool SendVoiceTag(const BluetoothRawAddress &device, int index) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_hfp_hf_server.h | 51 bool SendVoiceTag(const BluetoothRawAddress &device, int index) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hfp_hf_proxy.h | 47 bool SendVoiceTag(const BluetoothRawAddress &device, int index) override;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_hf.h | 351 bool SendVoiceTag(const BluetoothRemoteDevice &device, int index);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_hf.h | 350 virtual bool SendVoiceTag(const RawAddress &device, int index) = 0;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_hf.cpp | 378 bool SendVoiceTag(const BluetoothRemoteDevice &device, int index) in SendVoiceTag() function 383 return proxy->SendVoiceTag(BluetoothRawAddress(device.GetDeviceAddr()), index); in SendVoiceTag() 726 bool HandsFreeUnit::SendVoiceTag(const BluetoothRemoteDevice &device, int index) in SendVoiceTag() function in OHOS::Bluetooth::HandsFreeUnit 728 return pimpl->SendVoiceTag(device, index); in SendVoiceTag()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_hf_server.cpp | 395 bool BluetoothHfpHfServer::SendVoiceTag(const BluetoothRawAddress &device, int index) in SendVoiceTag() function in OHOS::Bluetooth::BluetoothHfpHfServer 400 return pimpl->HfpHfService_->SendVoiceTag(addr, index); in SendVoiceTag()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_hf_proxy.cpp | 327 bool BluetoothHfpHfProxy::SendVoiceTag(const BluetoothRawAddress &device, int index) in SendVoiceTag() function in OHOS::Bluetooth::BluetoothHfpHfProxy
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_hf_stub.cpp | 409 int result = SendVoiceTag(*device, index); in SendVoiceTagInner()
|