Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp88 static constexpr int32_t INVALID_MONITOR_ID = -1; variable
117 static int32_t g_keyMonitorId = INVALID_MONITOR_ID;
118 static int32_t g_pointerMonitorId = INVALID_MONITOR_ID;
1028 if (g_keyMonitorId == INVALID_MONITOR_ID) { in OH_Input_AddKeyEventMonitor()
1239 if (g_pointerMonitorId == INVALID_MONITOR_ID) { in AddPointerEventMonitor()
1352 g_keyMonitorId = INVALID_MONITOR_ID; in OH_Input_RemoveKeyEventMonitor()
1375 g_pointerMonitorId = INVALID_MONITOR_ID; in RemovePointerEventMonitor()