Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node_gc.cpp40 if (bucket.size() < BUCKET_MAX_SIZE) { in NodeDestructorInner()
120 if (bucket.size() < BUCKET_MAX_SIZE) { in DrawableDestructorInner()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_manager.h55 static constexpr uint32_t BUCKET_MAX_SIZE = 4; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_manager.h55 static constexpr uint32_t BUCKET_MAX_SIZE = 4; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node_gc.h33 const int BUCKET_MAX_SIZE = 50; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_manager.cpp57 RdbStoreManager::RdbStoreManager() : configCache_(BUCKET_MAX_SIZE) in RdbStoreManager()