Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_file.cpp559 for (const auto &dataOpl : records) { in ParseOpl() local
560 TELEPHONY_LOGD("ParseOpl: %{public}s", dataOpl.c_str()); in ParseOpl()
561 if (dataOpl.size() != (BYTE_LENGTH + BYTE_LENGTH)) { in ParseOpl()
564 std::string plmn = SIMUtils::BcdPlmnConvertToString(dataOpl, 0); in ParseOpl()
570 if (!regex_match(dataOpl, std::regex("[0-9a-fA-F]+"))) { in ParseOpl()
574 file->lacStart = stoi(dataOpl.substr(MCCMNC_LEN, HALF_BYTE_LEN), 0, HEXADECIMAL); in ParseOpl()
590 for (const auto &dataOpl : records) { in ParseOpl5g() local
591 TELEPHONY_LOGD("ParseOpl5g: %{public}s", dataOpl.c_str()); in ParseOpl5g()
592 if (dataOpl.size() != (OPL_5G_LENGTH + OPL_5G_LENGTH)) { in ParseOpl5g()
595 std::string plmn = SIMUtils::BcdPlmnConvertToString(dataOpl, 0); in ParseOpl5g()
[all …]