Home
last modified time | relevance | path

Searched refs:FinishActiveCall (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf.h50 …virtual bool FinishActiveCall(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) =…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_hf_server.h52 … bool FinishActiveCall(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_proxy.h48 … bool FinishActiveCall(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp391 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 Dbluetooth_hfp_hf.h361 bool FinishActiveCall(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h360 virtual bool FinishActiveCall(const RawAddress &device, const HandsFreeUnitCalls &call) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.h310 bool FinishActiveCall(const RawAddress &device, const HandsFreeUnitCalls &call) override;
H A Dhfp_hf_service.cpp538 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 Dbluetooth_hfp_hf_server.cpp405 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 Dhfp_hf_test.cpp342 EXPECT_EQ(profile_->FinishActiveCall(device, call), true);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_proxy.cpp372 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 Dbluetooth_hfp_hf_stub.cpp427 int result = FinishActiveCall(*device, *call); in FinishActiveCallInner()