Home
last modified time | relevance | path

Searched refs:NextStr (Results 1 – 9 of 9) sorted by relevance

/base/telephony/ril_adapter/services/vendor/include/
Dvendor_util.h79 int32_t NextStr(char **s, char **out);
/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c390 err = NextStr(&resultStr, &c); in ProcessParamSignalStrength()
429 err = NextStr(&resultStr, &c); in ProcessParamSignalStrengthNotify()
613 ret = NextStr(&result, &response[i]); in ReqGetOperatorInfo()
734 int32_t ret = NextStr(&data, longNameInfoStr); in ParseOperInfoItem()
740 ret = NextStr(&data, shortNameInfoStr); in ParseOperInfoItem()
746 ret = NextStr(&data, numericInfoStr); in ParseOperInfoItem()
870 if (NextStr(&pStr, &pat) < 0) { in ParseCellInfoGsm()
907 if (NextStr(&pStr, &pat) < 0) { in ParseCellInfoLte()
941 if (NextStr(&pStr, &pat) < 0) { in ParseCellInfoWcdma()
972 if (NextStr(&pStr, &pat) < 0) { in ParseCellInfoCdma()
[all …]
Dat_modem.c290 NextStr(&str, &(voiceRadioInfo->sysModeName)); in ProcessVoiceRadioInfo()
293 NextStr(&str, &(voiceRadioInfo->actName)); in ProcessVoiceRadioInfo()
Dat_call.c105 if (NextStr(&pLine, &outCall->number) < 0) { in CallCmdCLCC()
113 if (NextStr(&pLine, &outCall->alpha) < 0) { in CallCmdCLCC()
235 if (NextStr(&pStr, &pEmergencyInfo.eccNum) < 0) { in ReportEmergencyNumberList()
244 if (NextStr(&pStr, &pEmergencyInfo.mcc) < 0) { in ReportEmergencyNumberList()
271 if (NextStr(&pStr, &ussdNoticeInfo.str) < 0) { in ReportCallUssdNotice()
991 NextStr(&line, &queryInfo.number); in ReqGetCallTransferInfo()
1330 if (NextStr(&pLine, &outCall->eccNum) < 0) { in CallCmdXLEMA()
1339 if (NextStr(&pLine, &outCall->mcc) < 0) { in CallCmdXLEMA()
Dat_sms.c56 ret = NextStr(&pBuff, &response->dcs); in ProcessCellBroadcast()
495 err = NextStr(&result, &response.address); in ReqGetSmscAddr()
542 err = NextStr(&line, &cellBroadcast.mids); in ReqGetCBConfig()
549 err = NextStr(&line, &cellBroadcast.dcss); in ReqGetCBConfig()
642 err = NextStr(&line, &tmp); in ReqGetCdmaCBConfig()
Dat_data.c151 if (NextStr(&pStr, &outData->type) < 0) { in ParsePdpCmd()
419 ret = NextStr(&pStr, &pdns->ipType); in QueryAllSupportPDNInfos()
423 ret = NextStr(&pStr, &pdns->apn); in QueryAllSupportPDNInfos()
Dvendor_util.c328 int32_t NextStr(char **s, char **out) in NextStr() function
Dvendor_report.c262 err = NextStr(&str, cmdResponseInfo); in ParseStkResponseStr()
Dat_sim.c61 ret = NextStr(&pLine, &pResult); in GetSimState()
100 err = NextStr(&pLine, &pSimResponse->response); in ParseSimResponseResult()
119 err = NextStr(&pLine, &pinInputTimes->code); in ParseSimPinInputTimesResult()