Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_data.c200 if (*ppDcr == NULL) { in SendInquireCGACT()
207 HRilDataCallResponse *pDataCall = *ppDcr; in SendInquireCGACT()
223 if (validCount == NULL || response == NULL || ppDcr == NULL || *ppDcr == NULL) { in BuildDataInfoList()
232 HRilDataCallResponse *pDataCall = *ppDcr; in BuildDataInfoList()
247 if ((*ppDcr)[i].cid == dataCGDCONT.cid) { in BuildDataInfoList()
333 if (ppDcr == NULL || *ppDcr == NULL) { in GetLinkInformation()
349 (*ppDcr)[activeIndex].address = strdup(readBuf); in GetLinkInformation()
352 (*ppDcr)[activeIndex].gateway = strdup(readBuf); in GetLinkInformation()
356 (*ppDcr)[activeIndex].dns = strdup(readBuf); in GetLinkInformation()
359 (*ppDcr)[activeIndex].reason = HRIL_PDP_ERR_NONE; in GetLinkInformation()
[all …]