Home
last modified time | relevance | path

Searched refs:HandleMultiCall (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf.h46 virtual bool HandleMultiCall(const BluetoothRawAddress &device, int flag, int index) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_hf_server.h48 bool HandleMultiCall(const BluetoothRawAddress &device, int flag, int index) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_proxy.h44 bool HandleMultiCall(const BluetoothRawAddress &device, int flag, int index) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp351 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 Dbluetooth_hfp_hf.h330 bool HandleMultiCall(const BluetoothRemoteDevice &device, int flag, int index);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h321 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 Dhfp_hf_service.h271 bool HandleMultiCall(const RawAddress &device, int flag, int index) override;
H A Dhfp_hf_service.cpp462 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 Dbluetooth_hfp_hf_server.cpp384 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 Dbluetooth_hfp_hf_proxy.cpp289 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 Dbluetooth_hfp_hf_stub.cpp361 int result = HandleMultiCall(*device, flag, index); in HandleMultiCallInner()