Searched refs:INVALID_MONITOR_ID (Results 1 – 1 of 1) sorted by relevance
88 static constexpr int32_t INVALID_MONITOR_ID = -1; variable117 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()