Home
last modified time | relevance | path

Searched refs:NextIntNotSkipNextComma (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_modem.c287 NextIntNotSkipNextComma(&str, &srvStatus); in ProcessVoiceRadioInfo()
289 NextIntNotSkipNextComma(&str, &srvDomain); in ProcessVoiceRadioInfo()
291 NextIntNotSkipNextComma(&str, &roamStatus); in ProcessVoiceRadioInfo()
293 NextIntNotSkipNextComma(&str, &simStatus); in ProcessVoiceRadioInfo()
295 if (NextIntNotSkipNextComma(&str, &lockStatus) < 0) { in ProcessVoiceRadioInfo()
300 NextIntNotSkipNextComma(&str, &sysMode); in ProcessVoiceRadioInfo()
303 NextIntNotSkipNextComma(&str, &actType); in ProcessVoiceRadioInfo()
H A Dat_network.c2009 if (NextIntNotSkipNextComma(&tempStr, &tempData) != 0) { in FillNeighboringCellSsbId()
2022 if (NextIntNotSkipNextComma(&tempStr, &tempData) != 0) { in FillNeighboringCellSsbId()
2026 if (NextIntNotSkipNextComma(&tempStr, &tempData) != 0) { in FillNeighboringCellSsbId()
2030 if (NextIntNotSkipNextComma(&tempStr, &tempData) != 0) { in FillNeighboringCellSsbId()
2034 if (NextIntNotSkipNextComma(&tempStr, &tempData) != 0) { in FillNeighboringCellSsbId()
2060 if (NextIntNotSkipNextComma(&tempStr, &tempData) != 0) { in FillServingCellSsbId()
2064 if (NextIntNotSkipNextComma(&tempStr, &tempData) != 0) { in FillServingCellSsbId()
2089 if (NextIntNotSkipNextComma(&tempStr, &tempData) != 0) { in ProcessNrSsbId()
2097 if (NextIntNotSkipNextComma(&tempStr, &tempData) != 0) { in ProcessNrSsbId()
2101 if (NextIntNotSkipNextComma(&tempStr, &tempData) != 0) { in ProcessNrSsbId()
[all …]
H A Dvendor_util.c213 int32_t NextIntNotSkipNextComma(char **s, int32_t *out) in NextIntNotSkipNextComma() function
/ohos5.0/base/telephony/ril_adapter/services/vendor/include/
H A Dvendor_util.h73 int32_t NextIntNotSkipNextComma(char **s, int32_t *out);