/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()
|
/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
|
H A D | want.cpp | 280 bool Want::HasEntity(const std::string &entity) const in HasEntity() function in OHOS::AAFwk::Want 282 return operation_.HasEntity(entity); in HasEntity()
|
/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;
|
/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;
|
/foundation/ability/ability_base/test/fuzztest/wantfirst_fuzzer/ |
H A D | wantfirst_fuzzer.cpp | 47 want->HasEntity(entity); in DoSomethingInterestingWithMyAPI()
|
/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()
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_bundle_manager.cpp | 120 if (want.HasEntity(Want::ENTITY_HOME) && want.GetAction() == Want::ACTION_HOME) { in QueryAbilityInfo()
|
/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()
|
/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()
|
/foundation/ability/ability_base/test/unittest/want/ |
H A D | skills_test.cpp | 283 * @tc.name: CountEntitie/HasEntity/GetEntity 291 EXPECT_EQ(false, base_->HasEntity(entities)); in HWTEST_F() 296 EXPECT_EQ(false, base_->HasEntity(entities)); in HWTEST_F() 316 * @tc.name: CountEntitie/HasEntity/GetEntity 395 * @tc.name: CountEntities/HasEntity/CountEntities/GetEntity 409 EXPECT_EQ(true, base_->HasEntity(entity)); in HWTEST_F() 414 EXPECT_EQ(false, base_->HasEntity(entity)); in HWTEST_F()
|
H A D | want_test.cpp | 525 bool hasentity = WantOut_->HasEntity("system.test.entity"); in HWTEST_F() 526 GTEST_LOG_(INFO) << "WantOut_->HasEntity(system.test.entity)" << hasentity; in HWTEST_F() 530 hasentity = WantOut_->HasEntity(std::string("system.test.entity")); in HWTEST_F() 3779 EXPECT_EQ(true, want2.HasEntity("system.Entity.test")); in HWTEST_F() 3785 * @tc.name: [AddEntity or RemoveEntity] & HasEntity &CountEntities 3786 * @tc.desc: Verify [AddEntity or RemoveEntity] & HasEntity &CountEntities 3794 EXPECT_EQ(true, want_->HasEntity(entity1)); in HWTEST_F() 3797 EXPECT_EQ(false, want_->HasEntity(entity1)); in HWTEST_F() 3807 EXPECT_EQ(true, want_->HasEntity(entity1)); in HWTEST_F() 3809 EXPECT_EQ(true, want_->HasEntity(entity in HWTEST_F() [all...] |
/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/ |
H A D | distributedwant_fuzzer.cpp | 56 want->HasEntity(entity); in DoSomethingInterestingWithMyAPI_DistributedWant_001()
|
/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()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_test.cpp | 678 bool hasentity = WantOut_->HasEntity("system.test.entity"); in HWTEST_F() 679 GTEST_LOG_(INFO) << "WantOut_->HasEntity(system.test.entity)" << hasentity; in HWTEST_F() 683 hasentity = WantOut_->HasEntity(std::string("system.test.entity")); in HWTEST_F() 3459 EXPECT_EQ(true, want2.HasEntity("system.Entity.test")); in HWTEST_F() 3465 * @tc.name: [AddEntity or RemoveEntity] & HasEntity &CountEntities 3466 * @tc.desc: Verify [AddEntity or RemoveEntity] & HasEntity &CountEntities 3475 EXPECT_EQ(true, want_->HasEntity(entity1)); in HWTEST_F() 3478 EXPECT_EQ(false, want_->HasEntity(entity1)); in HWTEST_F() 3488 EXPECT_EQ(true, want_->HasEntity(entity1)); in HWTEST_F() 3490 EXPECT_EQ(true, want_->HasEntity(entity in HWTEST_F() [all...] |