Home
last modified time | relevance | path

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

/base/telephony/core_service/utils/codec/include/
H A Dasn1_node.h56 encodedLength_ = encodedLength; in SetEncodedLength()
61 return encodedLength_ ; in GetEncodedLength()
86 uint32_t encodedLength_ = 0; member in OHOS::Telephony::Asn1Node
/base/telephony/core_service/utils/codec/src/
H A Dasn1_node.cpp41 encodedLength_ = Asn1Utils::ByteCountForUint(tag) + Asn1Utils::CalculateEncodedBytesNumForLength(length) + length; in Asn1Node()
56 if (encodedLength_ == 0) { in Asn1NodeToBytes()
/base/telephony/core_service/test/unittest/utils_codec_gtest/
H A Dasn1_node_test.cpp96 asn1Node->encodedLength_ = 0; in HWTEST_F()

Completed in 2 milliseconds