/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/metadata_test/ |
H A D | fragment_metadata_test.cpp | 142 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 D | metadata_test.cpp | 53 KValueStr = metadata.GetAllProperties(); in HWTEST_F() 71 KValueStr = metadata.GetAllProperties(); in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
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 | 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 | 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; 55 BASE_NS::vector<IProperty::ConstPtr> GetAllProperties() const override;
|
H A D | proxy_object.h | 51 BASE_NS::vector<IProperty::Ptr> GetAllProperties() override; 52 BASE_NS::vector<IProperty::ConstPtr> GetAllProperties() const override;
|
H A D | meta_object.h | 78 BASE_NS::vector<IProperty::Ptr> GetAllProperties() override; 79 BASE_NS::vector<IProperty::ConstPtr> GetAllProperties() const override;
|
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; 59 BASE_NS::vector<IProperty::ConstPtr> GetAllProperties() const override;
|
/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()
|
/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;
|
/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;
|
/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;
|
H A D | engine_input_property_manager.cpp | 83 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 D | metadata_napi.h | 46 static napi_value GetAllProperties(napi_env env, napi_callback_info info);
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | object.h | 371 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 D | intf_metadata.h | 51 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 D | heif_parser.h | 124 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 D | ObjectProxy.cpp | 37 for (auto& p : meta->GetAllProperties()) { in ObjectProxy()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | fragment_metadata.cpp | 91 const ImageMetadata::PropertyMapPtr FragmentMetadata::GetAllProperties() in GetAllProperties() function in OHOS::Media::FragmentMetadata
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/ |
H A D | test_utils.h | 180 return IsEqual(SortByName(a->GetAllProperties()), SortByName(b->GetAllProperties())); in IsEqual()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | heif_parser_test.cpp | 284 heif_error ret = heifParser.GetAllProperties(itemId, properties); in HWTEST_F() 288 ret = heifParser.GetAllProperties(itemId, properties); in HWTEST_F()
|