Home
last modified time | relevance | path

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

12

/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
H A 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));
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_operation.cpp78 if (!HasEntity(entity)) { in AddEntity()
93 bool DistributedOperation::HasEntity(const std::string& entity) const in HasEntity() function in OHOS::DistributedSchedule::DistributedOperation
H A Ddistributed_want.cpp214 bool DistributedWant::HasEntity(const std::string& entity) const in HasEntity() function in OHOS::DistributedSchedule::DistributedWant
216 return operation_.HasEntity(entity); in HasEntity()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Doperation.cpp108 if (!HasEntity(entity)) { in AddEntity()
133 bool Operation::HasEntity(const std::string &entity) const in HasEntity() function in OHOS::AAFwk::Operation
H A Dskills.cpp108 bool Skills::HasEntity(const std::string &entity) in HasEntity() function in OHOS::AAFwk::Skills
/ohos5.0/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
H A Dmatchingskills_fuzzer.cpp36 matchingSkills.HasEntity(stringData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantfirst_fuzzer/
H A Dwantfirst_fuzzer.cpp47 want->HasEntity(entity); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dmatching_skills.h59 bool HasEntity(const std::string &entity) const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_operation.h128 bool HasEntity(const std::string& entity) const;
H A Ddistributed_want.h283 bool HasEntity(const std::string& key) const;
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Doperation.h131 bool HasEntity(const std::string &entity) const;
H A Dskills.h73 bool HasEntity(const std::string &entity);
H A Dwant.h341 bool HasEntity(const std::string &key) const;
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_matching_skill.cpp48 bool MatchingSkills::HasEntity(const std::string& entity) const in HasEntity() function in OHOS::EventFwk::MatchingSkills
H A Dmock_bundle_manager.cpp173 if (want.HasEntity(Want::ENTITY_HOME) && want.GetAction() == Want::ACTION_HOME) { in QueryAbilityInfo()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_bundle_manager.cpp119 if (want.HasEntity(Want::ENTITY_HOME) && want.GetAction() == Want::ACTION_HOME) { in QueryAbilityInfo()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/
H A Dmock_bundle_manager.cpp85 if (want.HasEntity(Want::ENTITY_HOME) && want.GetAction() == Want::ACTION_HOME) { in QueryAbilityInfo()
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp291 EXPECT_EQ(false, base_->HasEntity(entities));
296 EXPECT_EQ(false, base_->HasEntity(entities));
409 EXPECT_EQ(true, base_->HasEntity(entity));
414 EXPECT_EQ(false, base_->HasEntity(entity));
H A Dwant_test.cpp525 bool hasentity = WantOut_->HasEntity("system.test.entity");
530 hasentity = WantOut_->HasEntity(std::string("system.test.entity"));
3779 EXPECT_EQ(true, want2.HasEntity("system.Entity.test"));
3794 EXPECT_EQ(true, want_->HasEntity(entity1));
3797 EXPECT_EQ(false, want_->HasEntity(entity1));
3807 EXPECT_EQ(true, want_->HasEntity(entity1));
3809 EXPECT_EQ(true, want_->HasEntity(entity2));
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/src/
H A Dmock_bundle_mgr.cpp128 if (want.HasEntity(Want::ENTITY_HOME) && want.GetAction() == Want::ACTION_HOME) { in QueryAbilityInfo()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H A Ddistributedwant_fuzzer.cpp56 want->HasEntity(entity); in DoSomethingInterestingWithMyApiDistributedWant001()
/ohos5.0/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
/ohos5.0/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dmatching_skills_test.cpp71 EXPECT_EQ(true, matchSkills.HasEntity(entity));
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/
H A Dmock_bundle_manager.cpp155 if (want.HasEntity(Want::ENTITY_HOME) && want.GetAction() == Want::ACTION_HOME) { in QueryAbilityInfo()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp688 bool hasentity = WantOut_->HasEntity("system.test.entity");
693 hasentity = WantOut_->HasEntity(std::string("system.test.entity"));
3473 EXPECT_EQ(true, want2.HasEntity("system.Entity.test"));
3489 EXPECT_EQ(true, want_->HasEntity(entity1));
3492 EXPECT_EQ(false, want_->HasEntity(entity1));
3502 EXPECT_EQ(true, want_->HasEntity(entity1));
3504 EXPECT_EQ(true, want_->HasEntity(entity2));

12