Home
last modified time | relevance | path

Searched refs:MatchEvent (Results 1 – 7 of 7) sorted by relevance

/base/notification/common_event_service/frameworks/native/test/unittest/
Dmatching_skills_test.cpp152 EXPECT_EQ(false, matchSkills.MatchEvent(""));
156 EXPECT_EQ(true, matchSkills.MatchEvent(event));
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dresolver.cpp44 void FreezeResolver::MatchEvent(const WatchPoint& watchPoint, in MatchEvent() function in OHOS::HiviewDFX::FreezeResolver
94 MatchEvent(watchPoint, wpList, list, i); in ResolveEvent()
Dresolver.h52 void MatchEvent(const WatchPoint& watchPoint,
/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
DactsCESMatchingSkillsTest.cpp540 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)) {
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
Dmatchingskills_fuzzer.cpp54 matchingSkills.MatchEvent(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/interfaces/inner_api/
Dmatching_skills.h197 bool MatchEvent(const std::string &event) const;
/base/notification/common_event_service/frameworks/native/src/
Dmatching_skills.cpp270 bool MatchingSkills::MatchEvent(const std::string &event) const in MatchEvent() function in OHOS::EventFwk::MatchingSkills
313 …return MatchEvent(want.GetAction()) && MatchEntity(want.GetEntities()) && MatchScheme(want.GetSche… in Match()