/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/ |
H A D | actsCESMatchingSkillsTest.cpp | 80 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 D | distributed_operation.cpp | 78 if (!HasEntity(entity)) { in AddEntity() 93 bool DistributedOperation::HasEntity(const std::string& entity) const in HasEntity() function in OHOS::DistributedSchedule::DistributedOperation
|
H A D | distributed_want.cpp | 214 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 D | operation.cpp | 108 if (!HasEntity(entity)) { in AddEntity() 133 bool Operation::HasEntity(const std::string &entity) const in HasEntity() function in OHOS::AAFwk::Operation
|
H A D | skills.cpp | 108 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 D | matchingskills_fuzzer.cpp | 36 matchingSkills.HasEntity(stringData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantfirst_fuzzer/ |
H A D | wantfirst_fuzzer.cpp | 47 want->HasEntity(entity); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/ |
H A D | matching_skills.h | 59 bool HasEntity(const std::string &entity) const;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/ |
H A D | distributed_operation.h | 128 bool HasEntity(const std::string& entity) const;
|
H A D | distributed_want.h | 283 bool HasEntity(const std::string& key) const;
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/ |
H A D | operation.h | 131 bool HasEntity(const std::string &entity) const;
|
H A D | skills.h | 73 bool HasEntity(const std::string &entity);
|
H A D | want.h | 341 bool HasEntity(const std::string &key) const;
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_matching_skill.cpp | 48 bool MatchingSkills::HasEntity(const std::string& entity) const in HasEntity() function in OHOS::EventFwk::MatchingSkills
|
H A D | mock_bundle_manager.cpp | 173 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 D | mock_bundle_manager.cpp | 119 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 D | mock_bundle_manager.cpp | 85 if (want.HasEntity(Want::ENTITY_HOME) && want.GetAction() == Want::ACTION_HOME) { in QueryAbilityInfo()
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | skills_test.cpp | 291 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 D | want_test.cpp | 525 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 D | mock_bundle_mgr.cpp | 128 if (want.HasEntity(Want::ENTITY_HOME) && want.GetAction() == Want::ACTION_HOME) { in QueryAbilityInfo()
|
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/ |
H A D | distributedwant_fuzzer.cpp | 56 want->HasEntity(entity); in DoSomethingInterestingWithMyApiDistributedWant001()
|
/ohos5.0/base/notification/common_event_service/frameworks/native/src/ |
H A D | matching_skills.cpp | 52 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 D | matching_skills_test.cpp | 71 EXPECT_EQ(true, matchSkills.HasEntity(entity));
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/ |
H A D | mock_bundle_manager.cpp | 155 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 D | distributed_want_test.cpp | 688 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));
|