Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/engine/
H A Dintf_engine_value_manager.h58 virtual BASE_NS::vector<IProperty::Ptr> ConstructAllProperties() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_value_manager.h51 BASE_NS::vector<IProperty::Ptr> ConstructAllProperties() const override; in META_BEGIN_NAMESPACE()
H A Dengine_value_manager.cpp246 BASE_NS::vector<IProperty::Ptr> EngineValueManager::ConstructAllProperties() const in ConstructAllProperties() function in Internal::EngineValueManager