Home
last modified time | relevance | path

Searched defs:foregroundPids (Results 1 - 6 of 6) sorted by relevance

/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_ex_test.cpp188 std::set<int32_t> foregroundPids = { 100, 200 }; in HWTEST_F() local
H A Dkey_gesture_manager_test.cpp118 std::set<int32_t> foregroundPids = myKeyGesture->GetForegroundPids(); in HWTEST_F() local
567 std::set<int32_t> foregroundPids = myKeyGesture->GetForegroundPids(); in HWTEST_F() local
691 std::set<int32_t> foregroundPids = myKeyGesture->GetForegroundPids(); in HWTEST_F() local
H A Dkey_subscriber_handler_test.cpp462 std::set<int32_t> foregroundPids = {1, 2, 3}; in HWTEST_F() local
1431 std::set<int32_t> foregroundPids; in HWTEST_F() local
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp164 std::set<int32_t> foregroundPids = GetForegroundPids(); in TriggerHandlers() local
188 std::set<int32_t> foregroundPids = GetForegroundPids(); in NotifyHandlers() local
263 std::set<int32_t> foregroundPids = GetForegroundPids(); RunPendingHandlers() local
[all...]
H A Dkey_shortcut_manager.cpp569 std::set<int32_t> foregroundPids; in GetForegroundPids() local
596 std::set<int32_t> foregroundPids = GetForegroundPids(); in HandleKeyDown() local
623 std::set<int32_t> foregroundPids = GetForegroundPids(); in HandleKeyUp() local
719 std::set<int32_t> foregroundPids = GetForegroundPids(); RunShortcut() local
[all...]
H A Dkey_subscriber_handler.cpp687 IsMatchForegroundPid(std::list<std::shared_ptr<Subscriber>> subs, std::set<int32_t> foregroundPids) IsMatchForegroundPid() argument

Completed in 10 milliseconds