Home
last modified time | relevance | path

Searched refs:HasEntity (Results 1 – 8 of 8) sorted by relevance

/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
DactsCESMatchingSkillsTest.cpp80 if (matchingSkills.HasEntity(entity)) {
85 EXPECT_FALSE(matchingSkills.HasEntity(entity));
123 if (matchingSkills.HasEntity(entity)) {
128 EXPECT_FALSE(matchingSkills.HasEntity(entity));
167 if (matchingSkills.HasEntity(entity)) {
172 EXPECT_FALSE(matchingSkills.HasEntity(entity));
223 if (matchingSkills.HasEntity(entity)) {
227 EXPECT_FALSE(matchingSkills.HasEntity(entity));
292 if (matchingSkills.HasEntity(entity)) {
297 EXPECT_FALSE(matchingSkills.HasEntity(entity));
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
Dmatchingskills_fuzzer.cpp36 matchingSkills.HasEntity(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/interfaces/inner_api/
Dmatching_skills.h59 bool HasEntity(const std::string &entity) const;
/base/notification/common_event_service/frameworks/native/test/unittest/
Dmatching_skills_test.cpp69 EXPECT_EQ(true, matchSkills.HasEntity(entity));
/base/notification/common_event_service/frameworks/native/src/
Dmatching_skills.cpp52 bool MatchingSkills::HasEntity(const std::string &entity) const in HasEntity() function in OHOS::EventFwk::MatchingSkills
/base/notification/common_event_service/test/systemtest/common/resource/fuzzTest/src/
DfuzzTestManager.cpp363 temp->HasEntity(GetStringParam()); in RegisterMatchingSkills()
1444 temp->HasEntity(GetStringParam()); in RegisterWant()
/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/
Dcommon_event_services_system_test.cpp2453 EXPECT_TRUE(matchingSkills.HasEntity(entity));
2471 EXPECT_FALSE(matchingSkills.HasEntity(entity));
/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/
DactsCESManagertest.cpp3052 if (!matchingSkills.HasEntity(entity)) {
3086 if (matchingSkills.HasEntity(entity)) {