Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/services/vendor/src/
Dat_data.c178 static ModemReportErrorInfo SendInquireCGACT(int32_t *outDataNum, HRilDataCallResponse **ppDcr) in SendInquireCGACT() argument
187 … if (ret != 0 || pResponse == NULL || !pResponse->success || outDataNum == NULL || ppDcr == NULL) { in SendInquireCGACT()
199 *ppDcr = CreatDataCallResponseAndInit(dataCallNum); in SendInquireCGACT()
200 HRilDataCallResponse *pDataCall = *ppDcr; in SendInquireCGACT()
214 int32_t *validCount, int32_t dataNum, ResponseInfo *response, HRilDataCallResponse **ppDcr) in BuildDataInfoList() argument
216 if (validCount == NULL || response == NULL || ppDcr == NULL || *ppDcr == NULL) { in BuildDataInfoList()
225 HRilDataCallResponse *pDataCall = *ppDcr; in BuildDataInfoList()
240 if ((*ppDcr)[i].cid == dataCGDCONT.cid) { in BuildDataInfoList()
307 static ModemReportErrorInfo GetLinkInformation(int32_t activeIndex, HRilDataCallResponse **ppDcr) in GetLinkInformation() argument
324 if (ppDcr == NULL || *ppDcr == NULL) { in GetLinkInformation()
[all …]