Searched refs:dataCGDCONT (Results 1 – 1 of 1) sorted by relevance
233 HRilDataCallResponse dataCGDCONT; in BuildDataInfoList() local237 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()