Home
last modified time | relevance | path

Searched refs:SendVoiceTag (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile.h249 bool SendVoiceTag(int index);
H A Dhfp_hf_service.h300 bool SendVoiceTag(const RawAddress &device, int index) override;
H A Dhfp_hf_profile.cpp343 bool HfpHfProfile::SendVoiceTag(int index) in SendVoiceTag() function in OHOS::bluetooth::HfpHfProfile
H A Dhfp_hf_statemachine.cpp576 if (!profile_.SendVoiceTag(index)) { in ProcessSendVoiceTag()
H A Dhfp_hf_service.cpp508 bool HfpHfService::SendVoiceTag(const RawAddress &device, int index) in SendVoiceTag() function in OHOS::bluetooth::HfpHfService
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf.h49 virtual bool SendVoiceTag(const BluetoothRawAddress &device, int index) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_hf_server.h51 bool SendVoiceTag(const BluetoothRawAddress &device, int index) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_proxy.h47 bool SendVoiceTag(const BluetoothRawAddress &device, int index) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h351 bool SendVoiceTag(const BluetoothRemoteDevice &device, int index);
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h350 virtual bool SendVoiceTag(const RawAddress &device, int index) = 0;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp378 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 Dbluetooth_hfp_hf_server.cpp395 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 Dbluetooth_hfp_hf_proxy.cpp327 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 Dbluetooth_hfp_hf_stub.cpp409 int result = SendVoiceTag(*device, index); in SendVoiceTagInner()

Completed in 10 milliseconds