Home
last modified time | relevance | path

Searched refs:opCnt (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_observer_test.cpp1177 for (unsigned int opCnt = NB_OPERATION_CNT_START; opCnt < NB_OPERATION_CNT_END; ++opCnt) { variable
1257 for (unsigned int opCnt = NB_OPERATION_CNT_START; opCnt < NB_OPERATION_CNT_END; ++opCnt) { variable
1344 for (unsigned int opCnt = NB_OPERATION_CNT_START; opCnt < NB_OPERATION_CNT_END; ++opCnt) { variable
1432 for (unsigned int opCnt = NB_OPERATION_CNT_START; opCnt < NB_OPERATION_CNT_END; ++opCnt) { variable
1932 observerSyncs[opCnt].Clear(); in CheckPressureAcrossDatabase()
1987 for (unsigned int opCnt = 0; opCnt < static_cast<unsigned int>(nbDelegateVec.size()); ++opCnt) { variable
2001 for (unsigned int opCnt = 0; opCnt < static_cast<unsigned int>(nbDelegateVec.size()); ++opCnt) { variable
2004 for (unsigned int opCnt = 0; opCnt < static_cast<unsigned int>(nbDelegateVec.size()); ++opCnt) { variable
2005 status = nbDelegateVec[opCnt]->UnRegisterObserver(&observerLocals[opCnt]);
2007 status = nbDelegateVec[opCnt]->UnRegisterObserver(&observerSyncs[opCnt]);
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_nb_test_tools.cpp168 unsigned long opCnt; in GetNbDelegateStoresSuccess() local
170 for (opCnt = 0; opCnt < storeIds.size(); ++opCnt) { in GetNbDelegateStoresSuccess()
171 if (storeIds[opCnt].empty() || appId.empty() || userId.empty()) { in GetNbDelegateStoresSuccess()
183 for (opCnt = 0; opCnt < storeIds.size(); ++opCnt) { in GetNbDelegateStoresSuccess()
196 manager->GetKvStore(storeIds[opCnt], option, function); in GetNbDelegateStoresSuccess()
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/timer_fuzzer/
H A Dtimer_fuzzer.cpp78 int opCnt = 0; in TimerTestFunc() local
79 while (dataProvider->remaining_bytes() > 0 && opCnt++ < MAX_OPS) { in TimerTestFunc()
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp515 int opCnt = 0; in ParcelTestFunc() local
519 while (dataProvider->remaining_bytes() > 0 && opCnt++ < MAX_OPERATIONS_GENERAL) { in ParcelTestFunc()
525 while (dataProvider->remaining_bytes() > 0 && opCnt++ < MAX_OPERATIONS_UNALIGNED) { in ParcelTestFunc()
531 while (dataProvider->remaining_bytes() > 0 && opCnt++ < MAX_OPERATIONS_OTHER) { in ParcelTestFunc()