/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_storage_engine.cpp | 39 InitDatabases(IKvDB *kvDB, IKvDBMultiVerDataStorage *dataStorage, IKvDBCommitStorage *commitStorage, MultiVerKvDataStorage *kvDataStorage, const StorageEngineAttr &poolSize) InitDatabases() argument
|
H A D | multi_ver_natural_store.cpp | 407 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 D | sqlite_storage_engine.cpp | 32 int SQLiteStorageEngine::InitSQLiteStorageEngine(const StorageEngineAttr &poolSize, const OpenDbProperties &option, in InitSQLiteStorageEngine() argument
|
H A D | sqlite_single_ver_natural_store.cpp | 1408 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 D | fillp_buf_item.c | 35 void *FillpCreateBufItemPool(int poolSize, int initSize, int pktSize) in FillpCreateBufItemPool() argument
|
/foundation/arkui/napi/test/unittest/engine/ |
H A D | test_ark.cpp | 61 const int64_t poolSize = 0x1000000; // 16M in main() local
|
/foundation/multimedia/media_foundation/engine/include/foundation/utils/ |
H A D | buffer_pool.h | 33 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 D | rd_single_ver_storage_engine.cpp | 84 int RdSingleVerStorageEngine::InitRdStorageEngine(const StorageEngineAttr &poolSize, const OpenDbProperties &option, in InitRdStorageEngine() argument
|
H A D | rd_single_ver_natural_store.cpp | 430 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 D | js_ui_extension_context_test.cpp | 161 const int64_t poolSize = 0x1000000; in SetUpTestCase() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_engine.cpp | 470 bool StorageEngine::CheckEngineAttr(const StorageEngineAttr &poolSize) in CheckEngineAttr() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_device_identifier_test.cpp | 592 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 D | js_ability_context_test.cpp | 163 const int64_t poolSize = 0x1000000; in SetUpTestCase() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | single_ver_database_oper.cpp | 474 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 D | sqlite_local_kvdb.cpp | 274 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 D | ark_js_runtime.cpp | 69 const int64_t poolSize = 0x10000000; // 256M in Initialize() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_get_data_test.cpp | 1761 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 D | scrollable_cover_test_ng.cpp | 300 auto poolSize = 2; in HWTEST_F() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_store.cpp | 79 StorageEngineAttr poolSize = { 1, 1, 0, 16 }; // at most 1 write 16 read. in InitStorageEngine() local
|
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 1718 const int64_t poolSize = 0x1000000; in CreateRuntimeFunc() local
|
/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 96 const int64_t poolSize = 0x1000000; // 16M in NativeEngineProxy() local
|