Searched refs:outLength (Results 1 - 3 of 3) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/src/utils/ |
H A D | mms_quoted_printable.cpp | 64 uint32_t outLength = 0;
in Decode() local 73 tempBuffer[outLength] = static_cast<char>(hexChar);
in Decode() 77 tempBuffer[outLength] = *input;
in Decode() 81 outLength++;
in Decode() 84 tempBuffer[outLength] = '\0';
in Decode() 85 dest = std::string(tempBuffer.get(), outLength);
in Decode()
|
/base/update/updater/services/package/pkg_algorithm/ |
H A D | pkg_algo_lz4.cpp | 307 size_t outLength = 0;
in Pack() local 308 if (GetPackParam(ctx, preferences, inLength, outLength) != PKG_SUCCESS) {
in Pack() 314 PkgBuffer outBuffer(outLength);
in Pack() 321 struct PkgBufferMessage msg { packText, inBuffer, outBuffer, inLength, outLength};
in Pack() 475 size_t outLength = static_cast<size_t>(outBuffSize);
in Unpack() local 477 PkgBuffer outBuffer(outLength);
in Unpack() 483 struct PkgBufferMessage msg { unpackText, inBuffer, outBuffer, inLength, outLength};
in Unpack()
|
/base/security/huks/frameworks/huks_standard/main/core/src/ |
H A D | hks_verifier.c | 252 static int32_t EncodeTlvAndGetLength(uint8_t **buf, uint32_t *outLength, uint32_t inLen)
in EncodeTlvAndGetLength() argument 283 *outLength = length;
in EncodeTlvAndGetLength()
|
Completed in 3 milliseconds