Home
last modified time | relevance | path

Searched defs:propertyPath (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_data.h50 BASE_NS::string propertyPath; member
H A Dproperty_data.cpp168 …tyData::PropertyOffset PropertyData::WLock(IPropertyHandle& handle, const string_view propertyPath) in WLock()
208 …::PropertyOffset PropertyData::RLock(const IPropertyHandle& handle, const string_view propertyPath) in RLock()
236 …const array_view<const Property> properties, const string_view propertyPath, const uintptr_t baseO… in FindProperty()
246 const array_view<const Property> properties, const string_view propertyPath) in FindProperty()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.cpp760 bool SetPropertyDefined(EntityCollection::PropertyList& pl, string_view propertyPath) in SetPropertyDefined()
783 bool SetPropertyUndefined(EntityCollection::PropertyList& pl, string_view propertyPath) in SetPropertyUndefined()
858 …ollection::MarkPropertySerialized(Entity entity, Uid component, string_view propertyPath, bool ser… in MarkPropertySerialized()
898 bool EntityCollection::IsPropertySerialized(Entity entity, Uid component, string_view propertyPath) in IsPropertySerialized()
H A Decs_util.h203 const BASE_NS::string& propertyPath, BASE_NS::string& path, BASE_NS::string& name) in ResolveContainerProperty()
H A Decs_animation.cpp859 auto propertyPath = fullPropertyPath.substr(separatorPosition + 1); in CreateAnimationTrack() local
944 auto propertyPath = fullPropertyPath.substr(separatorPosition + 1); in GetAnimationTrack() local
H A Decs_serializer.cpp56 void EnsureDynamicArraySize(IPropertyHandle* propertyHandle, string_view propertyPath) in EnsureDynamicArraySize()
1026 const auto& propertyPath = propertyJson.key; in ReadComponent() local