Searched refs:compressedLength (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/mock/src/ |
H A D | soft_bus_socket_mock.cpp | 81 … CompressMock(const std::string &json, const unsigned char *compressedBytes, int &compressedLength) in CompressMock() argument 85 if (compressedLength > 0 && (int) len > compressedLength) { in CompressMock() 88 compressedLength); in CompressMock() 98 …EN_LOG_DEBUG(LABEL, "compress complete. compress %{public}d bytes to %{public}d", compressedLength, in CompressMock() 100 compressedLength = len; in CompressMock()
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/ |
H A D | soft_bus_channel.cpp | 272 …nel::Compress(const std::string &json, const unsigned char *compressedBytes, int &compressedLength) in Compress() argument 276 if (compressedLength > 0 && static_cast<int32_t>(len) > compressedLength) { in Compress() 279 static_cast<int32_t>(len), compressedLength); in Compress() 289 …EN_LOG_DEBUG(LABEL, "Compress complete. compress %{public}d bytes to %{public}d", compressedLength, in Compress() 291 compressedLength = static_cast<int32_t>(len); in Compress()
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/mock/include/ |
H A D | socket.h | 479 …CompressMock(const std::string &json, const unsigned char *compressedBytes, int &compressedLength);
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/ |
H A D | soft_bus_channel.h | 125 …int Compress(const std::string &json, const unsigned char *compressedBytes, int &compressedLength);
|