Searched refs:pnnIndex (Results 1 – 2 of 2) sorted by relevance
208 int pnnIndex = 1; in ObtainEons() local213 pnnIndex = -1; in ObtainEons()220 pnnIndex = opl->pnnRecordId; in ObtainEons()225 if (pnnIndex >= 1 && pnnIndex <= static_cast<int>(pnnFiles_.size())) { in ObtainEons()227 longNameRequired, pnnFiles_.at(pnnIndex - 1)->longName.c_str(), in ObtainEons()228 pnnFiles_.at(pnnIndex - 1)->shortName.c_str()); in ObtainEons()230 eons = pnnFiles_.at(pnnIndex - 1)->longName; in ObtainEons()232 eons = pnnFiles_.at(pnnIndex - 1)->shortName; in ObtainEons()
407 int32_t pnnIndex = 1; in GetCustEons() local412 pnnIndex = -1; in GetCustEons()419 pnnIndex = opl->pnnRecordId; in GetCustEons()423 TELEPHONY_LOGI("OperatorName::GetCustEons pnnIndex:%{public}d", pnnIndex); in GetCustEons()425 if (pnnIndex >= 1 && pnnIndex <= (int32_t)pnnCust_.size()) { in GetCustEons()428 longNameRequired, pnnCust_.at(pnnIndex - 1)->longName.c_str(), in GetCustEons()429 pnnCust_.at(pnnIndex - 1)->shortName.c_str()); in GetCustEons()431 custEonsName = pnnCust_.at(pnnIndex - 1)->longName; in GetCustEons()433 custEonsName = pnnCust_.at(pnnIndex - 1)->shortName; in GetCustEons()