Home
last modified time | relevance | path

Searched refs:compressedBytes (Results 1 - 4 of 4) sorted by relevance

/base/security/access_token/services/tokensyncmanager/test/mock/src/
H A Dsoft_bus_socket_mock.cpp81 void CompressMock(const std::string &json, const unsigned char *compressedBytes, int &compressedLength) in CompressMock() argument
92 int result = compress(const_cast<Byte *>(compressedBytes), &len, in CompressMock()
/base/security/access_token/services/tokensyncmanager/test/mock/include/
H A Dsocket.h479 void CompressMock(const std::string &json, const unsigned char *compressedBytes, int &compressedLength);
/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dsoft_bus_channel.h119 * @param compressedBytes compressed data array
125 int Compress(const std::string &json, const unsigned char *compressedBytes, int &compressedLength);
/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_channel.cpp272 int SoftBusChannel::Compress(const std::string &json, const unsigned char *compressedBytes, int &compressedLength) in Compress() argument
283 int result = compress(const_cast<Byte *>(compressedBytes), &len, in Compress()

Completed in 3 milliseconds