Home
last modified time | relevance | path

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

/base/notification/common_event_service/interfaces/inner_api/
Dmatching_skills.h87 size_t CountEvent() const;
/base/notification/common_event_service/frameworks/native/test/unittest/
Dmatching_skills_test.cpp108 EXPECT_EQ(0, matchSkills.CountEvent());
/base/notification/common_event_service/frameworks/core/src/
Dcommon_event.cpp127 if (subscriber->GetSubscribeInfo().GetMatchingSkills().CountEvent() == 0) { in SubscribeCommonEvent()
/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/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.cpp159 size_t countSize = record->eventSubscribeInfo->GetMatchingSkills().CountEvent(); in DumpDetailed()
Dinner_common_event_manager.cpp164 if (subscribeInfo.GetMatchingSkills().CountEvent() == 0) { in SubscribeCommonEvent()
/base/notification/common_event_service/test/systemtest/common/resource/fuzzTest/src/
DfuzzTestManager.cpp379 temp->CountEvent(); in RegisterMatchingSkills()