Home
last modified time | relevance | path

Searched defs:needCompressOnSync (Results 1 – 4 of 4) 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()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.cpp312 bool needCompressOnSync = false; in GetMatchData() local
669 bool needCompressOnSync = false; in FillDataRequestPacket() local
1661 bool needCompressOnSync = false; in GetReSendData() local
1748 bool needCompressOnSync = false; in FillRequestReSendPacket() local
1760 bool needCompressOnSync = false; in GetDataSizeSpecInfo() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp315 int SQLiteSingleVerNaturalStore::GetCompressionOption(bool &needCompressOnSync, uint8_t &compressio… in GetCompressionOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_single_ver_sync_db_Interface.cpp454 int VirtualSingleVerSyncDBInterface::GetCompressionOption(bool &needCompressOnSync, uint8_t &compre… in GetCompressionOption()