Home
last modified time | relevance | path

Searched refs:Connector (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dconnector.cpp21 bool Connector::AttachTo(const META_NS::IAttach::Ptr& target, const META_NS::IObject::Ptr& dataContext) in AttachTo()
26 CORE_LOG_E("Failed to attach Connector"); in AttachTo()
32 CORE_LOG_E("Failed to attach Connector: No such event"); in AttachTo()
38 CORE_LOG_E("Failed to attach Connector: No such function"); in AttachTo()
46 bool Connector::DetachFrom(const META_NS::IAttach::Ptr& target) in DetachFrom()
62 bool Connector::Connect(const IObject::Ptr& source, const BASE_NS::string& event, const BASE_NS::string& func) in Connect()
70 IObject::Ptr Connector::GetSource() const in GetSource()
74 BASE_NS::string Connector::GetEventName() const in GetEventName()
78 BASE_NS::string Connector::GetFunctionName() const in GetFunctionName()
83 ReturnError Connector
[all...]
H A Dconnector.h26 class Connector : public META_NS::AttachmentFwd<Connector, ClassId::Connector, IConnector, ISerializable> { class
H A Dregister_default_objs.cpp71 Connector::OBJECT_INFO, JsonContentLoader::OBJECT_INFO, EngineValueManager::OBJECT_INFO,
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dconnector.h41 auto connector = META_NS::GetObjectRegistry().Create<IConnector>(META_NS::ClassId::Connector); in Connect()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dbuiltin_objects.h88 META_REGISTER_CLASS(Connector, "5b643aaa-c6f2-4839-b145-3afcb04d4125", ObjectCategoryBits::NO_CATEGORY)
/foundation/graphic/graphic_3d/lume/metaobject/test/src/api/
H A DFunctionTest.cpp141 * @tc.desc: test Connector function
145 HWTEST_F(FunctionTest, Connector, TestSize.Level1) in HWTEST_F()

Completed in 4 milliseconds