Home
last modified time | relevance | path

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

/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
Dmatchingskills_fuzzer.cpp52 matchingSkills.CountSchemes(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/interfaces/inner_api/
Dmatching_skills.h154 size_t CountSchemes() const;
/base/notification/common_event_service/frameworks/native/test/unittest/
Dmatching_skills_test.cpp138 EXPECT_EQ(0, matchSkills.CountSchemes());
/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
DactsCESMatchingSkillsTest.cpp341 if (matchingSkills.CountSchemes() != 0) {
373 if (matchingSkills.CountSchemes() != 0) {
405 if (matchingSkills.CountSchemes() != 0) {
448 if (matchingSkills.CountSchemes() != 4) {
506 if (matchingSkills.CountSchemes() != 9) {
/base/notification/common_event_service/frameworks/native/src/
Dmatching_skills.cpp140 size_t MatchingSkills::CountSchemes() const in CountSchemes() function in OHOS::EventFwk::MatchingSkills
/base/notification/common_event_service/services/src/
Dcommon_event_subscriber_manager.cpp183 size_t schemeSize = record->eventSubscribeInfo->GetMatchingSkills().CountSchemes(); in DumpDetailed()
/base/notification/common_event_service/test/systemtest/common/resource/fuzzTest/src/
DfuzzTestManager.cpp407 temp->CountSchemes(); in RegisterMatchingSkills()