Home
last modified time | relevance | path

Searched refs:HasEvent (Results 1 - 7 of 7) sorted by relevance

/base/notification/common_event_service/interfaces/inner_api/
H A Dmatching_skills.h117 bool HasEvent(const std::string &event) const;
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
H A Dmatchingskills_fuzzer.cpp45 // test HasEvent function in DoSomethingInterestingWithMyAPI()
46 matchingSkills.HasEvent(stringData); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/utils/common/include/
H A Dtel_event_queue.h41 bool HasEvent();
/base/notification/common_event_service/frameworks/native/src/
H A 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/
H A DactsCESMatchingSkillsTest.cpp78 EXPECT_TRUE(matchingSkills.HasEvent(eventName)); in HWTEST_F()
121 EXPECT_TRUE(matchingSkills.HasEvent(eventName)); in HWTEST_F()
164 EXPECT_TRUE(matchingSkills.HasEvent(eventName)); in HWTEST_F()
219 EXPECT_TRUE(matchingSkills.HasEvent(eventName)); in HWTEST_F()
289 EXPECT_TRUE(matchingSkills.HasEvent(eventName)); in HWTEST_F()
/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dmatching_skills_test.cpp88 * FunctionPoints: AddEvent/GetEvent/CountEvent/HasEvent/RemoveEvent
101 EXPECT_EQ(true, matchSkills.HasEvent(event)); in HWTEST_F()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/
H A DactsCESSubscribeInfoTest.cpp641 if (!subscribeInfo.GetMatchingSkills().HasEvent(eventName)) { in HWTEST_F()

Completed in 5 milliseconds