Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp136 bool KeyGestureManager::KeyGesture::HaveForegroundHandler(const std::set<int32_t> &foregroundApps) … in HaveForegroundHandler() function in OHOS::MMI::KeyGestureManager::KeyGesture
146 bool haveForeground = HaveForegroundHandler(foregroundPids); in TriggerHandlers()
169 bool haveForeground = HaveForegroundHandler(foregroundPids); in NotifyHandlers()
224 bool haveForeground = HaveForegroundHandler(foregroundPids); in RunPendingHandlers()
/ohos5.0/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_gesture_manager.h98 bool HaveForegroundHandler(const std::set<int32_t> &foregroundApps) const;
/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_test.cpp464 bool haveForeground = myKeyGesture->HaveForegroundHandler(foregroundPids);
586 bool haveForeground = myKeyGesture->HaveForegroundHandler(foregroundPids);