Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
H A 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)) {
/ohos5.0/base/hiviewdfx/hiview/plugins/crash_validator/
H A Dcrash_validator.cpp112 bool CrashValidator::MatchEvent(int32_t pid) in MatchEvent() function in OHOS::HiviewDFX::CrashValidator
214 MatchEvent(pid); in OnEvent()
H A Dcrash_validator.h39 bool MatchEvent(int32_t pid);
/ohos5.0/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
H A Dmatchingskills_fuzzer.cpp54 matchingSkills.MatchEvent(stringData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A 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()
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dmatching_skills.h197 bool MatchEvent(const std::string &event) const;
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_matching_skill.cpp134 bool MatchingSkills::MatchEvent(const std::string& event) const in MatchEvent() function in OHOS::EventFwk::MatchingSkills
/ohos5.0/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dmatching_skills_test.cpp154 EXPECT_EQ(false, matchSkills.MatchEvent(""));
158 EXPECT_EQ(true, matchSkills.MatchEvent(event));