Home
last modified time | relevance | path

Searched refs:CountEvent (Results 1 – 9 of 9) sorted by relevance

/base/notification/common_event_service/interfaces/inner_api/
Dmatching_skills.h87 size_t CountEvent() const;
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
Dmatchingskills_fuzzer.cpp68 matchingSkills.CountEvent(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/native/src/
Dmatching_skills.cpp78 size_t MatchingSkills::CountEvent() const in CountEvent() function in OHOS::EventFwk::MatchingSkills
/base/notification/common_event_service/frameworks/core/src/
Dcommon_event.cpp132 if (subscriber->GetSubscribeInfo().GetMatchingSkills().CountEvent() == 0) { in SubscribeCommonEvent()
/base/notification/common_event_service/frameworks/native/test/unittest/
Dmatching_skills_test.cpp110 EXPECT_EQ(0, matchSkills.CountEvent());
/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
DactsCESMatchingSkillsTest.cpp216 EXPECT_EQ(5, matchingSkills.CountEvent());
286 EXPECT_EQ(10, matchingSkills.CountEvent());
/base/notification/common_event_service/services/src/
Dcommon_event_subscriber_manager.cpp160 size_t countSize = record->eventSubscribeInfo->GetMatchingSkills().CountEvent(); in DumpDetailed()
Dinner_common_event_manager.cpp162 if (subscribeInfo.GetMatchingSkills().CountEvent() == 0) { in SubscribeCommonEvent()
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_subscriber_manager_test.cpp185 EXPECT_EQ(1, matchSkills.CountEvent()); in HWTEST_F()