Home
last modified time | relevance | path

Searched refs:preSubscribeId (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp377 int32_t preSubscribeId = GetPreSubscribeId(callbacks, event); in SubscribeKey() local
378 if (preSubscribeId < 0) { in SubscribeKey()
389 event->subscribeId = preSubscribeId; in SubscribeKey()
411 int32_t preSubscribeId = GetPreSubscribeId(hotkeyCallbacks, event); in SubscribeHotkey() local
412 if (preSubscribeId < 0) { in SubscribeHotkey()
429 event->subscribeId = preSubscribeId; in SubscribeHotkey()
/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp2058 int32_t preSubscribeId = GetSubscribeId(hotkeyInfo); in OH_Input_AddHotkeyMonitor() local
2059 if (preSubscribeId == INPUT_PARAMETER_ERROR) { in OH_Input_AddHotkeyMonitor()
2076 hotkeyInfo->subscribeId = preSubscribeId; in OH_Input_AddHotkeyMonitor()

Completed in 5 milliseconds