Home
last modified time | relevance | path

Searched refs:containerHandle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp684 auto containerHandle = ResolveContainerProperty(*handle, propertyPath, path, name); in WriteComponent() local
685 if (containerHandle) { in WriteComponent()
686 propertyOffset = propertyData.RLock(*containerHandle, name); in WriteComponent()
1038 auto containerHandle = ResolveContainerProperty(*handle, string(pathView), path, name); in ReadComponent() local
1039 if (containerHandle) { in ReadComponent()
1040 propertyOffset = propertyData.WLock(*containerHandle, name); in ReadComponent()
H A Decs_animation.cpp54 auto containerHandle = ResolveContainerProperty(targetHandle, string(property), path, name); in RLock() local
55 if (containerHandle) { in RLock()
56 if (auto po = pData.RLock(*containerHandle, name); po) { in RLock()