Home
last modified time | relevance | path

Searched refs:UnHoldCall (Results 1 - 25 of 117) sorted by relevance

12345

/base/telephony/call_manager/frameworks/native/include/
H A Di_bluetooth_call.h38 virtual int32_t UnHoldCall() = 0;
H A Dbluetooth_call_proxy.h84 * UnHoldCall
89 int32_t UnHoldCall() override;
/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/
H A Dreporthangupinfo_fuzzer.cpp70 iMSControl->UnHoldCall(slotId); in DoSomethingInterestingWithMyAPI()
81 satelliteControl->UnHoldCall(slotId); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/call/include/
H A Dott_call_connection.h67 * UnHoldCall
73 int32_t UnHoldCall(const OttCallRequestInfo &requestInfo);
H A Dsatellite_call.h33 int32_t UnHoldCall() override;
H A Dcs_call.h34 int32_t UnHoldCall() override;
H A Dvoip_call.h33 int32_t UnHoldCall() override;
H A Dcall_request_handler.h71 int32_t UnHoldCall(int32_t callId);
H A Dott_call.h35 int32_t UnHoldCall() override;
H A Dims_call.h36 int32_t UnHoldCall() override;
/base/telephony/call_manager/test/unittest/ui_client/
H A Dbluetooth_call_test.h68 void UnHoldCall();
H A Dbluetooth_call_test.cpp223 memberFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_UNHOLD)] = &BluetoothCallTest::UnHoldCall; in InitFunMap()
324 void BluetoothCallTest::UnHoldCall() in UnHoldCall() function in OHOS::Telephony::BluetoothCallTest
327 std::cout << "------UnHoldCall------" << std::endl; in UnHoldCall()
328 int32_t ret = bluetoothCallClient.UnHoldCall(); in UnHoldCall()
/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_service.h72 * UnHoldCall
77 int32_t UnHoldCall() override;
/base/telephony/call_manager/interfaces/innerkits/
H A Dbluetooth_call_client.h96 int32_t UnHoldCall();
/base/telephony/call_manager/services/call/src/
H A Dsatellite_call.cpp54 int32_t SatelliteCall::UnHoldCall() in UnHoldCall() function in OHOS::Telephony::SatelliteCall
H A Dcall_request_handler.cpp90 int32_t CallRequestHandler::UnHoldCall(int32_t callId) in UnHoldCall() function in OHOS::Telephony::CallRequestHandler
H A Dott_call.cpp130 int32_t OTTCall::UnHoldCall() in UnHoldCall() function in OHOS::Telephony::OTTCall
138 ret = ottCallConnectionPtr_->UnHoldCall(requestInfo); in UnHoldCall()
/base/telephony/cellular_call/services/control/include/
H A Dsatellite_control.h119 * UnHoldCall
124 int32_t UnHoldCall(int32_t slotId) override;
H A Dcs_control.h104 * CSControl UnHoldCall
114 int32_t UnHoldCall(int32_t slotId) override;
H A Dims_control.h78 * UnHoldCall
83 int32_t UnHoldCall(int32_t slotId) override;
/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H A Dseparateconference_fuzzer.cpp69 cSControl->UnHoldCall(slotId); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp111 satelliteControl.UnHoldCall(SIM1_SLOTID); in HWTEST_F()
201 callService.UnHoldCall(satelliteCallInfo); in HWTEST_F()
/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/
H A Dbluetoothdialcall_fuzzer.cpp94 void UnHoldCall(const uint8_t *data, size_t size) in UnHoldCall() function
212 UnHoldCall(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_proxy.cpp56 int32_t BluetoothCallProxy::UnHoldCall() in UnHoldCall() function in OHOS::Telephony::BluetoothCallProxy
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp112 callObjectPtr->UnHoldCall(); in DialingProcess()
204 callObjectPtr->UnHoldCall(); in IMSCallFunc()
247 voipCall->UnHoldCall(); in VoIPCallFunc()
360 callObjectPtr->UnHoldCall(); in OttCallFunc()

Completed in 12 milliseconds

12345