/ohos5.0/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/ |
H A D | reporthangupinfo_fuzzer.cpp | 70 iMSControl->UnHoldCall(slotId); in DoSomethingInterestingWithMyAPI() 81 satelliteControl->UnHoldCall(slotId); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/call_manager/frameworks/native/src/ |
H A D | bluetooth_call_client.cpp | 149 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 D | bluetoothdialcall_fuzzer.cpp | 94 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 D | zero_branch_test.cpp | 111 satelliteControl.UnHoldCall(SIM1_SLOTID); 201 callService.UnHoldCall(satelliteCallInfo);
|
/ohos5.0/base/telephony/call_manager/frameworks/native/include/ |
H A D | i_bluetooth_call.h | 38 virtual int32_t UnHoldCall() = 0;
|
H A D | bluetooth_call_proxy.h | 89 int32_t UnHoldCall() override;
|
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/ |
H A D | bluetooth_call_service.h | 77 int32_t UnHoldCall() override;
|
/ohos5.0/base/telephony/call_manager/services/call/include/ |
H A D | ott_call_connection.h | 73 int32_t UnHoldCall(const OttCallRequestInfo &requestInfo);
|
H A D | cs_call.h | 34 int32_t UnHoldCall() override;
|
H A D | satellite_call.h | 33 int32_t UnHoldCall() override;
|
H A D | call_request_handler.h | 71 int32_t UnHoldCall(int32_t callId);
|
H A D | voip_call.h | 33 int32_t UnHoldCall() override;
|
H A D | ott_call.h | 35 int32_t UnHoldCall() override;
|
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/ |
H A D | bluetooth_call_test.h | 68 void UnHoldCall();
|
H A D | bluetooth_call_test.cpp | 228 …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 D | bluetooth_call_client.h | 96 int32_t UnHoldCall();
|
/ohos5.0/base/telephony/call_manager/test/fuzztest/call_fuzzer/ |
H A D | call_fuzzer.cpp | 112 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 D | bluetooth_call_service.cpp | 189 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 D | satellite_call.cpp | 54 int32_t SatelliteCall::UnHoldCall() in UnHoldCall() function in OHOS::Telephony::SatelliteCall
|
H A D | ott_call.cpp | 130 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 D | satellite_control.h | 124 int32_t UnHoldCall(int32_t slotId) override;
|
H A D | cs_control.h | 114 int32_t UnHoldCall(int32_t slotId) override;
|
H A D | ims_control.h | 83 int32_t UnHoldCall(int32_t slotId) override;
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/ |
H A D | separateconference_fuzzer.cpp | 69 cSControl->UnHoldCall(slotId); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs_test.cpp | 71 …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()
|