Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/services/vendor/include/
H A Dvendor_util.h79 int32_t NextStr(char **s, char **out);
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c391 err = NextStr(&resultStr, &c); in ProcessParamSignalStrength()
430 err = NextStr(&resultStr, &c); in ProcessParamSignalStrengthNotify()
614 ret = NextStr(&result, &response[i]); in ReqGetOperatorInfo()
735 int32_t ret = NextStr(&data, longNameInfoStr); in ParseOperInfoItem()
741 ret = NextStr(&data, shortNameInfoStr); in ParseOperInfoItem()
747 ret = NextStr(&data, numericInfoStr); in ParseOperInfoItem()
871 if (NextStr(&pStr, &pat) < 0) { in ParseCellInfoGsm()
908 if (NextStr(&pStr, &pat) < 0) { in ParseCellInfoLte()
942 if (NextStr(&pStr, &pat) < 0) { in ParseCellInfoWcdma()
973 if (NextStr( in ParseCellInfoCdma()
[all...]
H A Dat_modem.c302 NextStr(&str, &(voiceRadioInfo->sysModeName)); in ProcessVoiceRadioInfo()
305 NextStr(&str, &(voiceRadioInfo->actName)); in ProcessVoiceRadioInfo()
H A 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()
H A Dat_sms.c64 ret = NextStr(&pBuff, &response->dcs); in ProcessCellBroadcast()
505 err = NextStr(&result, &response.address); in ReqGetSmscAddr()
507 TELEPHONY_LOGE("NextStr in ReqGetSmscAddr is failed!"); in ReqGetSmscAddr()
581 err = NextStr(&line, &mids); in ReqGetCBConfig()
589 err = NextStr(&line, &dcss); in ReqGetCBConfig()
859 err = NextStr(&line, &tmp); in ReqGetCdmaCBConfig()
H A 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()
H A Dvendor_report.c268 err = NextStr(&str, cmdResponseInfo); in ParseStkResponseStr()
H A Dvendor_util.c331 int32_t NextStr(char **s, char **out) in NextStr() function
H A 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()

Completed in 14 milliseconds