/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | property_data.cpp | 216 RUnlock(handle); in RLock() 220 bool PropertyData::RUnlock(const IPropertyHandle& handle) // (releases the datahandle lock, and rem… in RUnlock() function in PropertyData 227 dataHandle_->RUnlock(); in RUnlock() 257 RUnlock(*dataHandle_); in ~PropertyData() 399 void PropertyData::RUnlock() const {} in RUnlock() function in PropertyData
|
H A D | property_data.h | 56 bool RUnlock(const IPropertyHandle& handle); // (releases the datahandle lock, and removes ref) 112 void RUnlock() const override;
|
H A D | property_api_impl.h | 54 void RUnlock() const override;
|
H A D | property_api_impl.inl | 159 void PropertyApiImpl<BlockType>::RUnlock() const function in PropertyApiImpl
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/ |
H A D | scoped_handle.h | 70 handle_->RUnlock(); 85 handle_->RUnlock(); in ~ScopedHandle()
|
H A D | intf_property_handle.h | 44 virtual void RUnlock() const = 0;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/property/ |
H A D | property_handle.h | 40 void RUnlock() const override; in CORE3D_BEGIN_NAMESPACE()
|
H A D | property_handle.cpp | 70 void PropertyHandle::RUnlock() const in RUnlock() function in PropertyHandle
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | property_util.h | 56 void RUnlock() const override; in RENDER_BEGIN_NAMESPACE() 154 void RUnlock() const override;
|
H A D | property_util.cpp | 190 void CustomPropertyPodContainer::RUnlock() const {} in RUnlock() function in CustomPropertyPodContainer 579 void CustomPropertyBindingContainer::RUnlock() const {} in RUnlock() function in CustomPropertyBindingContainer
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_util.h | 151 data->RUnlock(); in RewriteEntityReferences() 228 handle.RUnlock(); in ResolveContainerProperty()
|
H A D | ecs_animation.cpp | 433 stateHandle->RUnlock(); in OnAnimationStateChanged()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | property_util.h | 56 void RUnlock() const override; in CORE3D_BEGIN_NAMESPACE()
|
H A D | property_util.cpp | 195 void CustomPropertyPodContainer::RUnlock() const {} in RUnlock() function in CustomPropertyPodContainer
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/ |
H A D | base_manager.h | 121 void RUnlock() const override;
|
H A D | base_manager.inl | 496 void BaseManager<ComponentType, BaseClass>::BaseComponentHandle::RUnlock() const function in BaseManager::BaseComponentHandle
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | post_process_configuration_component_manager.cpp | 211 void RUnlock() const override; 707 void PostProcessConfigurationComponentManager::ComponentHandle::RUnlock() const in RUnlock() function in PostProcessConfigurationComponentManager::ComponentHandle
|
H A D | material_component_manager.cpp | 415 void RUnlock() const override; 926 void MaterialComponentManager::ComponentHandle::RUnlock() const in RUnlock() function in MaterialComponentManager::ComponentHandle
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | node_system.cpp | 1109 handle->RUnlock(); in CloneNode()
|
H A D | render_system.cpp | 701 pp.customProperties->RUnlock(); in FillPostProcessConfigurationVars() 864 materialComp.customProperties->RUnlock(); in AddSingleMaterial()
|