Home
last modified time | relevance | path

Searched refs:GetAllProperties (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dproxy_object.cpp32 for (auto&& p : Super::GetAllProperties()) { in ~ProxyObject()
51 for (auto&& p : Super::GetAllProperties()) { in Build()
190 for (auto&& p : Super::GetAllProperties()) { in ReflectHierarchy()
288 for (auto&& p : target->GetAllProperties()) { in PopulateAllProperties()
317 BASE_NS::vector<IProperty::Ptr> ProxyObject::GetAllProperties() in GetAllProperties() function in Internal::ProxyObject
320 return Super::GetAllProperties(); in GetAllProperties()
323 BASE_NS::vector<IProperty::ConstPtr> ProxyObject::GetAllProperties() const in GetAllProperties() function in Internal::ProxyObject
326 return Super::GetAllProperties(); in GetAllProperties()
342 for (auto&& p : Super::GetAllProperties()) { in UpdateSerializeState()
H A Dobject_context.cpp85 BASE_NS::vector<IProperty::Ptr> ObjectContext::GetAllProperties() in GetAllProperties() function in Internal::ObjectContext
87 return metadata_->GetAllProperties(); in GetAllProperties()
90 BASE_NS::vector<IProperty::ConstPtr> ObjectContext::GetAllProperties() const in GetAllProperties() function in Internal::ObjectContext
93 return p->GetAllProperties(); in GetAllProperties()
H A Dmeta_object.cpp169 BASE_NS::vector<IProperty::Ptr> MetaObject::GetAllProperties() in GetAllProperties() function in Internal::MetaObject
171 return meta_->GetAllProperties(); in GetAllProperties()
173 BASE_NS::vector<IProperty::ConstPtr> MetaObject::GetAllProperties() const in GetAllProperties() function in Internal::MetaObject
175 return static_cast<const IMetadata*>(meta_.get())->GetAllProperties(); in GetAllProperties()
H A Dobject_context.h54 BASE_NS::vector<IProperty::Ptr> GetAllProperties() override; in META_BEGIN_NAMESPACE()
55 BASE_NS::vector<IProperty::ConstPtr> GetAllProperties() const override; in META_BEGIN_NAMESPACE()
H A Dproxy_object.h51 BASE_NS::vector<IProperty::Ptr> GetAllProperties() override; in META_BEGIN_NAMESPACE()
52 BASE_NS::vector<IProperty::ConstPtr> GetAllProperties() const override; in META_BEGIN_NAMESPACE()
H A Dmeta_object.h78 BASE_NS::vector<IProperty::Ptr> GetAllProperties() override; in META_BEGIN_NAMESPACE()
79 BASE_NS::vector<IProperty::ConstPtr> GetAllProperties() const override; in META_BEGIN_NAMESPACE()
H A Dmetadata.cpp38 for (auto&& v : data.GetAllProperties()) { in Metadata()
166 BASE_NS::vector<IProperty::Ptr> Metadata::GetAllProperties() in GetAllProperties() function in Internal::Metadata
170 BASE_NS::vector<IProperty::ConstPtr> Metadata::GetAllProperties() const in GetAllProperties() function in Internal::Metadata
H A Dmetadata.h58 BASE_NS::vector<IProperty::Ptr> GetAllProperties() override; in META_BEGIN_NAMESPACE()
59 BASE_NS::vector<IProperty::ConstPtr> GetAllProperties() const override; in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/model/
H A Dobject_provider_base.cpp55 for (auto&& p : d->GetAllProperties()) { in DisposeObject()
108 for (auto&& p : data->GetAllProperties()) { in BindProperties()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject.h371 BASE_NS::vector<META_NS::IProperty::Ptr> GetAllProperties() override in GetAllProperties() function
373 return meta_->GetAllProperties(); in GetAllProperties()
375 BASE_NS::vector<META_NS::IProperty::ConstPtr> GetAllProperties() const override in GetAllProperties() function
377 return static_cast<const IMetadata*>(meta_.get())->GetAllProperties(); in GetAllProperties()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_metadata.h51 virtual BASE_NS::vector<IProperty::Ptr> GetAllProperties() = 0;
52 virtual BASE_NS::vector<IProperty::ConstPtr> GetAllProperties() const = 0;
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dmetadata.h33 virtual const ImageMetadata::PropertyMapPtr GetAllProperties() = 0;
H A Dfragment_metadata.h39 virtual const ImageMetadata::PropertyMapPtr GetAllProperties() override;
H A Dexif_metadata.h37 virtual const ImageMetadata::PropertyMapPtr GetAllProperties() override;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/engine/
H A Dintf_engine_input_property_manager.h33 virtual BASE_NS::vector<IProperty::Ptr> GetAllProperties() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_input_property_manager.h35 BASE_NS::vector<IProperty::Ptr> GetAllProperties() const override; in META_BEGIN_NAMESPACE()
H A Dengine_input_property_manager.cpp83 BASE_NS::vector<IProperty::Ptr> EngineInputPropertyManager::GetAllProperties() const in GetAllProperties() function in Internal::EngineInputPropertyManager
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dmetadata_napi.h46 static napi_value GetAllProperties(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_parser.h126 …heif_error GetAllProperties(heif_item_id itemId, std::vector<std::shared_ptr<HeifBox>> &properties…
132 heif_error err = GetAllProperties(itemId, properties); in GetProperty()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DObjectProxy.cpp37 for (auto& p : meta->GetAllProperties()) { in ObjectProxy()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dfragment_metadata.cpp117 const ImageMetadata::PropertyMapPtr FragmentMetadata::GetAllProperties() in GetAllProperties() function in OHOS::Media::FragmentMetadata
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dmetadata_napi.cpp166 DECLARE_NAPI_FUNCTION("getAllProperties", GetAllProperties), in Init()
608 napi_value MetadataNapi::GetAllProperties(napi_env env, napi_callback_info info) in GetAllProperties() function in OHOS::Media::MetadataNapi
639 ImageMetadata::PropertyMapPtr allKey = context->rMetadata->GetAllProperties(); in GetAllProperties()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_test.cpp284 heif_error ret = heifParser.GetAllProperties(itemId, properties);
288 ret = heifParser.GetAllProperties(itemId, properties);
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dpostprocess_impl.cpp125 for (auto& prop : meta->GetAllProperties()) { in Build()
H A Dmaterial_impl.cpp881 oldCustomProperties = properties->GetAllProperties(); in UpdateCustomProperties()
891 auto metaProps = meta->GetAllProperties(); in UpdateCustomProperties()
1116 auto allProperties = meta->GetAllProperties(); in UpdateAllInputProperties()

12