Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf.h50 virtual bool FinishActiveCall(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) = 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;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_proxy.h48 bool FinishActiveCall(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h361 bool FinishActiveCall(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call);
/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;
/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
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp388 bool FinishActiveCall(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) in FinishActiveCall() function
403 return proxy->FinishActiveCall(BluetoothRawAddress(device.GetDeviceAddr()), calls); in FinishActiveCall()
732 bool HandsFreeUnit::FinishActiveCall(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) in FinishActiveCall() function in OHOS::Bluetooth::HandsFreeUnit
742 return pimpl->FinishActiveCall(device, call); in FinishActiveCall()
/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()
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp332 * @tc.name: FinishActiveCall
342 EXPECT_EQ(profile_->FinishActiveCall(device, call), true); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_proxy.cpp360 bool BluetoothHfpHfProxy::FinishActiveCall(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) in FinishActiveCall() function in OHOS::Bluetooth::BluetoothHfpHfProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_stub.cpp427 int result = FinishActiveCall(*device, *call); in FinishActiveCallInner()

Completed in 9 milliseconds