Searched refs:IsMatchForegroundPid (Results 1 – 3 of 3) sorted by relevance
549 bool KeySubscriberHandler::IsMatchForegroundPid(std::list<std::shared_ptr<Subscriber>> subs, in IsMatchForegroundPid() function in OHOS::MMI::KeySubscriberHandler797 IsMatchForegroundPid(subscribers, pids); in HandleKeyDown()855 IsMatchForegroundPid(subscribers, pids); in HandleKeyUp()1112 IsMatchForegroundPid(subscribers, pids); in RemoveSubscriberTimer()
102 …bool IsMatchForegroundPid(std::list<std::shared_ptr<Subscriber>> subs, std::set<int32_t> foregroun…
334 ASSERT_FALSE(handler.IsMatchForegroundPid(subs, foregroundPids));1372 ASSERT_FALSE(handler.IsMatchForegroundPid(subscriberList, foregroundPids));1375 ASSERT_TRUE(handler.IsMatchForegroundPid(subscriberList, foregroundPids));