Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_data.c398 PDNInfo *pdns = pdnInfo; in QueryAllSupportPDNInfos() local
413 pdns->cid = INT_DEFAULT_VALUE; in QueryAllSupportPDNInfos()
415 ret = NextInt(&pStr, &pdns->cid); in QueryAllSupportPDNInfos()
417 pdns->cid = INT_DEFAULT_VALUE; in QueryAllSupportPDNInfos()
419 ret = NextStr(&pStr, &pdns->ipType); in QueryAllSupportPDNInfos()
421 pdns->cid = INT_DEFAULT_VALUE; in QueryAllSupportPDNInfos()
423 ret = NextStr(&pStr, &pdns->apn); in QueryAllSupportPDNInfos()
425 pdns->cid = INT_DEFAULT_VALUE; in QueryAllSupportPDNInfos()
427 pdns++; in QueryAllSupportPDNInfos()