Home
last modified time | relevance | path

Searched refs:GetAllProperties (Results 1 - 25 of 33) sorted by relevance

12

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/metadata_test/
H A Dfragment_metadata_test.cpp142 std::map<std::string, std::string> KValueStr = *(fragmentMetadata.GetAllProperties()); in HWTEST_F()
158 std::map<std::string, std::string> KValueStr = *(fragmentMetadata.GetAllProperties()); in HWTEST_F()
174 std::map<std::string, std::string> KValueStr = *(fragmentMetadata.GetAllProperties()); in HWTEST_F()
192 std::map<std::string, std::string> oldKValueStr = *(fragmentMetadata.GetAllProperties()); in HWTEST_F()
193 std::map<std::string, std::string> newKValueStr = *(newmetadata->GetAllProperties()); in HWTEST_F()
207 std::map<std::string, std::string> KValueStr = *(fragmentMetadata.GetAllProperties()); in HWTEST_F()
210 KValueStr = *(fragmentMetadata.GetAllProperties()); in HWTEST_F()
225 std::map<std::string, std::string> KValueStr = *(fragmentMetadata.GetAllProperties()); in HWTEST_F()
228 KValueStr = *(fragmentMetadata.GetAllProperties()); in HWTEST_F()
231 KValueStr = *(fragmentMetadata.GetAllProperties()); in HWTEST_F()
[all...]
H A Dmetadata_test.cpp53 KValueStr = metadata.GetAllProperties(); in HWTEST_F()
71 KValueStr = metadata.GetAllProperties(); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/metaobject/src/
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 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 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;
55 BASE_NS::vector<IProperty::ConstPtr> GetAllProperties() const override;
H A Dproxy_object.h51 BASE_NS::vector<IProperty::Ptr> GetAllProperties() override;
52 BASE_NS::vector<IProperty::ConstPtr> GetAllProperties() const override;
H A Dmeta_object.h78 BASE_NS::vector<IProperty::Ptr> GetAllProperties() override;
79 BASE_NS::vector<IProperty::ConstPtr> GetAllProperties() const override;
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;
59 BASE_NS::vector<IProperty::ConstPtr> GetAllProperties() const override;
/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()
/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;
/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;
/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_input_property_manager.h35 BASE_NS::vector<IProperty::Ptr> GetAllProperties() const override;
H A Dengine_input_property_manager.cpp83 BASE_NS::vector<IProperty::Ptr> EngineInputPropertyManager::GetAllProperties() const in GetAllProperties() function in Internal::EngineInputPropertyManager
/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);
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject.h371 BASE_NS::vector<META_NS::IProperty::Ptr> GetAllProperties() override
373 return meta_->GetAllProperties();
375 BASE_NS::vector<META_NS::IProperty::ConstPtr> GetAllProperties() const override
377 return static_cast<const IMetadata*>(meta_.get())->GetAllProperties();
/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;
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_parser.h124 heif_error GetAllProperties(heif_item_id itemId, std::vector<std::shared_ptr<HeifBox>> &properties) const;
130 heif_error err = GetAllProperties(itemId, properties); in GetProperty()
/foundation/graphic/graphic_3d/kits/js/src/
H A DObjectProxy.cpp37 for (auto& p : meta->GetAllProperties()) { in ObjectProxy()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dfragment_metadata.cpp91 const ImageMetadata::PropertyMapPtr FragmentMetadata::GetAllProperties() in GetAllProperties() function in OHOS::Media::FragmentMetadata
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtest_utils.h180 return IsEqual(SortByName(a->GetAllProperties()), SortByName(b->GetAllProperties())); in IsEqual()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_test.cpp284 heif_error ret = heifParser.GetAllProperties(itemId, properties); in HWTEST_F()
288 ret = heifParser.GetAllProperties(itemId, properties); in HWTEST_F()

Completed in 10 milliseconds

12