Home
last modified time | relevance | path

Searched refs:Input_KeyEventCallback (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h274 typedef void (*Input_KeyEventCallback)(const Input_KeyEvent* keyEvent); typedef
1064 Input_Result OH_Input_AddKeyEventMonitor(Input_KeyEventCallback callback);
1142 Input_Result OH_Input_RemoveKeyEventMonitor(Input_KeyEventCallback callback);
1220 Input_Result OH_Input_AddKeyEventInterceptor(Input_KeyEventCallback callback, Input_InterceptorOpti…
/ohos5.0/docs/zh-cn/application-dev/device/input/
H A Dmonitor-guidelines.md13 | Input_Result OH_Input_AddKeyEventMonitor(Input_KeyEventCallback callback) |创建按键事件监听。 |
18 | Input_Result OH_Input_RemoveKeyEventMonitor(Input_KeyEventCallback callback) |删除按键事件监听。 |
H A Dinterceptor-guidelines.md13 | Input_Result OH_Input_AddKeyEventInterceptor(Input_KeyEventCallback callback, Input_InterceptorOp…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Dinput.md50 | typedef void(\* [Input_KeyEventCallback](#input_keyeventcallback)) (const [Input_KeyEvent](#input…
152 …t) [OH_Input_AddKeyEventMonitor](#oh_input_addkeyeventmonitor) ([Input_KeyEventCallback](#input_ke…
157 …_Input_RemoveKeyEventMonitor](#oh_input_removekeyeventmonitor) ([Input_KeyEventCallback](#input_ke…
162 …nput_AddKeyEventInterceptor](#oh_input_addkeyeventinterceptor) ([Input_KeyEventCallback](#input_ke…
351 ### Input_KeyEventCallback subsection
354 typedef void(* Input_KeyEventCallback) (const Input_KeyEvent *keyEvent)
1028 Input_Result OH_Input_AddKeyEventInterceptor (Input_KeyEventCallback callback, Input_InterceptorOpt…
1064 Input_Result OH_Input_AddKeyEventMonitor (Input_KeyEventCallback callback)
2662 Input_Result OH_Input_RemoveKeyEventMonitor (Input_KeyEventCallback callback)
H A Doh__input__manager_8h.md46 | typedef void(\* [Input_KeyEventCallback](input.md#input_keyeventcallback)) (const [Input_KeyEvent…
144 …nput_AddKeyEventMonitor](input.md#oh_input_addkeyeventmonitor) ([Input_KeyEventCallback](input.md#…
149 …emoveKeyEventMonitor](input.md#oh_input_removekeyeventmonitor) ([Input_KeyEventCallback](input.md#…
154 …KeyEventInterceptor](input.md#oh_input_addkeyeventinterceptor) ([Input_KeyEventCallback](input.md#…
/ohos5.0/docs/en/application-dev/device/input/
H A Dmonitor-guidelines.md13 | Input_Result OH_Input_AddKeyEventMonitor(Input_KeyEventCallback callback) |Creates a key event li…
18 | Input_Result OH_Input_RemoveKeyEventMonitor(Input_KeyEventCallback callback) |Removes a key event…
H A Dinterceptor-guidelines.md13 | Input_Result OH_Input_AddKeyEventInterceptor(Input_KeyEventCallback callback, Input_InterceptorOp…
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp101 static std::set<Input_KeyEventCallback> g_keyMonitorCallbacks;
107 static Input_KeyEventCallback g_keyInterceptorCallback = nullptr;
1016 Input_Result OH_Input_AddKeyEventMonitor(Input_KeyEventCallback callback) in OH_Input_AddKeyEventMonitor()
1335 Input_Result OH_Input_RemoveKeyEventMonitor(Input_KeyEventCallback callback) in OH_Input_RemoveKeyEventMonitor()
1461 Input_Result OH_Input_AddKeyEventInterceptor(Input_KeyEventCallback callback, Input_InterceptorOpti… in OH_Input_AddKeyEventInterceptor()
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Doh__input__manager_8h.md46 | typedef void(\* [Input_KeyEventCallback](input.md#input_keyeventcallback)) (const [Input_KeyEvent…
144 …nput_AddKeyEventMonitor](input.md#oh_input_addkeyeventmonitor) ([Input_KeyEventCallback](input.md#…
149 …emoveKeyEventMonitor](input.md#oh_input_removekeyeventmonitor) ([Input_KeyEventCallback](input.md#…
154 …KeyEventInterceptor](input.md#oh_input_addkeyeventinterceptor) ([Input_KeyEventCallback](input.md#…
H A Dinput.md50 | typedef void(\* [Input_KeyEventCallback](#input_keyeventcallback)) (const [Input_KeyEvent](#input…
152 …t) [OH_Input_AddKeyEventMonitor](#oh_input_addkeyeventmonitor) ([Input_KeyEventCallback](#input_ke…
157 …_Input_RemoveKeyEventMonitor](#oh_input_removekeyeventmonitor) ([Input_KeyEventCallback](#input_ke…
162 …nput_AddKeyEventInterceptor](#oh_input_addkeyeventinterceptor) ([Input_KeyEventCallback](#input_ke…
351 ### Input_KeyEventCallback subsection
354 typedef void(* Input_KeyEventCallback) (const Input_KeyEvent *keyEvent)
1028 Input_Result OH_Input_AddKeyEventInterceptor (Input_KeyEventCallback callback, Input_InterceptorOpt…
1064 Input_Result OH_Input_AddKeyEventMonitor (Input_KeyEventCallback callback)
2662 Input_Result OH_Input_RemoveKeyEventMonitor (Input_KeyEventCallback callback)