Home
last modified time | relevance | path

Searched refs:tagAndLength (Results 1 - 1 of 1) sorted by relevance

/base/telephony/core_service/services/sim/src/
H A Dsim_file.cpp531 int tagAndLength = NETWORK_NAME_LENGTH + 1; in ParsePnn() local
532 if (recordLen <= tagAndLength) { in ParsePnn()
533 TELEPHONY_LOGD("recordLen <= tagAndLength"); in ParsePnn()
536 if (recordLen >= (tagAndLength + static_cast<int>(tlv[NETWORK_NAME_LENGTH])) && in ParsePnn()
541 int shortNameOffset = tagAndLength + tlv[NETWORK_NAME_LENGTH]; in ParsePnn()
542 if (recordLen > (shortNameOffset + tagAndLength) && in ParsePnn()
544 (shortNameOffset + tagAndLength + static_cast<int>(tlv[shortNameOffset + NETWORK_NAME_LENGTH])) && in ParsePnn()

Completed in 4 milliseconds