Searched refs:SwitchCallRequest (Results 1 – 10 of 10) sorted by relevance
46 cellularCallConnectionCS->SwitchCallRequest(slotId); in DoSomethingInterestingWithMyAPI()
75 int32_t SwitchCallRequest(int32_t slotId);
99 int32_t SwitchCallRequest(int32_t slotId);
123 pConnection.SwitchCallRequest(callInfo.slotId); in DialGsm()259 con->SwitchCallRequest(callInfo.slotId); in Answer()369 return connection.SwitchCallRequest(slotId); in SwitchCall()
85 return connection.second.SwitchCallRequest(slotId); in DialJudgment()193 return con->SwitchCallRequest(callInfo.slotId); in Answer()264 return cellularCallConnectionIms.SwitchCallRequest(slotId); in SwitchCall()
165 int32_t ret = cellularCallConnectionIMS->SwitchCallRequest(slotId);688 int32_t ret = cellularCallConnectionCS.SwitchCallRequest(slotId);
984 ASSERT_EQ(callConn.SwitchCallRequest(SIM1_SLOTID), INVALID_VALUE);1003 ASSERT_EQ(callConn.SwitchCallRequest(SIM1_SLOTID), TELEPHONY_SUCCESS);
887 cellularCallConnectionCS.SwitchCallRequest(SIM2_SLOTID);
142 int32_t CellularCallConnectionCS::SwitchCallRequest(int32_t slotId) in SwitchCallRequest() function in OHOS::Telephony::CellularCallConnectionCS
186 int32_t CellularCallConnectionIMS::SwitchCallRequest(int32_t slotId) in SwitchCallRequest() function in OHOS::Telephony::CellularCallConnectionIMS