Home
last modified time | relevance | path

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

/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()
/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
H A Dwant.cpp280 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 Ddistributed_operation.h128 bool HasEntity(const std::string& entity) const;
H A Ddistributed_want.h283 bool HasEntity(const std::string& key) const;
/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;
/foundation/ability/ability_base/test/fuzztest/wantfirst_fuzzer/
H A Dwantfirst_fuzzer.cpp47 want->HasEntity(entity); in DoSomethingInterestingWithMyAPI()
/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()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_bundle_manager.cpp120 if (want.HasEntity(Want::ENTITY_HOME) && want.GetAction() == Want::ACTION_HOME) { in QueryAbilityInfo()
/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()
/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()
/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp283 * @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 Dwant_test.cpp525 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 Ddistributedwant_fuzzer.cpp56 want->HasEntity(entity); in DoSomethingInterestingWithMyAPI_DistributedWant_001()
/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()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp678 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...]

Completed in 33 milliseconds