Home
last modified time | relevance | path

Searched refs:pnnRecordId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Doperator_name.cpp471 … numeric.c_str(), opl->plmnNumeric.c_str(), lac, opl->lacStart, opl->lacEnd, opl->pnnRecordId); in GetCustEons()
474 pnnIndex = opl->pnnRecordId; in GetCustEons()
715 opl->pnnRecordId = stoi(oplString.back(), 0, base); in UpdateOplCust()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_types.h595 int32_t pnnRecordId = 0; member
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_file.cpp287 … plmn.c_str(), opl->plmnNumeric.c_str(), lac, opl->lacStart, opl->lacEnd, opl->pnnRecordId); in ObtainEons()
290 pnnIndex = opl->pnnRecordId; in ObtainEons()
H A Dsim_file.cpp576 … file->pnnRecordId = stoi(dataOpl.substr(MCCMNC_LEN + BYTE_LENGTH, HALF_LEN), 0, HEXADECIMAL); in ParseOpl()
578 file->plmnNumeric.c_str(), file->lacStart, file->lacEnd, file->pnnRecordId); in ParseOpl()
607 …file->pnnRecordId = stoi(dataOpl.substr(MCCMNC_LEN + LAC_RANGE_LEN + LAC_RANGE_LEN, HALF_LEN), 0, … in ParseOpl5g()
609 file->plmnNumeric.c_str(), file->lacStart, file->lacEnd, file->pnnRecordId); in ParseOpl5g()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp2934 opl->pnnRecordId = 1;