Searched refs:pcscf (Results 1 – 14 of 14) sorted by relevance
225 String pcscf = isimTlvToString(identity); in onRecordLoaded() local226 if (DUMP_RECORDS) log("EF_PCSCF[" + i + "]=" + pcscf); in onRecordLoaded()227 mIsimPcscf[i++] = pcscf; in onRecordLoaded()
513 char * pcscf; /* the Proxy Call State Control Function address member546 char * pcscf; /* the Proxy Call State Control Function address member
617 responses[i].pcscf = ""; in requestOrSendDataCallList()
7609 if (!TextUtils.isEmpty(result.pcscf)) { in convertDataCallResult()7610 pcscfs = result.pcscf.split("\\s+"); in convertDataCallResult()7630 pcscfs = result.pcscf.stream().toArray(String[]::new); in convertDataCallResult()7652 pcscfs = result.pcscf.stream().toArray(String[]::new); in convertDataCallResult()7670 pcscfs = result.pcscf.stream().toArray(String[]::new); in convertDataCallResult()7720 for (String pcscf : pcscfs) { in convertDataCallResult()7721 pcscf = pcscf.trim(); in convertDataCallResult()7724 ia = InetAddresses.parseNumericAddress(pcscf); in convertDataCallResult()7727 Rlog.e(RILJ_LOG_TAG, "Unknown pcscf: " + pcscf, e); in convertDataCallResult()
2141 result10.pcscf = "fd00:976a:c206:20::6 fd00:976a:c206:20::9 fd00:976a:c202:1d::9"; in testConvertDataCallResult()2184 result14.pcscf = new ArrayList<>(Arrays.asList( in testConvertDataCallResult()2214 result15.pcscf = new ArrayList<>(Arrays.asList( in testConvertDataCallResult()2259 result16.pcscf = new ArrayList<>(Arrays.asList( in testConvertDataCallResult()
1215 mSetupDataCallResult.pcscf = in setupDataCall()
2091 for (InetAddress pcscf : response.getPcscfAddresses()) { in setLinkProperties()2092 linkProperties.addPcscfServer(pcscf); in setLinkProperties()
529 vec<string> pcscf;
331 vec<string> pcscf;
4070 result.pcscf = hidl_string(); in setupDataCallResponse()7044 dcResult.pcscf = convertCharPtrToHidlString(dcResponse->pcscf); in convertRilDataCallToHal()
1756 vec<string> pcscf;
766 result.pcscf = FAKE_PCSCF_ADDRESS; in createSetupDataCallResult()
1384 string pcscf; // the Proxy Call State Control Function address