Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/src/
Dicc_file_controller.cpp77 int recordLen = 0; in ProcessLinearRecordSize() local
79 …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() local
101 …ared_ptr<unsigned char> rawData = SIMUtils::HexStringConvertToBytes(result->resultData, recordLen); in ProcessRecordSize()
109 if (recordLen > LENGTH_OF_RECORD) { in ProcessRecordSize()
Dicc_dialling_numbers_handler.cpp394 int recordLen = 0; in FetchDiallingNumberContent() local
395 std::shared_ptr<unsigned char> data = SIMUtils::HexStringConvertToBytes(recordData, recordLen); in FetchDiallingNumberContent()
402 int length = recordLen - PRE_BYTES_NUM; in FetchDiallingNumberContent()
Dsim_file.cpp401 int recordLen = 0; in ParsePnn() local
402 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()