Home
last modified time | relevance | path

Searched refs:hasentity (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp688 bool hasentity = WantOut_->HasEntity("system.test.entity"); variable
689 GTEST_LOG_(INFO) << "WantOut_->HasEntity(system.test.entity)" << hasentity;
690 EXPECT_EQ(hasentity, true);
693 hasentity = WantOut_->HasEntity(std::string("system.test.entity"));
694 GTEST_LOG_(INFO) << "WantOut_->RemoveEntity(system.test.entity)" << hasentity;
695 EXPECT_EQ(hasentity, false);
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp525 bool hasentity = WantOut_->HasEntity("system.test.entity"); variable
526 GTEST_LOG_(INFO) << "WantOut_->HasEntity(system.test.entity)" << hasentity;
527 EXPECT_EQ(hasentity, true);
530 hasentity = WantOut_->HasEntity(std::string("system.test.entity"));
531 GTEST_LOG_(INFO) << "WantOut_->RemoveEntity(system.test.entity)" << hasentity;
532 EXPECT_EQ(hasentity, false);