Searched refs:Input_KeyEventCallback (Results 1 – 10 of 10) sorted by relevance
274 typedef void (*Input_KeyEventCallback)(const Input_KeyEvent* keyEvent); typedef1064 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…
13 | Input_Result OH_Input_AddKeyEventMonitor(Input_KeyEventCallback callback) |创建按键事件监听。 |18 | Input_Result OH_Input_RemoveKeyEventMonitor(Input_KeyEventCallback callback) |删除按键事件监听。 |
13 | Input_Result OH_Input_AddKeyEventInterceptor(Input_KeyEventCallback callback, Input_InterceptorOp…
50 | 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 subsection354 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)
46 | 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#…
13 | 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…
101 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()