Home
last modified time | relevance | path

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

/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
H A DactsCESMatchingSkillsTest.cpp671 * @tc.name: MatchEntity and AddEntity
672 * @tc.desc: Verify the function of MatchingSkills entity : MatchEntity、AddEntity
681 EXPECT_TRUE(matchingSkills.MatchEntity(entityVector)); in HWTEST_F()
684 EXPECT_TRUE(matchingSkills.MatchEntity(entityVector)); in HWTEST_F()
686 if (matchingSkills.MatchEntity(entityVector)) { in HWTEST_F()
704 * @tc.name: MatchEntity and AddEntity
705 * @tc.desc: Verify the function of MatchingSkills entity : MatchEntity、AddEntity
714 EXPECT_TRUE(matchingSkills.MatchEntity(entityVector)); in HWTEST_F()
717 EXPECT_TRUE(matchingSkills.MatchEntity(entityVector)); in HWTEST_F()
720 if (matchingSkills.MatchEntity(entityVecto in HWTEST_F()
[all...]
/base/notification/common_event_service/interfaces/inner_api/
H A Dmatching_skills.h205 bool MatchEntity(const std::vector<std::string> &entities) const;
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
H A Dmatchingskills_fuzzer.cpp55 // test MatchEntity function in DoSomethingInterestingWithMyAPI()
58 matchingSkills.MatchEntity(permissions); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dmatching_skills_test.cpp174 EXPECT_EQ(true, matchSkills.MatchEntity(entities)); in HWTEST_F()
179 EXPECT_EQ(true, matchSkills.MatchEntity(entities)); in HWTEST_F()
181 EXPECT_EQ(false, matchSkills.MatchEntity(entities)); in HWTEST_F()
/base/notification/common_event_service/frameworks/native/src/
H A Dmatching_skills.cpp280 bool MatchingSkills::MatchEntity(const std::vector<std::string> &entities) const in MatchEntity() function in OHOS::EventFwk::MatchingSkills
313 return MatchEvent(want.GetAction()) && MatchEntity(want.GetEntities()) && MatchScheme(want.GetScheme()); in Match()

Completed in 5 milliseconds