Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp126 std::set<int32_t> KeyGestureManager::KeyGesture::GetForegroundPids() const in GetForegroundPids() function in OHOS::MMI::KeyGestureManager::KeyGesture
145 std::set<int32_t> foregroundPids = GetForegroundPids(); in TriggerHandlers()
168 std::set<int32_t> foregroundPids = GetForegroundPids(); in NotifyHandlers()
223 std::set<int32_t> foregroundPids = GetForegroundPids(); in RunPendingHandlers()
H A Dkey_subscriber_handler.cpp266 void KeySubscriberHandler::GetForegroundPids(std::set<int32_t> &pids) in GetForegroundPids() function in OHOS::MMI::KeySubscriberHandler
791 GetForegroundPids(pids); in HandleKeyDown()
850 GetForegroundPids(pids); in HandleKeyUp()
1106 GetForegroundPids(pids); in RemoveSubscriberTimer()
/ohos5.0/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_gesture_manager.h97 std::set<int32_t> GetForegroundPids() const;
H A Dkey_subscriber_handler.h113 void GetForegroundPids(std::set<int32_t> &pidList);
/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_test.cpp463 std::set<int32_t> foregroundPids = myKeyGesture->GetForegroundPids();
585 std::set<int32_t> foregroundPids = myKeyGesture->GetForegroundPids();