Searched refs:ITestType (Results 1 - 8 of 8) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/test/src/ |
H A D | test_utils.h | 86 inline bool IsEqual(const ITestType::ConstPtr& a, const ITestType::ConstPtr& b) in IsEqual() 93 inline bool IsEqual(const ITestType::Ptr& a, const ITestType::Ptr& b) in IsEqual() 95 return IsEqual(ITestType::ConstPtr(a), ITestType::ConstPtr(b)); in IsEqual() 192 auto ta = interface_pointer_cast<ITestType>(a); in IsEqual() 193 auto tb = interface_pointer_cast<ITestType>(b); in IsEqual()
|
H A D | testing_objects.cpp | 192 class TestType : public ObjectFwd<TestType, ClassId::TestType, ClassId::Object, ITestType, IContainable, 195 using Super = ObjectFwd<TestType, ClassId::TestType, ClassId::Object, ITestType, IContainable, IMutableContainable, 200 META_IMPLEMENT_INTERFACE_PROPERTY(ITestType, int, First); 217 META_IMPLEMENT_INTERFACE_ARRAY_PROPERTY(ITestType, int, MyIntArray); 225 META_IMPLEMENT_INTERFACE_EVENT(ITestType, IOnChanged, OnTest); 248 META_IMPLEMENT_INTERFACE_FUNCTION(ITestType, TestType, NormalMember); 546 RegisterTypeForBuiltinAny<ITestType::Ptr>(); in RegisterTestTypes() 547 RegisterTypeForBuiltinAny<ITestType::WeakPtr>(); in RegisterTestTypes() 565 UnregisterTypeForBuiltinAny<ITestType::WeakPtr>(); in UnregisterTestTypes() 566 UnregisterTypeForBuiltinAny<ITestType in UnregisterTestTypes() [all...] |
H A D | testing_objects.h | 44 META_REGISTER_INTERFACE(ITestType, "7c327d8f-3930-478f-b91b-8ddef8a52f3e", "This is test type") 194 class ITestType : public CORE_NS::IInterface { class 195 META_INTERFACE(CORE_NS::IInterface, ITestType); 293 META_INTERFACE_TYPE(META_NS::ITestType)
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/api/ |
H A D | ObjectApiTest.cpp | 45 META_API_OBJECT_CONVERTIBLE(ITestType) 46 META_API_CACHE_INTERFACE(ITestType, Test)
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/ |
H A D | IntfContentTest.cpp | 63 EXPECT_EQ(c->FindAny({ "Content", TraversalType::DEPTH_FIRST_PRE_ORDER, { ITestType::UID } }), content); in HWTEST_F() 64 EXPECT_EQ(c->FindAny({ "", TraversalType::DEPTH_FIRST_PRE_ORDER, { ITestType::UID } }), content); in HWTEST_F() 259 EXPECT_TRUE(interface_cast<ITestType>(obj)); in HWTEST_F() 277 EXPECT_TRUE(co.SetRequiredInterfaces({ ITestType::UID })); in HWTEST_F() 304 EXPECT_TRUE(co.SetRequiredInterfaces({ ITestType::UID })); in HWTEST_F() 323 EXPECT_TRUE(co.SetRequiredInterfaces({ ITestType::UID })); in HWTEST_F()
|
H A D | IntfMetadataTest.cpp | 60 ITestType::ConstPtr cp = p; in HWTEST_F() 164 TestGetSetValue<ITestType>(p); in HWTEST_F() 188 EXPECT_EQ(META_NS::InterfaceId::ITestType.ReadableName(), "This is test type"); in HWTEST_F()
|
H A D | IntfAnyTest.cpp | 263 Any<ITestType::Ptr> source { interface_pointer_cast<ITestType>(p2) }; in HWTEST_F() 281 Any<ITestType::Ptr> source { interface_pointer_cast<ITestType>(p2) }; in HWTEST_F() 299 Any<ITestType::ConstPtr> source { interface_pointer_cast<ITestType>(p2) }; in HWTEST_F()
|
H A D | IntfContainerTest.cpp | 705 EXPECT_TRUE(req->SetRequiredInterfaces({ ITestType::UID })); in HWTEST_P() 761 EXPECT_TRUE(req->SetRequiredInterfaces({ ITestType::UID })); in HWTEST_P() 931 auto result4 = container_->FindAll({ "", TraversalType::DEPTH_FIRST_PRE_ORDER, { ITestType::UID }, false }); in HWTEST_F() 1010 { ITestType::UID, ITestContainer::UID }, true }); in HWTEST_F() 1012 container_->FindAll({ "SameNameDifferentUid", TraversalType::DEPTH_FIRST_PRE_ORDER, { ITestType::UID }, true }); in HWTEST_F() 1014 { ITestType::UID, ITestContainer::UID }, false }); in HWTEST_F() 1036 { "", TraversalType::DEPTH_FIRST_PRE_ORDER, { ITestType::UID, META_NS::IAttachment::UID }, true }); in HWTEST_F() 1137 { ITestType::UID, ITestContainer::UID }, true }); in HWTEST_F() 1139 container_->FindAny({ "SameNameDifferentUid", TraversalType::DEPTH_FIRST_PRE_ORDER, { ITestType::UID }, true }); in HWTEST_F() 1141 { ITestType in HWTEST_F() [all...] |
Completed in 6 milliseconds