Home
last modified time | relevance | path

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

/base/notification/common_event_service/interfaces/inner_api/
H A Dmatching_skills.h59 bool HasEntity(const std::string &entity) const;
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
H A Dmatchingskills_fuzzer.cpp35 // test HasEntity function in DoSomethingInterestingWithMyAPI()
36 matchingSkills.HasEntity(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
H A DactsCESMatchingSkillsTest.cpp61 * @tc.name: AddEntity、GetEntity、CountEntities、HasEntity and RemoveEntity
63 * CountEntities、HasEntity and RemoveEntity
80 if (matchingSkills.HasEntity(entity)) { in HWTEST_F()
85 EXPECT_FALSE(matchingSkills.HasEntity(entity)); in HWTEST_F()
104 * @tc.name: AddEntity、GetEntity、CountEntities、HasEntity and RemoveEntity
106 * AddEntity、GetEntity、CountEntities、HasEntity and RemoveEntity
123 if (matchingSkills.HasEntity(entity)) { in HWTEST_F()
128 EXPECT_FALSE(matchingSkills.HasEntity(entity)); in HWTEST_F()
147 * @tc.name: AddEntity、GetEntity、CountEntities、HasEntity and RemoveEntity
149 * AddEntity、GetEntity、CountEntities、HasEntity an
[all...]
/base/notification/common_event_service/frameworks/native/src/
H A Dmatching_skills.cpp52 bool MatchingSkills::HasEntity(const std::string &entity) const in HasEntity() function in OHOS::EventFwk::MatchingSkills
/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dmatching_skills_test.cpp55 * Function: AddEntity/GetEntity/CountEntities/HasEntity/RemoveEntity
71 EXPECT_EQ(true, matchSkills.HasEntity(entity)); in HWTEST_F()
/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/
H A Dcommon_event_services_system_test.cpp2446 * @tc.name: HasEntity
2458 EXPECT_TRUE(matchingSkills.HasEntity(entity)); in HWTEST_F()
2476 EXPECT_FALSE(matchingSkills.HasEntity(entity)); in HWTEST_F()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/
H A DactsCESManagertest.cpp3035 * @tc.name: HasEntity
3050 if (!matchingSkills.HasEntity(entity)) { in HWTEST_F()
3084 if (matchingSkills.HasEntity(entity)) { in HWTEST_F()

Completed in 16 milliseconds