Searched refs:interfaceUids (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_class_registry.h | 64 …const BASE_NS::vector<BASE_NS::Uid>& interfaceUids, bool strict, bool excludeDeprecated) const = 0; 68 …:vector<IClassInfo::ConstPtr> GetAllTypes(const BASE_NS::vector<BASE_NS::Uid>& interfaceUids) const in GetAllTypes() argument 70 return GetAllTypes(interfaceUids, true, true); in GetAllTypes()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | class_registry.cpp | 103 const BASE_NS::vector<BASE_NS::Uid>& interfaceUids, bool strict, bool excludeDeprecated) const in GetAllTypes() argument 117 if (CheckInterfaces(factory->GetClassInterfaces(), interfaceUids, strict)) { in GetAllTypes()
|
H A D | class_registry.h | 60 …const BASE_NS::vector<BASE_NS::Uid>& interfaceUids, bool strict, bool excludeDeprecated) const ove…
|