Lines Matching refs:HasEntity
525 bool hasentity = WantOut_->HasEntity("system.test.entity");
526 GTEST_LOG_(INFO) << "WantOut_->HasEntity(system.test.entity)" << hasentity;
530 hasentity = WantOut_->HasEntity(std::string("system.test.entity"));
3779 EXPECT_EQ(true, want2.HasEntity("system.Entity.test"));
3785 * @tc.name: [AddEntity or RemoveEntity] & HasEntity &CountEntities
3786 * @tc.desc: Verify [AddEntity or RemoveEntity] & HasEntity &CountEntities
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));