Searched refs:ReportStrWith (Results 1 - 8 of 8) sorted by relevance
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_report.c | 164 if (ReportStrWith(s, "+CMMS:")) { in CdmaSmsNotifyMock() 166 } else if (ReportStrWith(s, "+CSDH:")) { in CdmaSmsNotifyMock() 187 if (ReportStrWith(s, "+CMGF:")) { in WapPushNotifyMock() 189 } else if (ReportStrWith(s, "+CSMP:")) { in WapPushNotifyMock() 226 } else if (ReportStrWith(s, "+CMT:")) { in OnNotifyOps() 231 } else if (ReportStrWith(s, "+CDS:")) { in OnNotifyOps() 233 } else if (ReportStrWith(s, "+CBM:") || ReportStrWith(s, "+CSCB:")) { in OnNotifyOps() 236 } else if (ReportStrWith(s, "+COPS: (")) { in OnNotifyOps() 240 } else if (ReportStrWith( in OnNotifyOps() [all...] |
H A D | vendor_util.c | 61 int32_t ReportStrWith(const char *s, const char *prefix) in ReportStrWith() function 81 if (ReportStrWith(s, g_respSuccess[i])) { in IsResponseSuccess() 92 if (ReportStrWith(s, g_respErrors[i])) { in IsResponseError() 117 if (ReportStrWith(s, g_respSmsNotify[i])) { in IsSmsNotify() 418 if (ReportStrWith(pStr, "+CME ERROR:")) { in GetReportErrorInfo() 420 } else if (ReportStrWith(pStr, "+CMS ERROR:")) { in GetReportErrorInfo()
|
H A D | at_network.c | 228 if (ReportStrWith(srcStr, "+CREG:")) { in ParseRegStatusStr() 230 } else if (ReportStrWith(srcStr, "+CGREG:")) { in ParseRegStatusStr() 1093 if (ReportStrWith(pStr, "^MONNC: GSM")) { in ParseCellInfos() 1098 } else if (ReportStrWith(pStr, "^MONNC: WCDMA")) { in ParseCellInfos() 1103 } else if (ReportStrWith(pStr, "^MONNC: CDMA")) { in ParseCellInfos() 1108 } else if (ReportStrWith(pStr, "^MONNC: TDSCDMA")) { in ParseCellInfos() 1113 } else if (ReportStrWith(pStr, "^MONNC: LTE")) { in ParseCellInfos() 1118 } else if (ReportStrWith(pStr, "^MONNC: NR")) { in ParseCellInfos() 1123 } else if (ReportStrWith(pStr, "^MONNC: NONE")) { in ParseCellInfos()
|
H A D | at_support.c | 162 int32_t isPrefix = ReportStrWith(responseLine, (const char *)g_prefix); in ProcessResponse()
|
H A D | at_data.c | 133 if (ReportStrWith(str, "+CGACT:")) { in ParsePdpCmd() 144 } else if (ReportStrWith(str, "+CGDCONT:")) { in ParsePdpCmd()
|
H A D | at_call.c | 81 int32_t isAllInfo = ReportStrWith(pLine, "^CLCC:"); in CallCmdCLCC() 200 if (ReportStrWith(str, g_callNotifyTab[i].cmd)) { in IsCallNoticeCmd() 211 if (ReportStrWith(str, g_callNotifyTab[i].cmd)) { in CallReportInfoProcess()
|
H A D | at_sim.c | 75 } else if (!ReportStrWith(pResponse->result, "+CME ERROR:")) { in GetSimState()
|
/base/telephony/ril_adapter/services/vendor/include/ |
H A D | vendor_util.h | 53 int32_t ReportStrWith(const char *line, const char *prefix);
|
Completed in 16 milliseconds