/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_hf.h | 50 …virtual bool FinishActiveCall(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) =…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_hfp_hf_server.h | 52 … bool FinishActiveCall(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hfp_hf_proxy.h | 48 … bool FinishActiveCall(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_hf.cpp | 391 bool FinishActiveCall(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) in FinishActiveCall() function 406 return proxy->FinishActiveCall(BluetoothRawAddress(device.GetDeviceAddr()), calls); in FinishActiveCall() 734 bool HandsFreeUnit::FinishActiveCall(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &… in FinishActiveCall() function in OHOS::Bluetooth::HandsFreeUnit 744 return pimpl->FinishActiveCall(device, call); in FinishActiveCall()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_hf.h | 361 bool FinishActiveCall(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_hf.h | 360 virtual bool FinishActiveCall(const RawAddress &device, const HandsFreeUnitCalls &call) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.h | 310 bool FinishActiveCall(const RawAddress &device, const HandsFreeUnitCalls &call) override;
|
H A D | hfp_hf_service.cpp | 538 bool HfpHfService::FinishActiveCall(const RawAddress &device, const HandsFreeUnitCalls &call) in FinishActiveCall() function in OHOS::bluetooth::HfpHfService
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_hf_server.cpp | 405 bool BluetoothHfpHfServer::FinishActiveCall(const BluetoothRawAddress &device, in FinishActiveCall() function in OHOS::Bluetooth::BluetoothHfpHfServer 411 return pimpl->HfpHfService_->FinishActiveCall(addr, call); in FinishActiveCall()
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/hfp/ |
H A D | hfp_hf_test.cpp | 342 EXPECT_EQ(profile_->FinishActiveCall(device, call), true);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_hf_proxy.cpp | 372 bool BluetoothHfpHfProxy::FinishActiveCall(const BluetoothRawAddress &device, const BluetoothHfpHfC… in FinishActiveCall() function in OHOS::Bluetooth::BluetoothHfpHfProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_hf_stub.cpp | 427 int result = FinishActiveCall(*device, *call); in FinishActiveCallInner()
|