Searched refs:INPUT_CHECK_NULL_POINTER (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/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); 163 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); 181 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); 201 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); 220 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); 238 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); 257 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); 277 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); 301 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); [all …]
|
/ohos5.0/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); 219 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); 259 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); 278 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); 298 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); 317 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); 338 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); 373 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); 406 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); [all …]
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-touch-des.md | 462 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); 463 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR); 471 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputController, INPUT_NULL_PTR); 482 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputReporter, INPUT_NULL_PTR);
|
/ohos5.0/drivers/peripheral/input/ |
H A D | README_zh.md | 187 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); 188 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR); 196 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputController, INPUT_NULL_PTR); 207 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputReporter, INPUT_NULL_PTR);
|
H A D | README.md | 187 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); 188 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR); 196 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputController, INPUT_NULL_PTR); 207 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputReporter, INPUT_NULL_PTR);
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-touch-des.md | 464 INPUT_CHECK_NULL_POINTER(g_inputInterface, INPUT_NULL_PTR); 465 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputManager, INPUT_NULL_PTR); 473 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputController, INPUT_NULL_PTR); 484 INPUT_CHECK_NULL_POINTER(g_inputInterface->iInputReporter, INPUT_NULL_PTR);
|