Searched refs:MatchEvent (Results 1 – 8 of 8) sorted by relevance
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)) {
112 bool CrashValidator::MatchEvent(int32_t pid) in MatchEvent() function in OHOS::HiviewDFX::CrashValidator214 MatchEvent(pid); in OnEvent()
39 bool MatchEvent(int32_t pid);
54 matchingSkills.MatchEvent(stringData); in DoSomethingInterestingWithMyAPI()
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()
197 bool MatchEvent(const std::string &event) const;
134 bool MatchingSkills::MatchEvent(const std::string& event) const in MatchEvent() function in OHOS::EventFwk::MatchingSkills
154 EXPECT_EQ(false, matchSkills.MatchEvent(""));158 EXPECT_EQ(true, matchSkills.MatchEvent(event));