Home
last modified time | relevance | path

Searched refs:UnHoldCall (Results 1 – 25 of 142) sorted by relevance

123456

/ohos5.0/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/
H A Dreporthangupinfo_fuzzer.cpp70 iMSControl->UnHoldCall(slotId); in DoSomethingInterestingWithMyAPI()
81 satelliteControl->UnHoldCall(slotId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_client.cpp149 int32_t BluetoothCallClient::UnHoldCall() in UnHoldCall() function in OHOS::Telephony::BluetoothCallClient
152 return g_bluetoothCallProxyPtr->UnHoldCall(); in UnHoldCall()
/ohos5.0/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()
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp111 satelliteControl.UnHoldCall(SIM1_SLOTID);
201 callService.UnHoldCall(satelliteCallInfo);
/ohos5.0/base/telephony/call_manager/frameworks/native/include/
H A Di_bluetooth_call.h38 virtual int32_t UnHoldCall() = 0;
H A Dbluetooth_call_proxy.h89 int32_t UnHoldCall() override;
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_service.h77 int32_t UnHoldCall() override;
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dott_call_connection.h73 int32_t UnHoldCall(const OttCallRequestInfo &requestInfo);
H A Dcs_call.h34 int32_t UnHoldCall() override;
H A Dsatellite_call.h33 int32_t UnHoldCall() override;
H A Dcall_request_handler.h71 int32_t UnHoldCall(int32_t callId);
H A Dvoip_call.h33 int32_t UnHoldCall() override;
H A Dott_call.h35 int32_t UnHoldCall() override;
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/
H A Dbluetooth_call_test.h68 void UnHoldCall();
H A Dbluetooth_call_test.cpp228 …ncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_UNHOLD)] = &BluetoothCallTest::UnHoldCall; in InitFunMap()
353 void BluetoothCallTest::UnHoldCall() in UnHoldCall() function in OHOS::Telephony::BluetoothCallTest
361 int32_t ret = g_bluetoothCallPtr->UnHoldCall(); in UnHoldCall()
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dbluetooth_call_client.h96 int32_t UnHoldCall();
/ohos5.0/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()
/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_service.cpp189 int32_t BluetoothCallService::UnHoldCall() in UnHoldCall() function in OHOS::Telephony::BluetoothCallService
202 return callControlManagerPtr_->UnHoldCall(callId); in UnHoldCall()
/ohos5.0/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 Dott_call.cpp130 int32_t OTTCall::UnHoldCall() in UnHoldCall() function in OHOS::Telephony::OTTCall
138 ret = ottCallConnectionPtr_->UnHoldCall(requestInfo); in UnHoldCall()
/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dsatellite_control.h124 int32_t UnHoldCall(int32_t slotId) override;
H A Dcs_control.h114 int32_t UnHoldCall(int32_t slotId) override;
H A Dims_control.h83 int32_t UnHoldCall(int32_t slotId) override;
/ohos5.0/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H A Dseparateconference_fuzzer.cpp69 cSControl->UnHoldCall(slotId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp71 …questFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::UN_HOLD_CALL)] = &CsTest::UnHoldCall; in SetUp()
179 int32_t CsTest::UnHoldCall(const sptr<CellularCallInterface> &telephonyService) const in UnHoldCall() function in OHOS::Telephony::CsTest
186 return telephonyService->UnHoldCall(callInfo); in UnHoldCall()

123456