Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp549 bool KeySubscriberHandler::IsMatchForegroundPid(std::list<std::shared_ptr<Subscriber>> subs, in IsMatchForegroundPid() function in OHOS::MMI::KeySubscriberHandler
797 IsMatchForegroundPid(subscribers, pids); in HandleKeyDown()
855 IsMatchForegroundPid(subscribers, pids); in HandleKeyUp()
1112 IsMatchForegroundPid(subscribers, pids); in RemoveSubscriberTimer()
/ohos5.0/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_subscriber_handler.h102 …bool IsMatchForegroundPid(std::list<std::shared_ptr<Subscriber>> subs, std::set<int32_t> foregroun…
/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_subscriber_handler_test.cpp334 ASSERT_FALSE(handler.IsMatchForegroundPid(subs, foregroundPids));
1372 ASSERT_FALSE(handler.IsMatchForegroundPid(subscriberList, foregroundPids));
1375 ASSERT_TRUE(handler.IsMatchForegroundPid(subscriberList, foregroundPids));