Searched refs:GetCompressionOption (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | sync_generic_interface.h | 67 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 D | virtual_single_ver_sync_db_Interface.h | 115 int GetCompressionOption(bool &needCompressOnSync, uint8_t &compressionRate) const override;
|
H A D | virtual_single_ver_sync_db_Interface.cpp | 454 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 D | sqlite_single_ver_natural_store.h | 173 int GetCompressionOption(bool &needCompressOnSync, uint8_t &compressionRate) const override;
|
H A D | sqlite_single_ver_natural_store_extend.cpp | 315 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 D | single_ver_data_sync.cpp | 314 (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()
|