Searched refs:g_axisMonitorAllCallbacks (Results 1 – 1 of 1) sorted by relevance
104 static std::set<Input_AxisEventCallback> g_axisMonitorAllCallbacks; variable1209 for (auto &callback : g_axisMonitorAllCallbacks) { in AxisEventMonitorCallback()1305 g_axisMonitorAllCallbacks.insert(callback); in OH_Input_AddAxisEventMonitorForAll()1360 g_axisMonitorCallbacks.empty() && g_axisMonitorAllCallbacks.empty()) { in IsNeedRemoveMonitor()1413 auto it = g_axisMonitorAllCallbacks.find(callback); in OH_Input_RemoveAxisEventMonitorForAll()1414 if (it == g_axisMonitorAllCallbacks.end()) { in OH_Input_RemoveAxisEventMonitorForAll()1418 g_axisMonitorAllCallbacks.erase(it); in OH_Input_RemoveAxisEventMonitorForAll()