Searched refs:compressedLength (Results 1 – 4 of 4) sorted by relevance
/base/security/access_token/services/tokensyncmanager/test/mock/src/ |
D | soft_bus_session_mock.cpp | 184 … 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/ |
D | soft_bus_channel.cpp | 251 …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/ |
D | session.h | 348 …CompressMock(const std::string &json, const unsigned char *compressedBytes, int &compressedLength);
|
/base/security/access_token/services/tokensyncmanager/include/remote/ |
D | soft_bus_channel.h | 125 …int Compress(const std::string &json, const unsigned char *compressedBytes, int &compressedLength);
|