Searched refs:testCnt (Results 1 - 5 of 5) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributed_test_tools.h | 206 int testCnt; member 213 KvPerfData(KvDbType kvDbType, int testCnt, OperRecordNum operRecordNum, int keyLength, int valueLength, in KvPerfData() 215 : kvDbType(kvDbType), testCnt(testCnt), operRecordNum(operRecordNum), in KvPerfData() 244 int testCnt; member 249 KvRekeyPerfData(int testCnt, int presetRecordsCnt, int keyLength, int valueLength) in KvRekeyPerfData() 250 : testCnt(testCnt), presetRecordsCnt(presetRecordsCnt), keyLength(keyLength), valueLength(valueLength) in KvRekeyPerfData() 257 int testCnt; member 262 KvBackupPerfData(KvDbType kvDbType, int testCnt, in 279 int testCnt; global() member 294 int testCnt; global() member 319 int testCnt; global() member [all...] |
/foundation/communication/dsoftbus/tests/core/discovery/dfinder/ |
H A D | nstackx_test.c | 253 int32_t testCnt = 0; in NstackxTestEntry() local 254 while (testCnt < MAX_TEST_COUNT) { in NstackxTestEntry() 299 testCnt++; in NstackxTestEntry() 302 printf("test cnt = %d / %d\n", testCnt, MAX_TEST_COUNT); in NstackxTestEntry()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/optimization/ |
H A D | auth_session_test2.cpp | 63 int32_t testCnt; member 412 cout << "testCnt = " << transInfo.sendNum << endl; in TransTest() 445 cout << "testCnt = " << transInfo.testCnt << endl; in TransTestCase001() 454 for (int32_t i = 0; i < transInfo.testCnt; i++) { in TransTestCase001() 491 .testCnt = 1, in HWTEST_F() 521 .testCnt = 1, in HWTEST_F() 552 .testCnt = 1, in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/file/ |
H A D | proxy_session_file_test.cpp | 88 int32_t testCnt; member 436 cout << "testCnt = " << transInfo.sendNum << endl; in TransTest() 488 .testCnt = 1, in HWTEST_F() 600 .testCnt = 1, in HWTEST_F()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_state_machine.cpp | 2337 int testCnt = 0; in GetLegalIpConfiguration() local 2341 while (testCnt++ < tryTimes) { in GetLegalIpConfiguration()
|
Completed in 14 milliseconds