Searched refs:INPUT_CHECK_NULL_POINTER (Results 1 - 5 of 5) sorted by relevance
/test/xts/hats/hdf/input/hdi_input/hdi_input/ |
H A D | hdi_input_test.cpp | 67 #define INPUT_CHECK_NULL_POINTER(pointer, ret) do { \ macro 114 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); in HWTEST_F() 115 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR); in HWTEST_F() 141 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); in HWTEST_F() 142 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR); in HWTEST_F() 160 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); in HWTEST_F() 161 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR); in HWTEST_F() 180 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); in HWTEST_F() 181 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR); in HWTEST_F() 199 INPUT_CHECK_NULL_POINTER(g_inputInterfac in HWTEST_F() [all...] |
/test/xts/hats/hdf/input/inputBenchmarkTest/ |
H A D | hdf_input_benchmark_test.cpp | 198 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR);
in BENCHMARK_F() 199 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR);
in BENCHMARK_F() 225 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR);
in BENCHMARK_F() 226 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputReporter, INPUT_NULL_PTR);
in BENCHMARK_F() 227 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR);
in BENCHMARK_F() 273 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR);
in BENCHMARK_F() 274 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputReporter, INPUT_NULL_PTR);
in BENCHMARK_F() 275 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR);
in BENCHMARK_F() 316 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR);
in BENCHMARK_F() 317 INPUT_CHECK_NULL_POINTER(g_inputInterfac in BENCHMARK_F() [all...] |
H A D | hdi_input_test.h | 25 #define INPUT_CHECK_NULL_POINTER(pointer, ret) do { \
macro
|
/test/xts/hats/hdf/input/hdi_input/common/ |
H A D | hdi_input_test.cpp | 197 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); in HWTEST_F() 198 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR); in HWTEST_F() 215 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); in HWTEST_F() 216 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputReporter, INPUT_NULL_PTR); in HWTEST_F() 217 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR); in HWTEST_F() 251 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); in HWTEST_F() 252 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR); in HWTEST_F() 273 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); in HWTEST_F() 274 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR); in HWTEST_F() 332 INPUT_CHECK_NULL_POINTER(g_inputInterfac in HWTEST_F() [all...] |
H A D | hdi_input_test.h | 25 #define INPUT_CHECK_NULL_POINTER(pointer, ret) do { \
macro
|
Completed in 3 milliseconds