Searched refs:INPUT_REPEAT_INTERCEPTOR (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/ |
H A D | oh_input_manager.h | 254 INPUT_REPEAT_INTERCEPTOR = 4200001, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/ |
H A D | input.md | 79 …T_PARAMETER_ERROR = 401,<br/>INPUT_SERVICE_EXCEPTION = 3800001, INPUT_REPEAT_INTERCEPTOR = 4200001… 790 | INPUT_REPEAT_INTERCEPTOR | 应用创建拦截后,再次执行创建拦截的操作 | 1020 若重复添加拦截器,则返回INPUT_REPEAT_INTERCEPTOR; 1056 若重复添加拦截器,则返回INPUT_REPEAT_INTERCEPTOR;
|
H A D | oh__input__manager_8h.md | 72 ….md) = 401,<br/>[INPUT_SERVICE_EXCEPTION](input.md) = 3800001, [INPUT_REPEAT_INTERCEPTOR](input.md…
|
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/ |
H A D | input_native_test.cpp | 1643 EXPECT_EQ(retResult, INPUT_REPEAT_INTERCEPTOR); 1693 EXPECT_EQ(retResult, INPUT_REPEAT_INTERCEPTOR);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_manager.cpp | 1469 return INPUT_REPEAT_INTERCEPTOR; in OH_Input_AddKeyEventInterceptor() 1598 return INPUT_REPEAT_INTERCEPTOR; in OH_Input_AddInputEventInterceptor()
|
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/ |
H A D | input.md | 79 …UT_PARAMETER_ERROR = 401,<br>INPUT_SERVICE_EXCEPTION = 3800001, INPUT_REPEAT_INTERCEPTOR = 4200001… 790 | INPUT_REPEAT_INTERCEPTOR | Interceptor repeatedly created. | 1020 **INPUT_REPEAT_INTERCEPTOR** if an interceptor is repeatedly added; 1056 **INPUT_REPEAT_INTERCEPTOR** if an interceptor is repeatedly added;
|
H A D | oh__input__manager_8h.md | 72 …t.md) = 401,<br>[INPUT_SERVICE_EXCEPTION](input.md) = 3800001, [INPUT_REPEAT_INTERCEPTOR](input.md…
|