Home
last modified time | relevance | path

Searched refs:IsMatchForegroundPid (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp687 bool KeySubscriberHandler::IsMatchForegroundPid(std::list<std::shared_ptr<Subscriber>> subs, in IsMatchForegroundPid() function in OHOS::MMI::KeySubscriberHandler
948 IsMatchForegroundPid(subscribers, pids); in HandleKeyDown()
1009 IsMatchForegroundPid(subscribers, pids); in HandleKeyUp()
1385 IsMatchForegroundPid(subscribers, pids); in RemoveSubscriberTimer()
/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_subscriber_handler.h117 bool IsMatchForegroundPid(std::list<std::shared_ptr<Subscriber>> subs, std::set<int32_t> foregroundPids);
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_subscriber_handler_test.cpp463 ASSERT_FALSE(handler.IsMatchForegroundPid(subs, foregroundPids)); in HWTEST_F()
1434 ASSERT_FALSE(handler.IsMatchForegroundPid(subscriberList, foregroundPids)); in HWTEST_F()
1437 ASSERT_TRUE(handler.IsMatchForegroundPid(subscriberList, foregroundPids)); in HWTEST_F()

Completed in 7 milliseconds