Home
last modified time | relevance | path

Searched refs:HoldCall (Results 1 – 25 of 148) sorted by relevance

123456

/ohos5.0/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/
H A Dreporthangupinfo_fuzzer.cpp69 iMSControl->HoldCall(slotId); in DoSomethingInterestingWithMyAPI()
80 satelliteControl->HoldCall(slotId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/call_manager/services/call/src/
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 Dsatellite_call.cpp49 int32_t SatelliteCall::HoldCall() in HoldCall() function in OHOS::Telephony::SatelliteCall
H A Dott_call.cpp114 int32_t OTTCall::HoldCall() in HoldCall() function in OHOS::Telephony::OTTCall
122 ret = ottCallConnectionPtr_->HoldCall(requestInfo); in HoldCall()
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_client.cpp139 int32_t BluetoothCallClient::HoldCall() in HoldCall() function in OHOS::Telephony::BluetoothCallClient
142 return g_bluetoothCallProxyPtr->HoldCall(); in HoldCall()
/ohos5.0/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()
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp110 satelliteControl.HoldCall(SIM1_SLOTID);
200 callService.HoldCall(satelliteCallInfo);
/ohos5.0/base/telephony/call_manager/frameworks/native/include/
H A Di_bluetooth_call.h37 virtual int32_t HoldCall() = 0;
H A Dbluetooth_call_proxy.h81 int32_t HoldCall() override;
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_service.h69 int32_t HoldCall() override;
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dott_call_connection.h64 int32_t HoldCall(const OttCallRequestInfo &requestInfo);
H A Dcs_call.h33 int32_t HoldCall() override;
H A Dsatellite_call.h32 int32_t HoldCall() override;
H A Dcall_request_handler.h70 int32_t HoldCall(int32_t callId);
H A Dvoip_call.h32 int32_t HoldCall() override;
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/
H A Dbluetooth_call_test.h67 void HoldCall();
H A Dbluetooth_call_test.cpp227 …erFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_HOLD)] = &BluetoothCallTest::HoldCall; in InitFunMap()
341 void BluetoothCallTest::HoldCall() in HoldCall() function in OHOS::Telephony::BluetoothCallTest
349 int32_t ret = g_bluetoothCallPtr->HoldCall(); in HoldCall()
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dbluetooth_call_client.h89 int32_t HoldCall();
/ohos5.0/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()
/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_service.cpp169 int32_t BluetoothCallService::HoldCall() in HoldCall() function in OHOS::Telephony::BluetoothCallService
182 return callControlManagerPtr_->HoldCall(callId); in HoldCall()
/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dsatellite_control.h116 int32_t HoldCall(int32_t slotId) override;
H A Dcs_control.h101 int32_t HoldCall(int32_t slotId) override;
/ohos5.0/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H A Dseparateconference_fuzzer.cpp68 cSControl->HoldCall(slotId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_profile_event_sender.h92 void HoldCall(const std::string &device, int chld) const;
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp70 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::HOLD_CALL)] = &CsTest::HoldCall; in SetUp()
169 int32_t CsTest::HoldCall(const sptr<CellularCallInterface> &telephonyService) const in HoldCall() function in OHOS::Telephony::CsTest
176 return telephonyService->HoldCall(callInfo); in HoldCall()

123456