Searched refs:pdnInfos (Results 1 - 1 of 1) sorted by relevance
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_data.c | 458 static int32_t QuerySupportCID(const PDNInfo *pdnInfos, int32_t pdnSize, const char *apn, const char *ipType) in QuerySupportCID() argument 464 if (pdnInfos == NULL) { in QuerySupportCID() 469 if (IsStrEqual(apn, pdnInfos[j].apn)) { in QuerySupportCID() 470 cid = pdnInfos[j].cid; in QuerySupportCID() 480 if (pdnInfos[j].cid == i) { in QuerySupportCID() 496 PDNInfo pdnInfos[MAX_PDP_NUM] = {{DEFAULT_CID, "", ""}, {DEFAULT_CID, "", ""}, {DEFAULT_CID, "", ""}, in GetNeedActivateCid() local 500 if (!QueryAllSupportPDNInfos(pdnInfos)) { in GetNeedActivateCid() 501 cid = QuerySupportCID(pdnInfos, MAX_PDP_NUM, apn, ipType); in GetNeedActivateCid()
|
Completed in 2 milliseconds