Home
last modified time | relevance | path

Searched refs:REG_CELL_ID_POS (Results 1 – 2 of 2) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_network_defs.h100 REG_CELL_ID_POS, /* CellId field position index in response */ enumerator
/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c192 if (NextIntFromHex(&str, &(info[REG_CELL_ID_POS])) != 0) { in ExtractRegStatus()
214 regStateInfo->cellId = info[REG_CELL_ID_POS]; in ExtractRegStatus()