Searched refs:DelEventCallback (Results 1 - 4 of 4) sorted by relevance
/foundation/multimodalinput/input/frameworks/napi/input_consumer/include/ |
H A D | js_register_util.h | 54 int32_t DelEventCallback(const napi_env &env, Callbacks &callbacks, sptr<KeyEventMonitorInfo> event,
|
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_module.cpp | 544 if (DelEventCallback(env, hotkeyCallbacks, event, subscribeId) < 0) { in JsOff() 545 MMI_HILOGE("DelEventCallback failed"); in JsOff() 555 if (DelEventCallback(env, callbacks, event, subscribeId) < 0) { in JsOff() 556 MMI_HILOGE("DelEventCallback failed"); in JsOff()
|
H A D | js_register_util.cpp | 233 int32_t DelEventCallback(const napi_env &env, Callbacks &callbacks, sptr<KeyEventMonitorInfo> event, in DelEventCallback() function
|
/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_manager.cpp | 2124 int32_t DelEventCallback(Input_HotkeyInfo* hotkeyInfo, int32_t &subscribeId) in DelEventCallback() function 2154 if (DelEventCallback(hotkeyInfo, subscribeId) != INPUT_SUCCESS) { in OH_Input_RemoveHotkeyMonitor() 2156 MMI_HILOGE("DelEventCallback failed"); in OH_Input_RemoveHotkeyMonitor()
|
Completed in 6 milliseconds