Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_data.c233 HRilDataCallResponse dataCGDCONT; in BuildDataInfoList() local
237 ret = memset_s(&dataCGDCONT, sizeof(HRilDataCallResponse), 0, sizeof(HRilDataCallResponse)); in BuildDataInfoList()
241 ret = ParsePdpCmd(pLine->data, &dataCGDCONT); in BuildDataInfoList()
247 if ((*ppDcr)[i].cid == dataCGDCONT.cid) { in BuildDataInfoList()
254 if (dataCGDCONT.type != NULL) { in BuildDataInfoList()
255 pDataCall->type = strdup(dataCGDCONT.type); in BuildDataInfoList()