Searched refs:pnnIndex (Results 1 – 2 of 2) sorted by relevance
462 int32_t pnnIndex = 1; in GetCustEons() local467 pnnIndex = -1; in GetCustEons()474 pnnIndex = opl->pnnRecordId; in GetCustEons()478 TELEPHONY_LOGI("OperatorName::GetCustEons pnnIndex:%{public}d", pnnIndex); in GetCustEons()480 if (pnnIndex >= 1 && pnnIndex <= (int32_t)pnnCust_.size()) { in GetCustEons()483 longNameRequired, pnnCust_.at(pnnIndex - 1)->longName.c_str(), in GetCustEons()484 pnnCust_.at(pnnIndex - 1)->shortName.c_str()); in GetCustEons()486 custEonsName = pnnCust_.at(pnnIndex - 1)->longName; in GetCustEons()488 custEonsName = pnnCust_.at(pnnIndex - 1)->shortName; in GetCustEons()
279 int pnnIndex = 1; in ObtainEons() local284 pnnIndex = -1; in ObtainEons()290 pnnIndex = opl->pnnRecordId; in ObtainEons()295 if (pnnIndex >= 1 && pnnIndex <= static_cast<int>(pnnFiles_.size())) { in ObtainEons()297 longNameRequired, pnnFiles_.at(pnnIndex - 1)->longName.c_str(), in ObtainEons()298 pnnFiles_.at(pnnIndex - 1)->shortName.c_str()); in ObtainEons()300 eons = pnnFiles_.at(pnnIndex - 1)->longName; in ObtainEons()302 eons = pnnFiles_.at(pnnIndex - 1)->shortName; in ObtainEons()