/base/telephony/cellular_call/test/fuzztest/dialrequest_fuzzer/ |
H A D | dialrequest_fuzzer.cpp | 41 cellularCallConnectionCS->HangUpRequest(slotId); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/cellular_call/services/connection/include/ |
H A D | cellular_call_connection_satellite.h | 46 * HangUpRequest 51 int32_t HangUpRequest(int32_t slotId);
|
H A D | cellular_call_connection_cs.h | 46 * HangUpRequest 51 int32_t HangUpRequest(int32_t slotId);
|
H A D | cellular_call_connection_ims.h | 54 int32_t HangUpRequest(int32_t slotId, const std::string &phoneNum, int32_t index);
|
/base/telephony/cellular_call/test/fuzztest/satellitecallrequest_fuzzer/ |
H A D | satellitecallrequest_fuzzer.cpp | 44 cellularCallConnectionSatellite->HangUpRequest(slotId); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/cellular_call/test/fuzztest/answerrequest_fuzzer/ |
H A D | answerrequest_fuzzer.cpp | 44 cellularCallConnectionIMS->HangUpRequest(slotId, phoneNum, index); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/services/call/include/ |
H A D | call_request_process.h | 34 void HangUpRequest(int32_t callId);
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_request_handler.cpp | 76 ffrt::submit([=]() { callRequestProcessPtr_->HangUpRequest(callId); }); in HangUpCall()
|
H A D | call_request_process.cpp | 545 void CallRequestProcess::HangUpRequest(int32_t callId) in HangUpRequest() function in OHOS::Telephony::CallRequestProcess
|
/base/telephony/cellular_call/services/connection/src/ |
H A D | cellular_call_connection_satellite.cpp | 62 int32_t CellularCallConnectionSatellite::HangUpRequest(int32_t slotId) in HangUpRequest() function in OHOS::Telephony::CellularCallConnectionSatellite
|
H A D | cellular_call_connection_cs.cpp | 48 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 D | cellular_call_connection_ims.cpp | 62 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 D | zero_branch_test.cpp | 180 callConn.HangUpRequest(SIM1_SLOTID); in HWTEST_F()
|
/base/telephony/cellular_call/services/control/src/ |
H A D | satellite_control.cpp | 111 return pConnection->HangUpRequest(callInfo.slotId); in HangUp() 142 con->HangUpRequest(callInfo.slotId); in Answer()
|
H A D | cs_control.cpp | 190 return pConnection->HangUpRequest(callInfo.slotId); in HangUp() 283 int32_t result = holdConn.HangUpRequest(callReportInfo.accountId); in CheckAndHangupHoldingCall()
|
H A D | ims_control.cpp | 144 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 D | ims_connection_test.cpp | 53 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 D | zero_branch_test.cpp | 979 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 D | ims2_test.cpp | 573 EXPECT_EQ(imsConnection.HangUpRequest(slotId, PHONE_NUMBER_SECOND, slotId), TELEPHONY_SUCCESS); in HWTEST_F()
|
H A D | zero_branch1_test.cpp | 881 cellularCallConnectionCS.HangUpRequest(SIM2_SLOTID); in HWTEST_F()
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch1_test.cpp | 200 callRequestProcess->HangUpRequest(1); in HWTEST_F()
|