Searched refs:NextInt (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_network.c | 76 NextInt(&pLine, &ret); in GetResponseErrorCode() 262 if ((NextInt(&str, &skip)) != 0) { in ParseRegStatusStr() 295 NextInt(&lineStr, &hrilRssi->gsmRssi.ber); in ParseGetGsmSignalStrength() 379 err = NextInt(&resultStr, &tmp); in ProcessParamSignalStrength() 385 err = NextInt(&resultStr, &tmp); in ProcessParamSignalStrength() 604 ret = NextInt(&result, &skip); in ReqGetOperatorInfo() 609 ret = NextInt(&result, &skip); in ReqGetOperatorInfo() 772 ret = NextInt(&line, &state); in ParseOperListInfo() 1379 err = NextInt(&line, &response->mcc); in ParseGetCurrentCellInfoResponseLine() 1383 err = NextInt(&line, &response->mnc); in ParseGetCurrentCellInfoResponseLine() [all …]
|
H A D | at_call.c | 63 NextInt(pLine, &tmp); // ignore in ParseDiffPart() 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() 133 if (NextInt(&pStr, &callId) < 0) { in ReportCallStateUpdated() 136 if (NextInt(&pStr, &state) < 0) { in ReportCallStateUpdated() 139 if (NextInt(&pStr, &voiceDomain) < 0) { in ReportCallStateUpdated() 1128 err = NextInt(&line, &mode); in ReqGetCallPreferenceMode() 1236 err = NextInt(&line, &cusd); in ReqGetUssd() [all …]
|
H A D | at_sim.c | 45 ret = NextInt(&pLine, &simType); in GetSimType() 190 NextInt(&pLine, &ret); in ReqGetSimStatus() 260 NextInt(&pLine, &clckRes); in ReqGetSimIOFDN() 296 NextInt(&pLine, ret); in HandlerSimIOResult() 371 NextInt(&pLine, ret); in HandlerSimImsiResult() 415 NextInt(&pLine, ret); in HandlerSimLockStatusResult() 493 NextInt(&pLine, &ret); in ReqSetSimLock() 544 NextInt(&pLine, &ret); in ReqChangeSimPassword() 591 NextInt(&pLine, &ret); in ReqUnlockPin() 645 NextInt(&pLine, &ret); in ReqUnlockPuk() [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() 854 if (NextInt(&pLine, &outCall->cid) < 0) { in CallCmdC5GQOSRDP() 857 if (NextInt(&pLine, &outCall->qi) < 0) { in CallCmdC5GQOSRDP() 860 if (NextInt(&pLine, &outCall->dlGfbr) < 0) { in CallCmdC5GQOSRDP() 863 if (NextInt(&pLine, &outCall->ulGfbr) < 0) { in CallCmdC5GQOSRDP() 866 if (NextInt(&pLine, &outCall->dlMfbr) < 0) { in CallCmdC5GQOSRDP() 869 if (NextInt(&pLine, &outCall->ulMfbr) < 0) { 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() 221 NextInt(&result, &response.msgRef); in ReqSendCdmaSms() 512 err = NextInt(&result, &response.tosca); in ReqGetSmscAddr() 573 err = NextInt(&line, &mode); in ReqGetCBConfig() [all …]
|
H A D | vendor_util.c | 163 int32_t NextInt(char **s, int32_t *out) in NextInt() function 376 ret = NextInt(s, &value); in NextBool() 401 NextInt(&pStr, &ret); in ParseReportError()
|
H A D | at_modem.c | 54 NextInt(&pLine, &ret); in GetResponseErrorCode() 119 ret = NextInt(&pLine, &radioState); in ReqGetRadioState()
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/include/ |
H A D | vendor_util.h | 69 int32_t NextInt(char **s, int32_t *out);
|