Home
last modified time | relevance | path

Searched refs:GetClassInterfaces (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object_factory.h50 virtual const Interfaces& GetClassInterfaces() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject_factory.h87 const BASE_NS::vector<BASE_NS::Uid>& GetClassInterfaces() const override in GetClassInterfaces() function
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dclass_registry.cpp117 if (CheckInterfaces(factory->GetClassInterfaces(), interfaceUids, strict)) { in GetAllTypes()