Searched refs:MatchEvent (Results 1 – 7 of 7) sorted by relevance
152 EXPECT_EQ(false, matchSkills.MatchEvent(""));156 EXPECT_EQ(true, matchSkills.MatchEvent(event));
44 void FreezeResolver::MatchEvent(const WatchPoint& watchPoint, in MatchEvent() function in OHOS::HiviewDFX::FreezeResolver94 MatchEvent(watchPoint, wpList, list, i); in ResolveEvent()
52 void MatchEvent(const WatchPoint& watchPoint,
540 EXPECT_FALSE(matchingSkills.MatchEvent(""));542 if (!matchingSkills.MatchEvent(eventName)) {568 EXPECT_FALSE(matchingSkills.MatchEvent(""));570 if (!matchingSkills.MatchEvent(eventName)) {596 EXPECT_FALSE(matchingSkills.MatchEvent(""));598 if (!matchingSkills.MatchEvent(eventName)) {624 EXPECT_FALSE(matchingSkills.MatchEvent(""));626 if (!matchingSkills.MatchEvent(eventName)) {652 EXPECT_FALSE(matchingSkills.MatchEvent(""));654 if (!matchingSkills.MatchEvent(eventName)) {
54 matchingSkills.MatchEvent(stringData); in DoSomethingInterestingWithMyAPI()
197 bool MatchEvent(const std::string &event) const;
270 bool MatchingSkills::MatchEvent(const std::string &event) const in MatchEvent() function in OHOS::EventFwk::MatchingSkills313 …return MatchEvent(want.GetAction()) && MatchEntity(want.GetEntities()) && MatchScheme(want.GetSche… in Match()