Home
last modified time | relevance | path

Searched refs:HangUpRequest (Results 1 - 21 of 21) sorted by relevance

/base/telephony/cellular_call/test/fuzztest/dialrequest_fuzzer/
H A Ddialrequest_fuzzer.cpp41 cellularCallConnectionCS->HangUpRequest(slotId); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/services/connection/include/
H A Dcellular_call_connection_satellite.h46 * HangUpRequest
51 int32_t HangUpRequest(int32_t slotId);
H A Dcellular_call_connection_cs.h46 * HangUpRequest
51 int32_t HangUpRequest(int32_t slotId);
H A Dcellular_call_connection_ims.h54 int32_t HangUpRequest(int32_t slotId, const std::string &phoneNum, int32_t index);
/base/telephony/cellular_call/test/fuzztest/satellitecallrequest_fuzzer/
H A Dsatellitecallrequest_fuzzer.cpp44 cellularCallConnectionSatellite->HangUpRequest(slotId); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/test/fuzztest/answerrequest_fuzzer/
H A Danswerrequest_fuzzer.cpp44 cellularCallConnectionIMS->HangUpRequest(slotId, phoneNum, index); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/call/include/
H A Dcall_request_process.h34 void HangUpRequest(int32_t callId);
/base/telephony/call_manager/services/call/src/
H A Dcall_request_handler.cpp76 ffrt::submit([=]() { callRequestProcessPtr_->HangUpRequest(callId); }); in HangUpCall()
H A Dcall_request_process.cpp545 void CallRequestProcess::HangUpRequest(int32_t callId) in HangUpRequest() function in OHOS::Telephony::CallRequestProcess
/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_satellite.cpp62 int32_t CellularCallConnectionSatellite::HangUpRequest(int32_t slotId) in HangUpRequest() function in OHOS::Telephony::CellularCallConnectionSatellite
H A Dcellular_call_connection_cs.cpp48 int32_t CellularCallConnectionCS::HangUpRequest(int32_t slotId) in HangUpRequest() function in OHOS::Telephony::CellularCallConnectionCS
50 TELEPHONY_LOGI("CellularCallConnectionCS::HangUpRequest start."); in HangUpRequest()
52 TELEPHONY_LOGE("HangUpRequest return, error type: GetInstance() is nullptr."); in HangUpRequest()
59 TELEPHONY_LOGE("HangUpRequest return, error type: handle is nullptr."); in HangUpRequest()
H A Dcellular_call_connection_ims.cpp62 int32_t CellularCallConnectionIMS::HangUpRequest(int32_t slotId, const std::string &phoneNum, int32_t index) in HangUpRequest() function in OHOS::Telephony::CellularCallConnectionIMS
89 "HangUpRequest ims vendor service does not exist"); in HangUpRequest()
/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp180 callConn.HangUpRequest(SIM1_SLOTID); in HWTEST_F()
/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp111 return pConnection->HangUpRequest(callInfo.slotId); in HangUp()
142 con->HangUpRequest(callInfo.slotId); in Answer()
H A Dcs_control.cpp190 return pConnection->HangUpRequest(callInfo.slotId); in HangUp()
283 int32_t result = holdConn.HangUpRequest(callReportInfo.accountId); in CheckAndHangupHoldingCall()
H A Dims_control.cpp144 return pConnection->HangUpRequest(callInfo.slotId, callInfo.phoneNum, callInfo.index); in HangUp()
207 int32_t result = holdConn.HangUpRequest(callReportInfo.accountId, in CheckAndHangupHoldingCall()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp53 int32_t ret = cellularCallConnectionIMS->HangUpRequest(slotId, phoneNum, index); in HWTEST_F()
601 * @tc.name Test CellularCallConnectionCS HangUpRequest
609 int32_t ret = cellularCallConnectionCS.HangUpRequest(slotId); in HWTEST_F()
613 ret = cellularCallConnectionCS.HangUpRequest(slotId); in HWTEST_F()
H A Dzero_branch_test.cpp979 ASSERT_EQ(callConn.HangUpRequest(SIM1_SLOTID, PHONE_NUMBER, 0), INVALID_VALUE); in HWTEST_F()
998 ASSERT_EQ(callConn.HangUpRequest(SIM1_SLOTID, PHONE_NUMBER, 0), TELEPHONY_SUCCESS); in HWTEST_F()
H A Dims2_test.cpp573 EXPECT_EQ(imsConnection.HangUpRequest(slotId, PHONE_NUMBER_SECOND, slotId), TELEPHONY_SUCCESS); in HWTEST_F()
H A Dzero_branch1_test.cpp881 cellularCallConnectionCS.HangUpRequest(SIM2_SLOTID); in HWTEST_F()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp200 callRequestProcess->HangUpRequest(1); in HWTEST_F()

Completed in 18 milliseconds