Home
last modified time | relevance | path

Searched refs:GetOverrides (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_context.cpp55 BASE_NS::vector<IProperty::ConstPtr> ObjectContext::GetOverrides() const in GetOverrides() function in Internal::ObjectContext
57 return proxy_->GetOverrides(); in GetOverrides()
H A Dobject_context.h45 BASE_NS::vector<IProperty::ConstPtr> GetOverrides() const override; in META_BEGIN_NAMESPACE()
H A Dproxy_object.h59 BASE_NS::vector<IProperty::ConstPtr> GetOverrides() const override; in META_BEGIN_NAMESPACE()
H A Dproxy_object.cpp210 BASE_NS::vector<IProperty::ConstPtr> ProxyObject::GetOverrides() const in GetOverrides() function in Internal::ProxyObject
340 bool serialise = !GetOverrides().empty(); in UpdateSerializeState()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_proxy_object.h62 virtual BASE_NS::vector<IProperty::ConstPtr> GetOverrides() const = 0;