Home
last modified time | relevance | path

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

/base/telephony/core_service/utils/codec/include/
H A Dasn1_constants.h31 const uint32_t MAX_INT8 = std::numeric_limits<int8_t>::max(); member
/base/telephony/core_service/utils/codec/src/
H A Dasn1_decoder.cpp95 uint32_t lenLen = static_cast<uint32_t>(byteLen & MAX_INT8); in BuildAsn1Node()
H A Dasn1_utils.cpp68 if (length > MAX_INT8) { in CalculateEncodedBytesNumForLength()
82 if (value <= MAX_INT8) { in ByteCountForInt()
H A Dasn1_node.cpp77 if (dataLength_ <= MAX_INT8) { in Asn1Write()
233 if (dataLength_ <= MAX_INT8) { in Asn1GetHeadAsHexStr()

Completed in 3 milliseconds