Home
last modified time | relevance | path

Searched defs:Compress (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_compress.cpp40 int NoneCompress::Compress(const LogPersisterBuffer &inBuffer, LogPersisterBuffer &compressedBuffer) in Compress() function in OHOS::HiviewDFX::NoneCompress
51 int ZlibCompress::Compress(const LogPersisterBuffer &inBuffer, LogPersisterBuffer &compressedBuffer) in Compress() function in OHOS::HiviewDFX::ZlibCompress
118 int ZstdCompress::Compress(const LogPersisterBuffer &inBuffer, LogPersisterBuffer &compressedBuffer) in Compress() function in OHOS::HiviewDFX::ZstdCompress
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dzlib_compression.cpp33 int ZlibCompression::Compress(const std::vector<uint8_t> &srcData, std::vector<uint8_t> &destData) … in Compress() function in DistributedDB::ZlibCompression
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Ddump_compressor.cpp33 DumpStatus DumpCompressor::Compress(CompressBuffer*& srcBuffer, CompressBuffer*& destBuffer) in Compress() function in OHOS::HiviewDFX::DumpCompressor
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp225 std::string Compress(const std::string& data) in Compress() function
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_dfx.cpp161 bool ThermalDfx::Compress(const std::string& dataFile, const std::string& destFile) in Compress() function in OHOS::HDI::Thermal::V1_1::ThermalDfx
/ohos5.0/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 &co… in Compress() function in OHOS::Security::AccessToken::SoftBusChannel
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_single_ver_kv_entry.cpp370 int GenericSingleVerKvEntry::Compress(const std::vector<SingleVerKvEntry *> &kvEntries, std::vector… in Compress() function in DistributedDB::GenericSingleVerKvEntry
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp471 std::string Compress(std::string str) in Compress() function
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/
H A Dzip_n_exporter.cpp1274 napi_value ZipNExporter::Compress(napi_env env, napi_callback_info info) in Compress() function in OHOS::AppExecFwk::LIBZIP::ZipNExporter