• Home
  • Raw
  • Download

Lines Matching refs:areaCode

90                                     const int areaCode, const int cellId) {  in makeCellIdentityGsm()  argument
94 .lac = areaCode, in makeCellIdentityGsm()
107 const int areaCode, const int cellId) { in makeCellIdentityLte() argument
113 .tac = areaCode, in makeCellIdentityLte()
125 CellIdentityNr makeCellIdentityNr(OperatorInfo operatorInfo, const int areaCode) { in makeCellIdentityNr() argument
133 .tac = areaCode, in makeCellIdentityNr()
145 const int areaCode, const int cellId) { in makeCellIdentityTdscdma() argument
149 .lac = areaCode, in makeCellIdentityTdscdma()
162 const int areaCode, const int cellId) { in makeCellIdentityWcdma() argument
166 .lac = areaCode, in makeCellIdentityWcdma()
191 const int areaCode, const int cellId, in getCellIdentityImpl() argument
204 areaCode, cellId)); in getCellIdentityImpl()
209 areaCode, cellId)); in getCellIdentityImpl()
216 areaCode, cellId)); in getCellIdentityImpl()
220 areaCode, cellId)); in getCellIdentityImpl()
223 cellIdentity.set<CellIdentity::nr>(makeCellIdentityNr(std::move(operatorInfo), areaCode)); in getCellIdentityImpl()
233 CellIdentityResult getCellIdentityImpl(const int areaCode, const int cellId, std::string* plmn, in getCellIdentityImpl() argument
282 areaCode, cellId, plmn); in getCellIdentityImpl()
477 int areaCode; in getBarringInfo() local
481 areaCode = mCreg.areaCode; in getBarringInfo()
486 getCellIdentityImpl(areaCode, cellId, nullptr, mAtConversation, requestPipe); in getBarringInfo()
566 int areaCode; in getCellInfoList() local
572 areaCode = mCreg.areaCode; in getCellInfoList()
582 getCellIdentityImpl(areaCode, cellId, nullptr, mAtConversation, requestPipe); in getCellInfoList()
610 int areaCode; in getDataRegistrationState() local
616 areaCode = mCreg.areaCode; in getDataRegistrationState()
621 getCellIdentityImpl(areaCode, cellId, &regStateResult.registeredPlmn, in getDataRegistrationState()
796 int areaCode; in getVoiceRegistrationState() local
802 areaCode = mCreg.areaCode; in getVoiceRegistrationState()
807 getCellIdentityImpl(areaCode, cellId, &regStateResult.registeredPlmn, in getVoiceRegistrationState()
1371 mCreg.areaCode, mCreg.cellId, in handleUnsolicited()