Home
last modified time | relevance | path

Searched refs:compressedLength (Results 1 – 4 of 4) sorted by relevance

/base/security/access_token/services/tokensyncmanager/test/mock/src/
Dsoft_bus_session_mock.cpp184 … CompressMock(const std::string &json, const unsigned char *compressedBytes, int &compressedLength) in CompressMock() argument
188 if (compressedLength > 0 && (int) len > compressedLength) { in CompressMock()
191 compressedLength); in CompressMock()
201 …EN_LOG_DEBUG(LABEL, "compress complete. compress %{public}d bytes to %{public}d", compressedLength, in CompressMock()
203 compressedLength = len; in CompressMock()
/base/security/access_token/services/tokensyncmanager/src/remote/
Dsoft_bus_channel.cpp251 …nel::Compress(const std::string &json, const unsigned char *compressedBytes, int &compressedLength) in Compress() argument
255 if (compressedLength > 0 && static_cast<int32_t>(len) > compressedLength) { in Compress()
258 static_cast<int32_t>(len), compressedLength); in Compress()
268 …EN_LOG_DEBUG(LABEL, "compress complete. compress %{public}d bytes to %{public}d", compressedLength, in Compress()
270 compressedLength = static_cast<int32_t>(len); in Compress()
/base/security/access_token/services/tokensyncmanager/test/mock/include/
Dsession.h348 …CompressMock(const std::string &json, const unsigned char *compressedBytes, int &compressedLength);
/base/security/access_token/services/tokensyncmanager/include/remote/
Dsoft_bus_channel.h125 …int Compress(const std::string &json, const unsigned char *compressedBytes, int &compressedLength);