Home
last modified time | relevance | path

Searched defs:CACHE_SIZE (Results 1 – 3 of 3) 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