Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dsync_generic_interface.h67 virtual int GetCompressionOption(bool &needCompressOnSync, uint8_t &compressionRate) const in GetCompressionOption() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_single_ver_sync_db_Interface.h115 int GetCompressionOption(bool &needCompressOnSync, uint8_t &compressionRate) const override;
H A Dvirtual_single_ver_sync_db_Interface.cpp454 int VirtualSingleVerSyncDBInterface::GetCompressionOption(bool &needCompressOnSync, uint8_t &compre… in GetCompressionOption() function in DistributedDB::VirtualSingleVerSyncDBInterface
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.h173 int GetCompressionOption(bool &needCompressOnSync, uint8_t &compressionRate) const override;
H A Dsqlite_single_ver_natural_store_extend.cpp315 int SQLiteSingleVerNaturalStore::GetCompressionOption(bool &needCompressOnSync, uint8_t &compressio… in GetCompressionOption() function in DistributedDB::SQLiteSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.cpp314 (void)storage_->GetCompressionOption(needCompressOnSync, compressionRate); in GetMatchData()
671 (void)storage_->GetCompressionOption(needCompressOnSync, compressionRate); in FillDataRequestPacket()
1663 (void)storage_->GetCompressionOption(needCompressOnSync, compressionRate); in GetReSendData()
1750 (void)storage_->GetCompressionOption(needCompressOnSync, compressionRate); in FillRequestReSendPacket()
1762 (void)storage_->GetCompressionOption(needCompressOnSync, compressionRate); in GetDataSizeSpecInfo()