Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_file.cpp527 int tagAndLength = NETWORK_NAME_LENGTH + 1; in ParsePnn() local
528 if (recordLen <= tagAndLength) { in ParsePnn()
532 if (recordLen >= (tagAndLength + static_cast<int>(tlv[NETWORK_NAME_LENGTH])) && in ParsePnn()
537 int shortNameOffset = tagAndLength + tlv[NETWORK_NAME_LENGTH]; in ParsePnn()
538 if (recordLen > (shortNameOffset + tagAndLength) && in ParsePnn()
540 … (shortNameOffset + tagAndLength + static_cast<int>(tlv[shortNameOffset + NETWORK_NAME_LENGTH])) && in ParsePnn()