Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_operator_rule.cpp179 TELEPHONY_LOGI("Start parse TAG_LIMITS(%{public}s) for [%{public}s]", TAG_LIMITS.data(), in DecodeTLVTagLimits()
181 …o [hexStrIt, prefixIt] = std::mismatch(hexStrBeg, hexStrEnd, TAG_LIMITS.begin(), TAG_LIMITS.end()); in DecodeTLVTagLimits()
182 if (prefixIt != TAG_LIMITS.end()) { in DecodeTLVTagLimits()
184 …TELEPHONY_LOGE("hexStr:[%{public}s] not strartWith '%{public}s' !", temp.data(), TAG_LIMITS.data()… in DecodeTLVTagLimits()
187 hexStrBeg += TAG_LIMITS.size(); in DecodeTLVTagLimits()
190 TELEPHONY_LOGE("after tagStr '%{public}s' had not LenStr !", TAG_LIMITS.data()); in DecodeTLVTagLimits()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_operator_rule.h31 inline constexpr static std::string_view TAG_LIMITS = "E3"; variable