Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp104 static std::set<Input_AxisEventCallback> g_axisMonitorAllCallbacks; variable
1209 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()