Home
last modified time | relevance | path

Searched refs:SwitchCallRequest (Results 1 - 10 of 10) sorted by relevance

/base/telephony/cellular_call/test/fuzztest/dialrequest_fuzzer/
H A Ddialrequest_fuzzer.cpp46 cellularCallConnectionCS->SwitchCallRequest(slotId); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/services/connection/include/
H A Dcellular_call_connection_cs.h70 * SwitchCallRequest
75 int32_t SwitchCallRequest(int32_t slotId);
H A Dcellular_call_connection_ims.h99 int32_t SwitchCallRequest(int32_t slotId);
/base/telephony/cellular_call/services/control/src/
H A Dcs_control.cpp123 pConnection.SwitchCallRequest(callInfo.slotId); in DialGsm()
259 con->SwitchCallRequest(callInfo.slotId); in Answer()
369 return connection.SwitchCallRequest(slotId); in SwitchCall()
H A Dims_control.cpp86 return connection.second.SwitchCallRequest(slotId); in DialJudgment()
190 return con->SwitchCallRequest(callInfo.slotId); in Answer()
261 return cellularCallConnectionIms.SwitchCallRequest(slotId); in SwitchCall()
/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_cs.cpp142 int32_t CellularCallConnectionCS::SwitchCallRequest(int32_t slotId) in SwitchCallRequest() function in OHOS::Telephony::CellularCallConnectionCS
144 TELEPHONY_LOGI("CellularCallConnectionCS::SwitchCallRequest start."); in SwitchCallRequest()
146 TELEPHONY_LOGE("SwitchCallRequest return, error type: GetInstance() is nullptr."); in SwitchCallRequest()
151 TELEPHONY_LOGE("SwitchCallRequest return, error type: handle is nullptr."); in SwitchCallRequest()
H A Dcellular_call_connection_ims.cpp186 int32_t CellularCallConnectionIMS::SwitchCallRequest(int32_t slotId) in SwitchCallRequest() function in OHOS::Telephony::CellularCallConnectionIMS
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp165 int32_t ret = cellularCallConnectionIMS->SwitchCallRequest(slotId); in HWTEST_F()
680 * @tc.name Test CellularCallConnectionCS SwitchCallRequest
688 int32_t ret = cellularCallConnectionCS.SwitchCallRequest(slotId); in HWTEST_F()
H A Dzero_branch_test.cpp984 ASSERT_EQ(callConn.SwitchCallRequest(SIM1_SLOTID), INVALID_VALUE); in HWTEST_F()
1003 ASSERT_EQ(callConn.SwitchCallRequest(SIM1_SLOTID), TELEPHONY_SUCCESS); in HWTEST_F()
H A Dzero_branch1_test.cpp887 cellularCallConnectionCS.SwitchCallRequest(SIM2_SLOTID); in HWTEST_F()

Completed in 10 milliseconds