/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_hf.h | 45 virtual bool HandleIncomingCall(const BluetoothRawAddress &device, int flag) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_hfp_hf_server.h | 47 bool HandleIncomingCall(const BluetoothRawAddress &device, int flag) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hfp_hf_proxy.h | 43 bool HandleIncomingCall(const BluetoothRawAddress &device, int flag) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_hf.cpp | 341 bool HandleIncomingCall(const BluetoothRemoteDevice &device, int flag) in HandleIncomingCall() function 346 … return proxy->HandleIncomingCall(BluetoothRawAddress(device.GetDeviceAddr()), (int32_t)flag); in HandleIncomingCall() 676 bool HandsFreeUnit::HandleIncomingCall(const BluetoothRemoteDevice &device, int flag) in HandleIncomingCall() function in OHOS::Bluetooth::HandsFreeUnit 686 return pimpl->HandleIncomingCall(device, flag); in HandleIncomingCall()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_hf.h | 319 bool HandleIncomingCall(const BluetoothRemoteDevice &device, int flag);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_hf.h | 310 virtual bool HandleIncomingCall(const RawAddress &device, int flag) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.h | 260 bool HandleIncomingCall(const RawAddress &device, int flag) override;
|
H A D | hfp_hf_service.cpp | 447 bool HfpHfService::HandleIncomingCall(const RawAddress &device, int flag) in HandleIncomingCall() function in OHOS::bluetooth::HfpHfService
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_hf_server.cpp | 353 bool BluetoothHfpHfServer::HandleIncomingCall(const BluetoothRawAddress &device, int flag) in HandleIncomingCall() function in OHOS::Bluetooth::BluetoothHfpHfServer 358 return pimpl->HfpHfService_->HandleIncomingCall(addr, flag); in HandleIncomingCall()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_hf_proxy.cpp | 272 bool BluetoothHfpHfProxy::HandleIncomingCall(const BluetoothRawAddress &device, int flag) in HandleIncomingCall() function in OHOS::Bluetooth::BluetoothHfpHfProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_hf_stub.cpp | 344 int result = HandleIncomingCall(*device, flag); in HandleIncomingCallInner()
|