Searched refs:NextInt (Results 1 - 8 of 8) sorted by relevance
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_network.c | 76 NextInt(&pLine, &ret); in GetResponseErrorCode() 185 if (NextInt(&str, &(info[REG_STAT_POS])) != 0) { in ExtractRegStatus() 196 if (NextInt(&str, &(info[REG_ACT_POS])) != 0) { in ExtractRegStatus() 200 if (NextInt(&str, &(info[REG_NR_AVAILABLE_POS])) != 0) { in ExtractRegStatus() 203 if (NextInt(&str, &(info[REG_EN_DC_AVAILABLE_POS])) != 0) { in ExtractRegStatus() 206 if (NextInt(&str, &(info[REG_DC_NR_RESTRICTED_POS])) != 0) { in ExtractRegStatus() 262 if ((NextInt(&str, &skip)) != 0) { in ParseRegStatusStr() 294 NextInt(&lineStr, &hrilRssi->gsmRssi.rxlev); in ParseGetGsmSignalStrength() 295 NextInt(&lineStr, &hrilRssi->gsmRssi.ber); in ParseGetGsmSignalStrength() 306 NextInt( in ParseGetLteSignalStrength() [all...] |
H A D | at_call.c | 57 if (NextInt(pLine, &outCall->voiceDomain) < 0) { in ParseDiffPart() 60 if (NextInt(pLine, &outCall->callType) < 0) { in ParseDiffPart() 63 NextInt(pLine, &tmp); // ignore in ParseDiffPart() 85 if (NextInt(&pLine, &outCall->index) < 0) { in CallCmdCLCC() 88 if (NextInt(&pLine, &outCall->dir) < 0) { in CallCmdCLCC() 91 if (NextInt(&pLine, &state) < 0) { in CallCmdCLCC() 95 if (NextInt(&pLine, &mode) < 0) { in CallCmdCLCC() 99 if (NextInt(&pLine, &outCall->mpty) < 0) { in CallCmdCLCC() 108 if (NextInt(&pLine, &outCall->type) < 0) { in CallCmdCLCC() 133 if (NextInt( in ReportCallStateUpdated() [all...] |
H A D | at_sim.c | 45 ret = NextInt(&pLine, &simType); in GetSimType() 90 err = NextInt(&pLine, &pSimResponse->sw1); in ParseSimResponseResult() 94 err = NextInt(&pLine, &pSimResponse->sw2); in ParseSimResponseResult() 123 err = NextInt(&pLine, &pinInputTimes->times); in ParseSimPinInputTimesResult() 128 err = NextInt(&pLine, &pinInputTimes->pukTimes); in ParseSimPinInputTimesResult() 132 err = NextInt(&pLine, &pinInputTimes->pinTimes); in ParseSimPinInputTimesResult() 136 err = NextInt(&pLine, &pinInputTimes->puk2Times); in ParseSimPinInputTimesResult() 140 err = NextInt(&pLine, &pinInputTimes->pin2Times); in ParseSimPinInputTimesResult() 158 err = NextInt(&pLine, &lockStatus->result); in ParseUnlockSimLockResult() 162 err = NextInt( in ParseUnlockSimLockResult() [all...] |
H A D | at_data.c | 137 if (NextInt(&pStr, &outData->cid) < 0) { in ParsePdpCmd() 140 if (NextInt(&pStr, &outData->active) < 0) { in ParsePdpCmd() 148 if (NextInt(&pStr, &outData->cid) < 0) { in ParsePdpCmd() 415 ret = NextInt(&pStr, &pdns->cid); in QueryAllSupportPDNInfos() 870 if (NextInt(&pLine, &outCall->cid) < 0) { in CallCmdC5GQOSRDP() 873 if (NextInt(&pLine, &outCall->qi) < 0) { in CallCmdC5GQOSRDP() 876 if (NextInt(&pLine, &outCall->dlGfbr) < 0) { in CallCmdC5GQOSRDP() 879 if (NextInt(&pLine, &outCall->ulGfbr) < 0) { in CallCmdC5GQOSRDP() 882 if (NextInt(&pLine, &outCall->dlMfbr) < 0) { in CallCmdC5GQOSRDP() 885 if (NextInt( in CallCmdC5GQOSRDP() [all...] |
H A D | at_sms.c | 48 ret = NextInt(&pBuff, &response->sn); in ProcessCellBroadcast() 52 ret = NextInt(&pBuff, &response->mid); in ProcessCellBroadcast() 56 ret = NextInt(&pBuff, &response->page); in ProcessCellBroadcast() 60 ret = NextInt(&pBuff, &response->pages); in ProcessCellBroadcast() 69 ret = NextInt(&pBuff, &response->length); in ProcessCellBroadcast() 88 NextInt(&pLine, err); in HandlerSmsResult() 107 *err = NextInt(&result, &response->msgRef); in HandleResult() 109 TELEPHONY_LOGE("NextInt in ReqSendGsmSms is failed!"); in HandleResult() 221 NextInt(&result, &response.msgRef); in ReqSendCdmaSms() 512 err = NextInt( in ReqGetSmscAddr() [all...] |
H A D | vendor_util.c | 166 int32_t NextInt(char **s, int32_t *out) in NextInt() function 379 ret = NextInt(s, &value); in NextBool() 381 TELEPHONY_LOGE("NextInt is fail, ret:%{public}d", ret); in NextBool() 404 NextInt(&pStr, &ret); in ParseReportError()
|
H A D | at_modem.c | 54 NextInt(&pLine, &ret); in GetResponseErrorCode() 119 ret = NextInt(&pLine, &radioState); in ReqGetRadioState()
|
/base/telephony/ril_adapter/services/vendor/include/ |
H A D | vendor_util.h | 69 int32_t NextInt(char **s, int32_t *out);
|
Completed in 11 milliseconds