Home
last modified time | relevance | path

Searched refs:HasEvent (Results 1 – 6 of 6) sorted by relevance

/base/notification/common_event_service/interfaces/inner_api/
Dmatching_skills.h117 bool HasEvent(const std::string &event) const;
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
Dmatchingskills_fuzzer.cpp46 matchingSkills.HasEvent(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/native/src/
Dmatching_skills.cpp105 bool MatchingSkills::HasEvent(const std::string &event) const in HasEvent() function in OHOS::EventFwk::MatchingSkills
277 return HasEvent(event); in MatchEvent()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
DactsCESMatchingSkillsTest.cpp78 EXPECT_TRUE(matchingSkills.HasEvent(eventName));
121 EXPECT_TRUE(matchingSkills.HasEvent(eventName));
164 EXPECT_TRUE(matchingSkills.HasEvent(eventName));
219 EXPECT_TRUE(matchingSkills.HasEvent(eventName));
289 EXPECT_TRUE(matchingSkills.HasEvent(eventName));
/base/notification/common_event_service/frameworks/native/test/unittest/
Dmatching_skills_test.cpp101 EXPECT_EQ(true, matchSkills.HasEvent(event));
/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/
DactsCESSubscribeInfoTest.cpp641 if (!subscribeInfo.GetMatchingSkills().HasEvent(eventName)) {