Searched refs:pnnRecordId (Results 1 – 5 of 5) sorted by relevance
/base/telephony/core_service/services/network_search/src/ |
D | operator_name.cpp | 414 … numeric.c_str(), opl->plmnNumeric.c_str(), lac, opl->lacStart, opl->lacEnd, opl->pnnRecordId); in GetCustEons() 417 pnnIndex = opl->pnnRecordId; in GetCustEons() 548 opl->pnnRecordId = stoi(oplString.back(), 0, base); in UpdateOplCust()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | telephony_types.h | 568 int32_t pnnRecordId = 0; member
|
/base/telephony/core_service/services/sim/src/ |
D | icc_file.cpp | 232 … plmn.c_str(), opl->plmnNumeric.c_str(), lac, opl->lacStart, opl->lacEnd, opl->pnnRecordId); in ObtainEons() 235 pnnIndex = opl->pnnRecordId; in ObtainEons()
|
D | sim_file.cpp | 475 … file->pnnRecordId = stoi(dataOpl.substr(MCCMNC_LEN + BYTE_LENGTH, HALF_LEN), 0, HEXADECIMAL); in ParseOpl() 477 file->plmnNumeric.c_str(), file->lacStart, file->lacEnd, file->pnnRecordId); in ParseOpl() 506 …file->pnnRecordId = stoi(dataOpl.substr(MCCMNC_LEN + LAC_RANGE_LEN + LAC_RANGE_LEN, HALF_LEN), 0, … in ParseOpl5g() 508 file->plmnNumeric.c_str(), file->lacStart, file->lacEnd, file->pnnRecordId); in ParseOpl5g()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | zero_branch_test.cpp | 2343 opl->pnnRecordId = 1;
|