Home
last modified time | relevance | path

Searched refs:MatchScheme (Results 1 - 5 of 5) sorted by relevance

/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
H A DactsCESMatchingSkillsTest.cpp840 * @tc.name: MatchScheme and AddScheme
841 * @tc.desc: Verify the function of MatchingSkills scheme : MatchScheme态AddScheme
849 EXPECT_TRUE(matchingSkills.MatchScheme("")); in HWTEST_F()
851 EXPECT_TRUE(matchingSkills.MatchScheme(scheme)); in HWTEST_F()
853 if (matchingSkills.MatchScheme("schemeMatchScheme")) { in HWTEST_F()
870 * @tc.name: check MatchScheme of MatchingSkills
871 * @tc.desc: verify the function of MatchingSkills: MatchScheme
879 EXPECT_TRUE(matchingSkills.MatchScheme("")); in HWTEST_F()
881 EXPECT_TRUE(matchingSkills.MatchScheme(scheme)); in HWTEST_F()
883 if (!matchingSkills.MatchScheme("schemeMatchSchem in HWTEST_F()
[all...]
/base/notification/common_event_service/interfaces/inner_api/
H A Dmatching_skills.h213 bool MatchScheme(const std::string &scheme) const;
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
H A Dmatchingskills_fuzzer.cpp59 // test MatchScheme function in DoSomethingInterestingWithMyAPI()
60 matchingSkills.MatchScheme(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dmatching_skills_test.cpp196 EXPECT_EQ(true, matchSkills.MatchScheme("")); in HWTEST_F()
199 EXPECT_EQ(true, matchSkills.MatchScheme(scheme)); in HWTEST_F()
200 EXPECT_EQ(false, matchSkills.MatchScheme("schemediffer")); in HWTEST_F()
/base/notification/common_event_service/frameworks/native/src/
H A Dmatching_skills.cpp297 bool MatchingSkills::MatchScheme(const std::string &scheme) const in MatchScheme() function in OHOS::EventFwk::MatchingSkills
313 return MatchEvent(want.GetAction()) && MatchEntity(want.GetEntities()) && MatchScheme(want.GetScheme()); in Match()

Completed in 4 milliseconds