Home
last modified time | relevance | path

Searched refs:GetForegroundPids (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp127 std::set<int32_t> KeyGestureManager::KeyGesture::GetForegroundPids() const in GetForegroundPids() function in OHOS::MMI::KeyGestureManager::KeyGesture
164 std::set<int32_t> foregroundPids = GetForegroundPids(); in TriggerHandlers()
188 std::set<int32_t> foregroundPids = GetForegroundPids(); in NotifyHandlers()
263 std::set<int32_t> foregroundPids = GetForegroundPids(); in RunPendingHandlers()
H A Dkey_shortcut_manager.cpp566 std::set<int32_t> KeyShortcutManager::GetForegroundPids() const in GetForegroundPids() function in OHOS::MMI::KeyShortcutManager
596 std::set<int32_t> foregroundPids = GetForegroundPids(); in HandleKeyDown()
623 std::set<int32_t> foregroundPids = GetForegroundPids(); in HandleKeyUp()
719 std::set<int32_t> foregroundPids = GetForegroundPids(); in RunShortcut()
H A Dkey_subscriber_handler.cpp393 void KeySubscriberHandler::GetForegroundPids(std::set<int32_t> &pids) in GetForegroundPids() function in OHOS::MMI::KeySubscriberHandler
942 GetForegroundPids(pids); in HandleKeyDown()
1004 GetForegroundPids(pids); in HandleKeyUp()
1379 GetForegroundPids(pids); in RemoveSubscriberTimer()
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_test.cpp118 std::set<int32_t> foregroundPids = myKeyGesture->GetForegroundPids(); in HWTEST_F()
567 std::set<int32_t> foregroundPids = myKeyGesture->GetForegroundPids(); in HWTEST_F()
691 std::set<int32_t> foregroundPids = myKeyGesture->GetForegroundPids(); in HWTEST_F()
/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_shortcut_manager.h146 std::set<int32_t> GetForegroundPids() const;
H A Dkey_gesture_manager.h92 std::set<int32_t> GetForegroundPids() const;
H A Dkey_subscriber_handler.h128 void GetForegroundPids(std::set<int32_t> &pidList);

Completed in 7 milliseconds