Searched refs:switchCallInfo (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs1_test.cpp | 931 CellularCallInfo switchCallInfo; variable 932 int32_t ret = InitCellularCallInfo(SIM1_SLOTID, PHONE_NUMBER, switchCallInfo); 934 ret = telephonyService->SwitchCall(switchCallInfo); 938 CellularCallInfo switchCallInfo; variable 939 int32_t ret = InitCellularCallInfo(SIM2_SLOTID, PHONE_NUMBER, switchCallInfo); 941 ret = telephonyService->SwitchCall(switchCallInfo); 964 CellularCallInfo switchCallInfo; variable 965 int32_t ret = InitCellularCallInfo(INVALID_SLOTID, PHONE_NUMBER, switchCallInfo); 967 ret = telephonyService->SwitchCall(switchCallInfo); 971 CellularCallInfo switchCallInfo; variable [all …]
|
H A D | cs_calloperation_test.cpp | 816 CellularCallInfo switchCallInfo; variable 817 int32_t ret = InitCellularCallInfo(SIM1_SLOTID, PHONE_NUMBER, switchCallInfo); 819 ret = telephonyService->SwitchCall(switchCallInfo); 823 CellularCallInfo switchCallInfo; variable 824 int32_t ret = InitCellularCallInfo(SIM2_SLOTID, PHONE_NUMBER, switchCallInfo); 826 ret = telephonyService->SwitchCall(switchCallInfo); 849 CellularCallInfo switchCallInfo; variable 850 int32_t ret = InitCellularCallInfo(INVALID_SLOTID, PHONE_NUMBER, switchCallInfo); 852 ret = telephonyService->SwitchCall(switchCallInfo); 856 CellularCallInfo switchCallInfo; variable [all …]
|