Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/test/fuzztest/dialrequest_fuzzer/
H A Ddialrequest_fuzzer.cpp46 cellularCallConnectionCS->SwitchCallRequest(slotId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/services/connection/include/
H A Dcellular_call_connection_cs.h75 int32_t SwitchCallRequest(int32_t slotId);
H A Dcellular_call_connection_ims.h99 int32_t SwitchCallRequest(int32_t slotId);
/ohos5.0/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.cpp85 return connection.second.SwitchCallRequest(slotId); in DialJudgment()
193 return con->SwitchCallRequest(callInfo.slotId); in Answer()
264 return cellularCallConnectionIms.SwitchCallRequest(slotId); in SwitchCall()
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp165 int32_t ret = cellularCallConnectionIMS->SwitchCallRequest(slotId);
688 int32_t ret = cellularCallConnectionCS.SwitchCallRequest(slotId);
H A Dzero_branch_test.cpp984 ASSERT_EQ(callConn.SwitchCallRequest(SIM1_SLOTID), INVALID_VALUE);
1003 ASSERT_EQ(callConn.SwitchCallRequest(SIM1_SLOTID), TELEPHONY_SUCCESS);
H A Dzero_branch1_test.cpp887 cellularCallConnectionCS.SwitchCallRequest(SIM2_SLOTID);
/ohos5.0/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
H A Dcellular_call_connection_ims.cpp186 int32_t CellularCallConnectionIMS::SwitchCallRequest(int32_t slotId) in SwitchCallRequest() function in OHOS::Telephony::CellularCallConnectionIMS