Searched refs:recordLen (Results 1 – 3 of 3) sorted by relevance
77 int recordLen = 0; in ProcessLinearRecordSize() local79 …ared_ptr<unsigned char> rawData = SIMUtils::HexStringConvertToBytes(result->resultData, recordLen); in ProcessLinearRecordSize()80 if (recordLen > LENGTH_OF_RECORD) { in ProcessLinearRecordSize()100 int recordLen = 0; in ProcessRecordSize() local101 …ared_ptr<unsigned char> rawData = SIMUtils::HexStringConvertToBytes(result->resultData, recordLen); in ProcessRecordSize()109 if (recordLen > LENGTH_OF_RECORD) { in ProcessRecordSize()
394 int recordLen = 0; in FetchDiallingNumberContent() local395 std::shared_ptr<unsigned char> data = SIMUtils::HexStringConvertToBytes(recordData, recordLen); in FetchDiallingNumberContent()402 int length = recordLen - PRE_BYTES_NUM; in FetchDiallingNumberContent()
401 int recordLen = 0; in ParsePnn() local402 std::shared_ptr<unsigned char> data = SIMUtils::HexStringConvertToBytes(dataPnn, recordLen); in ParsePnn()410 if (recordLen > tagAndLength) { in ParsePnn()411 if (recordLen >= (tagAndLength + static_cast<int>(tlv[NETWORK_NAME_LENGTH])) && in ParsePnn()417 if (recordLen > (shortNameOffset + tagAndLength)) { in ParsePnn()418 if (recordLen >= (shortNameOffset + tagAndLength + in ParsePnn()