Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf.h42 virtual bool HoldActiveCall(const BluetoothRawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_hf_server.h44 bool HoldActiveCall(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_proxy.h40 bool HoldActiveCall(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h298 bool HoldActiveCall(const BluetoothRemoteDevice &device);
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h282 virtual bool HoldActiveCall(const RawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.h232 bool HoldActiveCall(const RawAddress &device) override;
H A Dhfp_hf_service.cpp417 bool HfpHfService::HoldActiveCall(const RawAddress &device) in HoldActiveCall() function in OHOS::bluetooth::HfpHfService
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp308 bool HoldActiveCall(const BluetoothRemoteDevice &device) in HoldActiveCall() function
313 return proxy->HoldActiveCall(BluetoothRawAddress(device.GetDeviceAddr())); in HoldActiveCall()
643 bool HandsFreeUnit::HoldActiveCall(const BluetoothRemoteDevice &device) in HoldActiveCall() function in OHOS::Bluetooth::HandsFreeUnit
653 return pimpl->HoldActiveCall(device); in HoldActiveCall()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp326 bool BluetoothHfpHfServer::HoldActiveCall(const BluetoothRawAddress &device) { in HoldActiveCall() function in OHOS::Bluetooth::BluetoothHfpHfServer
330 return pimpl->HfpHfService_->HoldActiveCall(addr); in HoldActiveCall()
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp300 * @tc.name: HoldActiveCall
309 EXPECT_EQ(profile_->HoldActiveCall(device), true); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_proxy.cpp229 bool BluetoothHfpHfProxy::HoldActiveCall(const BluetoothRawAddress &device) in HoldActiveCall() function in OHOS::Bluetooth::BluetoothHfpHfProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_stub.cpp302 int result = HoldActiveCall(*device); in HoldActiveCallInner()

Completed in 9 milliseconds