Home
last modified time | relevance | path

Searched defs:poolSize (Results 1 - 21 of 21) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_storage_engine.cpp39 InitDatabases(IKvDB *kvDB, IKvDBMultiVerDataStorage *dataStorage, IKvDBCommitStorage *commitStorage, MultiVerKvDataStorage *kvDataStorage, const StorageEngineAttr &poolSize) InitDatabases() argument
H A Dmulti_ver_natural_store.cpp407 StorageEngineAttr poolSize = {0, 1, 0, 16}; // 1 write 16 read at most. in Open() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_storage_engine.cpp32 int SQLiteStorageEngine::InitSQLiteStorageEngine(const StorageEngineAttr &poolSize, const OpenDbProperties &option, in InitSQLiteStorageEngine() argument
H A Dsqlite_single_ver_natural_store.cpp1408 StorageEngineAttr poolSize = {1, 1, 1, 16}; // at most 1 write 16 read. in InitStorageEngine() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_buf_item.c35 void *FillpCreateBufItemPool(int poolSize, int initSize, int pktSize) in FillpCreateBufItemPool() argument
/foundation/arkui/napi/test/unittest/engine/
H A Dtest_ark.cpp61 const int64_t poolSize = 0x1000000; // 16M in main() local
/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dbuffer_pool.h33 explicit BufferPool<T>(size_t poolSize) : poolSize_(poolSize), isActive_(true), allocInProgress(false) in BufferPool() argument
51 static std::shared_ptr<BufferPool<T>> Create(size_t poolSize) in Create() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_engine.cpp84 int RdSingleVerStorageEngine::InitRdStorageEngine(const StorageEngineAttr &poolSize, const OpenDbProperties &option, in InitRdStorageEngine() argument
H A Drd_single_ver_natural_store.cpp430 static void SetStorageEngineAttr(StorageEngineAttr &poolSize, uint32_t minWriteNum, uint32_t maxWriteNum, in SetStorageEngineAttr() argument
444 StorageEngineAttr poolSize = { 0 }; in InitDatabaseContext() local
/foundation/ability/ability_runtime/test/unittest/js_ui_extension_context_test/
H A Djs_ui_extension_context_test.cpp161 const int64_t poolSize = 0x1000000; in SetUpTestCase() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.cpp470 bool StorageEngine::CheckEngineAttr(const StorageEngineAttr &poolSize) in CheckEngineAttr() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_device_identifier_test.cpp592 StorageEngineAttr poolSize = {17, 1, 1, 1}; // 17 means the maximum value is exceeded, 1 is the normal value in HWTEST_F() local
672 StorageEngineAttr poolSize = {1, 1, 1, 1}; // 1 is the valid size in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/js_ability_context_test/
H A Djs_ability_context_test.cpp163 const int64_t poolSize = 0x1000000; in SetUpTestCase() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dsingle_ver_database_oper.cpp474 StorageEngineAttr poolSize = {0, 1, 1, 16}; // at most 1 write 16 read. in InitStorageEngine() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.cpp274 StorageEngineAttr poolSize = {0, 1, 0, 4}; // 1 write 4 read at most. in InitStorageEngine() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp69 const int64_t poolSize = 0x10000000; // 256M in Initialize() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_get_data_test.cpp1761 StorageEngineAttr poolSize = {1, 1, 0, 16}; // at most 1 write 16 read. in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp300 auto poolSize = 2; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp79 StorageEngineAttr poolSize = { 1, 1, 0, 16 }; // at most 1 write 16 read. in InitStorageEngine() local
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp1718 const int64_t poolSize = 0x1000000; in CreateRuntimeFunc() local
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp96 const int64_t poolSize = 0x1000000; // 16M in NativeEngineProxy() local

Completed in 41 milliseconds