Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_properties.h68 static const std::string COMPRESSION_RATE; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_properties.cpp32 const std::string KvDBProperties::COMPRESSION_RATE = "compressionRate"; member in DistributedDB::KvDBProperties
H A Dkvdb_manager.cpp304 int compressRateUser = properties.GetIntProp(KvDBProperties::COMPRESSION_RATE, 0); in CheckOpenDBOptionWithCached()
305 … int compressRateGet = kvDB->GetMyProperties().GetIntProp(KvDBProperties::COMPRESSION_RATE, 0); in CheckOpenDBOptionWithCached()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp318 compressionRate = GetDbProperties().GetIntProp(KvDBProperties::COMPRESSION_RATE, in GetCompressionOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp110 properties.SetIntProp(KvDBProperties::COMPRESSION_RATE, in InitPropWithNbOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp1026 propertiesPtr->SetIntProp(KvDBProperties::COMPRESSION_RATE, in GetAutoLaunchKVProperties()