Home
last modified time | relevance | path

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

/base/notification/common_event_service/interfaces/inner_api/
H A Dmatching_skills.h154 size_t CountSchemes() const;
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
H A Dmatchingskills_fuzzer.cpp51 // test CountSchemes function in DoSomethingInterestingWithMyAPI()
52 matchingSkills.CountSchemes(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
H A DactsCESMatchingSkillsTest.cpp325 * @tc.name: AddScheme、GetScheme、CountSchemes、HasScheme and RemoveScheme
327 * CountSchemes、HasScheme and RemoveScheme
341 if (matchingSkills.CountSchemes() != 0) { in HWTEST_F()
357 * @tc.name: AddScheme、GetScheme、CountSchemes、HasScheme and RemoveScheme
359 * CountSchemes、HasScheme and RemoveScheme
373 if (matchingSkills.CountSchemes() != 0) { in HWTEST_F()
389 * @tc.name: AddScheme、GetScheme、CountSchemes、HasScheme and RemoveScheme
391 * CountSchemes、HasScheme and RemoveScheme
405 if (matchingSkills.CountSchemes() != 0) { in HWTEST_F()
421 * @tc.name: AddScheme、GetScheme、CountSchemes、HasSchem
[all...]
/base/notification/common_event_service/frameworks/native/src/
H A Dmatching_skills.cpp140 size_t MatchingSkills::CountSchemes() const in CountSchemes() function in OHOS::EventFwk::MatchingSkills
/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dmatching_skills_test.cpp140 EXPECT_EQ(0, matchSkills.CountSchemes()); in HWTEST_F()
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_subscriber_manager_test.cpp191 EXPECT_EQ(1, matchSkills.CountSchemes()); in HWTEST_F()
/base/notification/common_event_service/services/src/
H A Dcommon_event_subscriber_manager.cpp204 size_t schemeSize = record->eventSubscribeInfo->GetMatchingSkills().CountSchemes(); in DumpDetailed()

Completed in 9 milliseconds