Searched refs:CountEvent (Results 1 – 9 of 9) sorted by relevance
87 size_t CountEvent() const;
68 matchingSkills.CountEvent(); in DoSomethingInterestingWithMyAPI()
78 size_t MatchingSkills::CountEvent() const in CountEvent() function in OHOS::EventFwk::MatchingSkills
132 if (subscriber->GetSubscribeInfo().GetMatchingSkills().CountEvent() == 0) { in SubscribeCommonEvent()
110 EXPECT_EQ(0, matchSkills.CountEvent());
216 EXPECT_EQ(5, matchingSkills.CountEvent());286 EXPECT_EQ(10, matchingSkills.CountEvent());
160 size_t countSize = record->eventSubscribeInfo->GetMatchingSkills().CountEvent(); in DumpDetailed()
162 if (subscribeInfo.GetMatchingSkills().CountEvent() == 0) { in SubscribeCommonEvent()
185 EXPECT_EQ(1, matchSkills.CountEvent()); in HWTEST_F()