/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | proxy_object.cpp | 32 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 D | object_context.cpp | 85 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 D | meta_object.cpp | 169 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 D | object_context.h | 54 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 D | proxy_object.h | 51 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 D | meta_object.h | 78 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 D | metadata.cpp | 38 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 D | metadata.h | 58 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 D | object_provider_base.cpp | 55 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 D | object.h | 371 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 D | intf_metadata.h | 51 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 D | metadata.h | 33 virtual const ImageMetadata::PropertyMapPtr GetAllProperties() = 0;
|
H A D | fragment_metadata.h | 39 virtual const ImageMetadata::PropertyMapPtr GetAllProperties() override;
|
H A D | exif_metadata.h | 37 virtual const ImageMetadata::PropertyMapPtr GetAllProperties() override;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/engine/ |
H A D | intf_engine_input_property_manager.h | 33 virtual BASE_NS::vector<IProperty::Ptr> GetAllProperties() const = 0;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/engine/ |
H A D | engine_input_property_manager.h | 35 BASE_NS::vector<IProperty::Ptr> GetAllProperties() const override; in META_BEGIN_NAMESPACE()
|
H A D | engine_input_property_manager.cpp | 83 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 D | metadata_napi.h | 46 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 D | heif_parser.h | 126 …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 D | ObjectProxy.cpp | 37 for (auto& p : meta->GetAllProperties()) { in ObjectProxy()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | fragment_metadata.cpp | 117 const ImageMetadata::PropertyMapPtr FragmentMetadata::GetAllProperties() in GetAllProperties() function in OHOS::Media::FragmentMetadata
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | metadata_napi.cpp | 166 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 D | heif_parser_test.cpp | 284 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 D | postprocess_impl.cpp | 125 for (auto& prop : meta->GetAllProperties()) { in Build()
|
H A D | material_impl.cpp | 881 oldCustomProperties = properties->GetAllProperties(); in UpdateCustomProperties() 891 auto metaProps = meta->GetAllProperties(); in UpdateCustomProperties() 1116 auto allProperties = meta->GetAllProperties(); in UpdateAllInputProperties()
|