Home
last modified time | relevance | path

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

12345

/base/telephony/call_manager/frameworks/native/include/
H A Di_bluetooth_call.h37 virtual int32_t HoldCall() = 0;
H A Dbluetooth_call_proxy.h76 * HoldCall
81 int32_t HoldCall() override;
/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/
H A Dreporthangupinfo_fuzzer.cpp69 iMSControl->HoldCall(slotId); in DoSomethingInterestingWithMyAPI()
80 satelliteControl->HoldCall(slotId); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/call/include/
H A Dott_call_connection.h58 * HoldCall
64 int32_t HoldCall(const OttCallRequestInfo &requestInfo);
H A Dsatellite_call.h32 int32_t HoldCall() override;
H A Dcs_call.h33 int32_t HoldCall() override;
H A Dvoip_call.h32 int32_t HoldCall() override;
H A Dcall_request_handler.h70 int32_t HoldCall(int32_t callId);
H A Dott_call.h34 int32_t HoldCall() override;
H A Dims_call.h35 int32_t HoldCall() override;
/base/telephony/call_manager/test/unittest/ui_client/
H A Dbluetooth_call_test.h67 void HoldCall();
H A Dbluetooth_call_test.cpp222 memberFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_HOLD)] = &BluetoothCallTest::HoldCall; in InitFunMap()
316 void BluetoothCallTest::HoldCall() in HoldCall() function in OHOS::Telephony::BluetoothCallTest
319 std::cout << "------HoldCall------" << std::endl; in HoldCall()
320 int32_t ret = bluetoothCallClient.HoldCall(); in HoldCall()
/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_service.h64 * HoldCall
69 int32_t HoldCall() override;
/base/telephony/call_manager/interfaces/innerkits/
H A Dbluetooth_call_client.h89 int32_t HoldCall();
/base/telephony/call_manager/services/call/src/
H A Dsatellite_call.cpp49 int32_t SatelliteCall::HoldCall() in HoldCall() function in OHOS::Telephony::SatelliteCall
H A Dcall_request_process.cpp356 call->HoldCall(); in HandleCallWaitingNumTwo()
381 call->HoldCall(); in HandleCallWaitingNumOne()
389 call->HoldCall(); in HandleCallWaitingNumOne()
418 call->HoldCall(); in HandleCallWaitingNumOneNext()
446 call->HoldCall(); in HandleCallWaitingNumZero()
463 call->HoldCall(); in HandleCallWaitingNumZero()
612 call->HoldCall(); in HoldRequest()
645 otherCall->HoldCall(); in UnHoldRequest()
902 int32_t ret = activeCall->HoldCall(); in IsDialCallForDsda()
H A Dcall_request_handler.cpp80 int32_t CallRequestHandler::HoldCall(int32_t callId) in HoldCall() function in OHOS::Telephony::CallRequestHandler
/base/telephony/cellular_call/services/control/include/
H A Dsatellite_control.h111 * HoldCall
116 int32_t HoldCall(int32_t slotId) override;
H A Dcs_control.h90 * CSControl HoldCall
101 int32_t HoldCall(int32_t slotId) override;
H A Dims_control.h70 * HoldCall
75 int32_t HoldCall(int32_t slotId) override;
/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H A Dseparateconference_fuzzer.cpp68 cSControl->HoldCall(slotId); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp110 satelliteControl.HoldCall(SIM1_SLOTID); in HWTEST_F()
200 callService.HoldCall(satelliteCallInfo); in HWTEST_F()
/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/
H A Dbluetoothdialcall_fuzzer.cpp81 void HoldCall(const uint8_t *data, size_t size) in HoldCall() function
211 HoldCall(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_proxy.cpp51 int32_t BluetoothCallProxy::HoldCall() in HoldCall() function in OHOS::Telephony::BluetoothCallProxy
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp111 callObjectPtr->HoldCall(); in DialingProcess()
205 callObjectPtr->HoldCall(); in IMSCallFunc()
246 voipCall->HoldCall(); in VoIPCallFunc()
359 callObjectPtr->HoldCall(); in OttCallFunc()

Completed in 10 milliseconds

12345