Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_operator_rule.cpp188 int32_t arDoLen = INT32_INITVALUE; in DecodeTLVTagLimits() local
189 if (!readOneByte(hexStrBeg, hexStrEnd, arDoLen)) { in DecodeTLVTagLimits()
195 while (hexStrBeg != hexStrEnd && totalLen < arDoLen) { in DecodeTLVTagLimits()
205 TELEPHONY_LOGI("parse more TLV count:%{public}d , arDolen:%{public}d", totalLen, arDoLen); in DecodeTLVTagLimits()