Home
last modified time | relevance | path

Searched refs:algoIntersection (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.cpp463 std::set<CompressAlgorithm> algoIntersection; in ChooseCompressAlgo() local
465 inserter(algoIntersection, algoIntersection.begin())); in ChooseCompressAlgo()
466 if (algoIntersection.empty()) { in ChooseCompressAlgo()
469 return *(algoIntersection.begin()); in ChooseCompressAlgo()