Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_public_struct.h29 typedef struct ModemReportErrorInfo { struct
32 } ModemReportErrorInfo; typedef
39 ModemReportErrorInfo modemErrInfo;
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_data.c80 ModemReportErrorInfo errInfo = GetReportErrorInfo(pResponse); in OnDataReportErrorMessages()
106 ModemReportErrorInfo errInfo = GetReportErrorInfo(pResponse); in OnDataReportPdpErrorMessages()
184 ModemReportErrorInfo errInfo = {}; in SendInquireCGACT()
323 ModemReportErrorInfo errInfo = {}; in GetLinkInformation()
367 ModemReportErrorInfo errInfo = {}; in SendInquireCGDCONT()
723 ModemReportErrorInfo errInfo = {}; in ReqDeactivatePdpContext()
806 ModemReportErrorInfo errInfo = {}; in ReqSetInitApnInfo()
831 ModemReportErrorInfo errInfo = {}; in ReqSetLinkBandwidthReportingRule()
930 ModemReportErrorInfo errInfo = {}; in ReqSetDataPermitted()
938 ModemReportErrorInfo errInfo = { 0 }; in ReqGetLinkCapability()
[all …]
H A 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()
1177 ModemReportErrorInfo errInfo = {}; in ReqSetUssd()
1202 ModemReportErrorInfo errInfo = {}; in ReqCloseUnFinishedUssd()
1223 ModemReportErrorInfo errInfo = {}; in ReqGetUssd()
1257 ModemReportErrorInfo errInfo = {}; in ReqSetMute()
1284 ModemReportErrorInfo errInfo = {}; in ReqGetMute()
1460 ModemReportErrorInfo errInfo = {}; in ReqSetEmergencyCallList()
[all …]
H A 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()
/ohos5.0/base/telephony/ril_adapter/services/vendor/include/
H A Dvendor_util.h89 ModemReportErrorInfo GetReportErrorInfo(const ResponseInfo *response);
91 ModemReportErrorInfo InitModemReportErrorInfo(void);