Home
last modified time | relevance | path

Searched refs:GetMaxExecNum (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_anti_dos_sync_test.cpp173 for (unsigned int index = 0; index < g_syncEngine->GetMaxExecNum() - TEST_ONE; index++) {
223 for (unsigned int index = 0; index < g_syncEngine->GetMaxExecNum() + TEST_TWO; index++) {
287 … for (unsigned int index = 0; index < g_syncEngine->GetMaxExecNum() + TEST_THREE_THREAD; index++) {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.h70 unsigned int GetMaxExecNum() const;
H A Dsync_engine.cpp710 unsigned int SyncEngine::GetMaxExecNum() const in GetMaxExecNum() function in DistributedDB::SyncEngine