Home
last modified time | relevance | path

Searched refs:testType (Results 1 - 8 of 8) sorted by relevance

/test/testfwk/arkxtest/jsunit/src/module/config/
H A DconfigService.js30 this.testType = null;
77 let testType = params.testType;
78 if (testType !== undefined && testType !== '' && testType !== null) {
81 if (testTypeArray.indexOf(testType) === -1) {
82 this.filterValid.push('testType:' + testType);
129 this.testType
[all...]
/test/xts/hats/hdf/input/hdi_passthrough_additional/
H A Dhdf_input_hdi_test.cpp926 * @tc.desc : Verify the reliability of the RunCapacitanceTest function when devIndex is 0 and testType is BASE_TEST.
932 uint32_t testType = BASE_TEST; in HWTEST_F() local
934 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); in HWTEST_F()
941 * @tc.desc : Verify the reliability of the RunCapacitanceTest function when devIndex is 3-31 and testType is
948 uint32_t testType = BASE_TEST; in HWTEST_F() local
954 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); in HWTEST_F()
959 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); in HWTEST_F()
968 * @tc.desc : Verify the reliability of the RunCapacitanceTest function when devIndex is 32 and testType is BASE_TEST.
974 uint32_t testType = BASE_TEST; in HWTEST_F() local
976 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, resul in HWTEST_F()
989 uint32_t testType = BASE_TEST; HWTEST_F() local
1010 uint32_t testType = FULL_TEST; HWTEST_F() local
1026 uint32_t testType = FULL_TEST; HWTEST_F() local
1052 uint32_t testType = FULL_TEST; HWTEST_F() local
1067 uint32_t testType = MMI_TEST; HWTEST_F() local
1083 uint32_t testType = MMI_TEST; HWTEST_F() local
1109 uint32_t testType = MMI_TEST; HWTEST_F() local
1125 uint32_t testType = RUNNING_TEST; HWTEST_F() local
1141 uint32_t testType = RUNNING_TEST; HWTEST_F() local
1168 uint32_t testType = RUNNING_TEST; HWTEST_F() local
1184 uint32_t testType = BASE_TEST; HWTEST_F() local
1209 uint32_t testType = FULL_TEST; HWTEST_F() local
1234 uint32_t testType = MMI_TEST; HWTEST_F() local
1259 uint32_t testType = RUNNING_TEST; HWTEST_F() local
[all...]
/test/xts/hats/hdf/input/hdi_input/common/
H A Dhdi_input_test.cpp947 uint32_t testType = BASE_TEST; in HWTEST_F() local
950 ret = g_inputInterface->iInputController->RunCapacitanceTest(TOUCH_INDEX, testType, result, MAX_INPUT_DEV_NUM); in HWTEST_F()
969 uint32_t testType = FULL_TEST; in HWTEST_F() local
972 ret = g_inputInterface->iInputController->RunCapacitanceTest(TOUCH_INDEX, testType, result, MAX_INPUT_DEV_NUM); in HWTEST_F()
991 uint32_t testType = MMI_TEST; in HWTEST_F() local
994 ret = g_inputInterface->iInputController->RunCapacitanceTest(TOUCH_INDEX, testType, result, MAX_INPUT_DEV_NUM); in HWTEST_F()
1013 uint32_t testType = RUNNING_TEST; in HWTEST_F() local
1016 ret = g_inputInterface->iInputController->RunCapacitanceTest(TOUCH_INDEX, testType, result, MAX_INPUT_DEV_NUM); in HWTEST_F()
1035 uint32_t testType = TEST_TYPE_UNKNOWN; in HWTEST_F() local
1038 ret = g_inputInterface->iInputController->RunCapacitanceTest(TOUCH_INDEX, testType, resul in HWTEST_F()
1056 uint32_t testType = MMI_TEST; HWTEST_F() local
1081 uint32_t testType = BASE_TEST; HWTEST_F() local
1107 uint32_t testType = FULL_TEST; HWTEST_F() local
1133 uint32_t testType = RUNNING_TEST; HWTEST_F() local
[all...]
/test/xts/hats/hdf/input/hdi_passthrough/
H A Dhdf_input_hdi_test.cpp856 uint32_t testType = MMI_TEST; in HWTEST_F() local
858 ret = g_inputInterfaces->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in HWTEST_F()
881 uint32_t testType = BASE_TEST; in HWTEST_F() local
883 ret = g_inputInterfaces->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in HWTEST_F()
906 uint32_t testType = FULL_TEST; in HWTEST_F() local
908 ret = g_inputInterfaces->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in HWTEST_F()
931 uint32_t testType = RUNNING_TEST; in HWTEST_F() local
933 ret = g_inputInterfaces->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in HWTEST_F()
956 uint32_t testType = MMI_TEST; in HWTEST_F() local
958 ret = g_inputInterfaces->RunCapacitanceTest(INVALID_INDEX, testType, resul in HWTEST_F()
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/
H A Dscroll_nestedscroll_test.cpp33 static int32_t testType; member
98 if (testType > PARAM_4) { in OnEventReceive()
128 switch (testType) { in OnEventReceive()
274 napi_get_value_int32(env, args[PARAM_0], &testType); in ChangeTestType()
279 switch (testType) { in ChangeTestType()
323 "ChangeTestType testType= %{public}d", testType); in ChangeTestType()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textarea/
H A Dtextarea_onchange_test.cpp26 static int32_t testType; member
/test/xts/hats/hdf/input/PassthroughBenchmarkTest/
H A Dhdf_input_benchmark_test.cpp398 uint32_t testType = MMI_TEST; in BENCHMARK_F() local
401 ret = g_inputInterfaces->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in BENCHMARK_F()
/test/xts/hats/hdf/input/inputBenchmarkTest/
H A Dhdf_input_benchmark_test.cpp572 uint32_t testType = MMI_TEST; in BENCHMARK_F() local
576 ret = g_inputInterface->iInputController->RunCapacitanceTest(TOUCH_INDEX, testType, result, MAX_INPUT_DEV_NUM); in BENCHMARK_F()

Completed in 8 milliseconds