Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
Ddata_compression.h28 static void GetCompressionAlgo(std::set<CompressAlgorithm> &algorithmSet);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Ddata_compression.cpp20 void DataCompression::GetCompressionAlgo(std::set<CompressAlgorithm> &algorithmSet) in GetCompressionAlgo() function in DistributedDB::DataCompression
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
Drd_single_ver_natural_store.h132 int GetCompressionAlgo(std::set<CompressAlgorithm> &algorithmSet) const override;
Drd_single_ver_natural_store.cpp502 int RdSingleVerNaturalStore::GetCompressionAlgo(std::set<CompressAlgorithm> &algorithmSet) const in GetCompressionAlgo() function in DistributedDB::RdSingleVerNaturalStore
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
Dsync_generic_interface.h144 virtual int GetCompressionAlgo(std::set<CompressAlgorithm> &algorithmSet) const in GetCompressionAlgo() function
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_natural_store_extend.cpp323 int SQLiteSingleVerNaturalStore::GetCompressionAlgo(std::set<CompressAlgorithm> &algorithmSet) const in GetCompressionAlgo() function in DistributedDB::SQLiteSingleVerNaturalStore
326 DataCompression::GetCompressionAlgo(algorithmSet); in GetCompressionAlgo()
Dsqlite_single_ver_natural_store.h178 int GetCompressionAlgo(std::set<CompressAlgorithm> &algorithmSet) const override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Dvirtual_single_ver_sync_db_Interface.h120 int GetCompressionAlgo(std::set<CompressAlgorithm> &algorithmSet) const override;
Dvirtual_single_ver_sync_db_Interface.cpp514 int VirtualSingleVerSyncDBInterface::GetCompressionAlgo(std::set<CompressAlgorithm> &algorithmSet) … in GetCompressionAlgo() function in DistributedDB::VirtualSingleVerSyncDBInterface
517 DataCompression::GetCompressionAlgo(algorithmSet); in GetCompressionAlgo()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
Drelational_sync_able_storage.h124 int GetCompressionAlgo(std::set<CompressAlgorithm> &algorithmSet) const override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
Dsingle_ver_sync_task_context.cpp462 …(void)(static_cast<SyncGenericInterface *>(syncInterface_))->GetCompressionAlgo(localAlgorithmSet); in ChooseCompressAlgo()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
Drelational_sync_able_storage.cpp716 int RelationalSyncAbleStorage::GetCompressionAlgo(std::set<CompressAlgorithm> &algorithmSet) const in GetCompressionAlgo() function in DistributedDB::RelationalSyncAbleStorage
719 DataCompression::GetCompressionAlgo(algorithmSet); in GetCompressionAlgo()