/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_hf.h | 46 virtual bool HandleMultiCall(const BluetoothRawAddress &device, int flag, int index) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_hfp_hf_server.h | 48 bool HandleMultiCall(const BluetoothRawAddress &device, int flag, int index) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hfp_hf_proxy.h | 44 bool HandleMultiCall(const BluetoothRawAddress &device, int flag, int index) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_hf.cpp | 351 bool HandleMultiCall(const BluetoothRemoteDevice &device, int flag, int index) in HandleMultiCall() function 356 …return proxy->HandleMultiCall(BluetoothRawAddress(device.GetDeviceAddr()), (int32_t)flag, (int32_t… in HandleMultiCall() 689 bool HandsFreeUnit::HandleMultiCall(const BluetoothRemoteDevice &device, int flag, int index) in HandleMultiCall() function in OHOS::Bluetooth::HandsFreeUnit 699 return pimpl->HandleMultiCall(device, flag, index); in HandleMultiCall()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_hf.h | 330 bool HandleMultiCall(const BluetoothRemoteDevice &device, int flag, int index);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_hf.h | 321 virtual bool HandleMultiCall(const RawAddress &device, int flag, int index) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.h | 271 bool HandleMultiCall(const RawAddress &device, int flag, int index) override;
|
H A D | hfp_hf_service.cpp | 462 bool HfpHfService::HandleMultiCall(const RawAddress &device, int flag, int index) in HandleMultiCall() function in OHOS::bluetooth::HfpHfService
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_hf_server.cpp | 384 bool BluetoothHfpHfServer::HandleMultiCall(const BluetoothRawAddress &device, int flag, int index) in HandleMultiCall() function in OHOS::Bluetooth::BluetoothHfpHfServer 390 return pimpl->HfpHfService_->HandleMultiCall(addr, flag, index); in HandleMultiCall()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_hf_proxy.cpp | 289 bool BluetoothHfpHfProxy::HandleMultiCall(const BluetoothRawAddress &device, int flag, int index) in HandleMultiCall() function in OHOS::Bluetooth::BluetoothHfpHfProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_hf_stub.cpp | 361 int result = HandleMultiCall(*device, flag, index); in HandleMultiCallInner()
|