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()
736 int32_t ret = NextStr(&data, longNameInfoStr); in ParseOperInfoItem()
742 ret = NextStr(&data, shortNameInfoStr); in ParseOperInfoItem()
748 ret = NextStr(&data, numericInfoStr); in ParseOperInfoItem()
872 if (NextStr(&pStr, &pat) < 0) { in ParseCellInfoGsm()
909 if (NextStr(&pStr, &pat) < 0) { in ParseCellInfoLte()
943 if (NextStr(&pStr, &pat) < 0) { in ParseCellInfoWcdma()
974 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_sms.c56 ret = NextStr(&pBuff, &response->dcs); in ProcessCellBroadcast()
460 err = NextStr(&result, &response.address); in ReqGetSmscAddr()
507 err = NextStr(&line, &cellBroadcast.mids); in ReqGetCBConfig()
514 err = NextStr(&line, &cellBroadcast.dcss); in ReqGetCBConfig()
607 err = NextStr(&line, &tmp); in ReqGetCdmaCBConfig()
Dat_call.c104 if (NextStr(&pLine, &outCall->number) < 0) { in CallCmdCLCC()
112 if (NextStr(&pLine, &outCall->alpha) < 0) { in CallCmdCLCC()
234 if (NextStr(&pStr, &pEmergencyInfo.eccNum) < 0) { in ReportEmergencyNumberList()
243 if (NextStr(&pStr, &pEmergencyInfo.mcc) < 0) { in ReportEmergencyNumberList()
270 if (NextStr(&pStr, &ussdNoticeInfo.str) < 0) { in ReportCallUssdNotice()
986 NextStr(&line, &queryInfo.number); in ReqGetCallTransferInfo()
1306 if (NextStr(&pLine, &outCall->eccNum) < 0) { in CallCmdXLEMA()
1315 if (NextStr(&pLine, &outCall->mcc) < 0) { in CallCmdXLEMA()
Dat_data.c151 if (NextStr(&pStr, &outData->type) < 0) { in ParsePdpCmd()
412 ret = NextStr(&pStr, &pdns->ipType); in QueryAllSupportPDNInfos()
416 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()