Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp146 bool haveForeground = HaveForegroundHandler(foregroundPids); in TriggerHandlers() local
149 if (!haveForeground || (foregroundPids.find(handler.GetPid()) != foregroundPids.end())) { in TriggerHandlers()
169 bool haveForeground = HaveForegroundHandler(foregroundPids); in NotifyHandlers() local
172 if (!haveForeground || (foregroundPids.find(handler.GetPid()) != foregroundPids.end())) { in NotifyHandlers()
224 bool haveForeground = HaveForegroundHandler(foregroundPids); in RunPendingHandlers() local
227 if (!haveForeground || (foregroundPids.find(handler.GetPid()) != foregroundPids.end())) { in RunPendingHandlers()
/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_test.cpp464 bool haveForeground = myKeyGesture->HaveForegroundHandler(foregroundPids); variable
465 EXPECT_FALSE(haveForeground);
586 bool haveForeground = myKeyGesture->HaveForegroundHandler(foregroundPids); variable
587 EXPECT_FALSE(haveForeground);