Searched refs:INPUT_CHECK_NULL_POINTER (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/input/test/unittest/udriver/ |
H A D | hdi_input_test.cpp | 85 #define INPUT_CHECK_NULL_POINTER(pointer, ret) do { \ macro 136 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); in HWTEST_F() 137 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR); in HWTEST_F() 163 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); in HWTEST_F() 164 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR); in HWTEST_F() 181 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); in HWTEST_F() 182 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR); in HWTEST_F() 201 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); in HWTEST_F() 202 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR); in HWTEST_F() 220 INPUT_CHECK_NULL_POINTER(g_inputInterfac in HWTEST_F() [all...] |
/drivers/peripheral/input/test/unittest/common/ |
H A D | hdi_input_test.cpp | 90 #define INPUT_CHECK_NULL_POINTER(pointer, ret) do { \ macro 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() 219 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); in HWTEST_F() 220 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputReporter, INPUT_NULL_PTR); in HWTEST_F() 221 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR); in HWTEST_F() 259 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); in HWTEST_F() 260 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR); in HWTEST_F() 278 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); in HWTEST_F() 279 INPUT_CHECK_NULL_POINTER(g_inputInterfac in HWTEST_F() [all...] |
Completed in 3 milliseconds