Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_public_struct.h29 typedef struct ModemReportErrorInfo { struct
32 } ModemReportErrorInfo; argument
39 ModemReportErrorInfo modemErrInfo;
/base/telephony/ril_adapter/services/vendor/include/
Dvendor_util.h89 ModemReportErrorInfo GetReportErrorInfo(const ResponseInfo *response);
91 ModemReportErrorInfo InitModemReportErrorInfo(void);
/base/telephony/ril_adapter/services/vendor/src/
Dat_data.c80 ModemReportErrorInfo errInfo = GetReportErrorInfo(pResponse); in OnDataReportErrorMessages()
106 ModemReportErrorInfo errInfo = GetReportErrorInfo(pResponse); in OnDataReportPdpErrorMessages()
178 static ModemReportErrorInfo SendInquireCGACT(int32_t *outDataNum, HRilDataCallResponse **ppDcr) in SendInquireCGACT()
184 ModemReportErrorInfo errInfo = {}; in SendInquireCGACT()
316 static ModemReportErrorInfo GetLinkInformation(int32_t activeIndex, HRilDataCallResponse **ppDcr) in GetLinkInformation()
323 ModemReportErrorInfo errInfo = {}; in GetLinkInformation()
363 static ModemReportErrorInfo SendInquireCGDCONT(int32_t *validCount, int32_t dataNum, HRilDataCallRe… in SendInquireCGDCONT()
367 ModemReportErrorInfo errInfo = {}; in SendInquireCGDCONT()
403 ModemReportErrorInfo errInfo = GetReportErrorInfo(pResponse); in QueryAllSupportPDNInfos()
533 static void DataReportMessage(int32_t cid, const ReqDataInfo *requestInfo, ModemReportErrorInfo err… in DataReportMessage()
[all …]
Dvendor_util.c406 ModemReportErrorInfo GetReportErrorInfo(const ResponseInfo *response) in GetReportErrorInfo()
409 ModemReportErrorInfo errInfo; in GetReportErrorInfo()
430 ModemReportErrorInfo InitModemReportErrorInfo(void) in InitModemReportErrorInfo()
432 ModemReportErrorInfo errInfo; in InitModemReportErrorInfo()
Dat_call.c41 ModemReportErrorInfo errInfo = GetReportErrorInfo(pResponse); in OnCallReportErrorMessages()
128 ModemReportErrorInfo errInfo = InitModemReportErrorInfo(); in ReportCallStateUpdated()
154 ModemReportErrorInfo errInfo = InitModemReportErrorInfo(); in ReportSrvccStatusUpdate()
175 ModemReportErrorInfo errInfo = InitModemReportErrorInfo(); in ReportCsChannelInfo()
224 ModemReportErrorInfo errInfo = InitModemReportErrorInfo(); in ReportEmergencyNumberList()
263 ModemReportErrorInfo errInfo = InitModemReportErrorInfo(); in ReportCallUssdNotice()
1116 ModemReportErrorInfo errInfo = InitModemReportErrorInfo(); in ReqGetCallPreferenceMode()
1151 ModemReportErrorInfo errInfo = InitModemReportErrorInfo(); in ReqSetCallPreferenceMode()
1177 ModemReportErrorInfo errInfo = {}; in ReqSetUssd()
1202 ModemReportErrorInfo errInfo = {}; in ReqCloseUnFinishedUssd()
[all …]