Home
last modified time | relevance | path

Searched refs:algoMap (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_task_context.cpp423 static std::map<CompressAlgorithm, std::string> algoMap = {{CompressAlgorithm::ZLIB, "zlib"}}; in GetRemoteCompressAlgoStr() local
430 auto iter = algoMap.find(algo); in GetRemoteCompressAlgoStr()
431 if (iter != algoMap.end()) { in GetRemoteCompressAlgoStr()
432 currentAlgoStr += algoMap[algo] + ","; in GetRemoteCompressAlgoStr()