Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf.h45 virtual bool HandleIncomingCall(const BluetoothRawAddress &device, int flag) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_hf_server.h47 bool HandleIncomingCall(const BluetoothRawAddress &device, int flag) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_proxy.h43 bool HandleIncomingCall(const BluetoothRawAddress &device, int flag) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp341 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 Dbluetooth_hfp_hf.h319 bool HandleIncomingCall(const BluetoothRemoteDevice &device, int flag);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h310 virtual bool HandleIncomingCall(const RawAddress &device, int flag) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.h260 bool HandleIncomingCall(const RawAddress &device, int flag) override;
H A Dhfp_hf_service.cpp447 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 Dbluetooth_hfp_hf_server.cpp353 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 Dbluetooth_hfp_hf_proxy.cpp272 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 Dbluetooth_hfp_hf_stub.cpp344 int result = HandleIncomingCall(*device, flag); in HandleIncomingCallInner()