Home
last modified time | relevance | path

Searched refs:CACHE_SIZE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_properties.h75 static const std::string CACHE_SIZE; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_properties.cpp39 const std::string KvDBProperties::CACHE_SIZE = "cacheSize"; member in DistributedDB::KvDBProperties
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Dfile_fd_source_plugin.cpp46 constexpr size_t CACHE_SIZE = 40 * 1024 * 1024; variable
140 ringBuffer_ = std::make_shared<RingBuffer>(CACHE_SIZE); in SetSource()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp555 int cacheSize = kvDBProp.GetIntProp(KvDBProperties::CACHE_SIZE, 2048); in InitDataBaseOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp119 properties.SetUIntProp(KvDBProperties::CACHE_SIZE, option.rdconfig.cacheSize); in InitPropWithNbOption()