Searched refs:NextIntNotSkipNextComma (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_modem.c | 287 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 D | at_network.c | 2009 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 D | vendor_util.c | 213 int32_t NextIntNotSkipNextComma(char **s, int32_t *out) in NextIntNotSkipNextComma() function
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/include/ |
H A D | vendor_util.h | 73 int32_t NextIntNotSkipNextComma(char **s, int32_t *out);
|