Searched defs:Compress (Results 1 – 4 of 4) sorted by relevance
26 int NoneCompress::Compress(const LogPersisterBuffer &inBuffer, LogPersisterBuffer &compressedBuffer) in Compress() function in OHOS::HiviewDFX::NoneCompress37 int ZlibCompress::Compress(const LogPersisterBuffer &inBuffer, LogPersisterBuffer &compressedBuffer) in Compress() function in OHOS::HiviewDFX::ZlibCompress101 int ZstdCompress::Compress(const LogPersisterBuffer &inBuffer, LogPersisterBuffer &compressedBuffer) in Compress() function in OHOS::HiviewDFX::ZstdCompress
33 DumpStatus DumpCompressor::Compress(CompressBuffer*& srcBuffer, CompressBuffer*& destBuffer) in Compress() function in OHOS::HiviewDFX::DumpCompressor
238 int SoftBusChannel::Compress(const std::string &json, const unsigned char *compressedBytes, int &co… in Compress() function in OHOS::Security::AccessToken::SoftBusChannel
445 std::string Compress(std::string str) in Compress() function