Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/file/
H A Dsoftbus_file_test_entry.cpp34 SoftbusTestEntry g_testEntry; variable
39 g_testEntry.testSide_ = g_customArgs["--gtest_trans_side"]; in GetTestEntry()
40 g_testEntry.aliveTime_ = g_customArgs["--gtest_trans_time"]; in GetTestEntry()
41 g_testEntry.transNums_ = g_customArgs["--gtest_trans_num"]; in GetTestEntry()
42 g_testEntry.pressureNums_ = g_customArgs["--gtest_trans_pressure"]; in GetTestEntry()
43 g_testEntry.isTestWithPhone_ = g_customArgs["--gtest_with_phone"] != 0 ? true : false; in GetTestEntry()
44 return &g_testEntry; in GetTestEntry()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/optimization/
H A Dsoftbus_file_test_entry.cpp34 SoftbusTestEntry g_testEntry; variable
39 g_testEntry.testSide_ = g_customArgs["--gtest_trans_side"]; in GetTestEntry()
40 g_testEntry.aliveTime_ = g_customArgs["--gtest_trans_time"]; in GetTestEntry()
41 g_testEntry.transNums_ = g_customArgs["--gtest_trans_num"]; in GetTestEntry()
42 g_testEntry.pressureNums_ = g_customArgs["--gtest_trans_pressure"]; in GetTestEntry()
43 g_testEntry.isTestWithPhone_ = g_customArgs["--gtest_with_phone"] != 0 ? true : false; in GetTestEntry()
44 return &g_testEntry; in GetTestEntry()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dcan_test.c455 static struct CanTestEntry g_testEntry[] = { variable
484 for (i = 0; i < sizeof(g_testEntry) / sizeof(g_testEntry[0]); i++) { in CanTestExecute()
485 if (g_testEntry[i].cmd != cmd || g_testEntry[i].func == NULL) { in CanTestExecute()
488 entry = &g_testEntry[i]; in CanTestExecute()