Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp165 bool haveForeground = HaveForegroundHandler(foregroundPids); in TriggerHandlers() local
169 if (!haveForeground || (foregroundPids.find(handler.GetPid()) != foregroundPids.end())) { in TriggerHandlers()
189 bool haveForeground = HaveForegroundHandler(foregroundPids); in NotifyHandlers() local
193 if (!haveForeground || (foregroundPids.find(handler.GetPid()) != foregroundPids.end())) { in NotifyHandlers()
264 bool haveForeground = HaveForegroundHandler(foregroundPids); in RunPendingHandlers() local
268 if (!haveForeground || (foregroundPids.find(handler.GetPid()) != foregroundPids.end())) { in RunPendingHandlers()
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_test.cpp119 bool haveForeground = myKeyGesture->HaveForegroundHandler(foregroundPids); in HWTEST_F() local
120 EXPECT_FALSE(haveForeground); in HWTEST_F()
568 bool haveForeground = myKeyGesture->HaveForegroundHandler(foregroundPids); in HWTEST_F() local
569 EXPECT_FALSE(haveForeground); in HWTEST_F()
692 bool haveForeground = myKeyGesture->HaveForegroundHandler(foregroundPids); in HWTEST_F() local
693 EXPECT_FALSE(haveForeground); in HWTEST_F()

Completed in 3 milliseconds