Home
last modified time | relevance | path

Searched refs:g_allTestFunc (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/external_device_manager/test/fuzztest/bus_extension_fuzzer/usbextension_fuzzer/
H A Dusbextension_fuzzer.cpp51 TestFuncDef g_allTestFunc[] = { variable
64 int funcCount = sizeof(g_allTestFunc) / sizeof(g_allTestFunc[0]); in DoSomethingInterestingWithMyAPI()
66 auto func = g_allTestFunc[index % funcCount]; in DoSomethingInterestingWithMyAPI()
/ohos5.0/drivers/external_device_manager/test/fuzztest/drivers_pkg_manager_fuzzer/driverpkgmanager_fuzzer/
H A Ddriverpkgmanager_fuzzer.cpp62 TestFuncDef g_allTestFunc[] = { variable
75 int funcCount = sizeof(g_allTestFunc) / sizeof(g_allTestFunc[0]); in DoSomethingInterestingWithMyAPI()
77 auto func = g_allTestFunc[index % funcCount]; in DoSomethingInterestingWithMyAPI()
/ohos5.0/drivers/peripheral/camera/test/fuzztest/defferred_delivery_image/
H A Ddefferred_delivery_image_fuzzer.cpp92 static TestFuncDef g_allTestFunc[] = { variable
104 int testCount = sizeof(g_allTestFunc) / sizeof(g_allTestFunc[0]); in TestFuncSwitch()
105 TestFuncDef curFunc = g_allTestFunc[cmd % testCount]; in TestFuncSwitch()
/ohos5.0/drivers/peripheral/camera/test/fuzztest/metadata_utils/
H A Dmetadata_utils_fuzzer.cpp142 static TestFuncDef g_allTestFunc[] = { variable
154 int testCount = sizeof(g_allTestFunc) / sizeof(g_allTestFunc[0]); in TestFuncSwitch()
155 TestFuncDef curFunc = g_allTestFunc[cmd % testCount]; in TestFuncSwitch()
/ohos5.0/drivers/peripheral/camera/test/fuzztest/metadata_operator/
H A Dmetadata_operator_fuzzer.cpp284 static TestFuncDef g_allTestFunc[] = { variable
307 int testCount = sizeof(g_allTestFunc) / sizeof(g_allTestFunc[0]); in TestFuncSwitch()
308 TestFuncDef curFunc = g_allTestFunc[cmd % testCount]; in TestFuncSwitch()