Home
last modified time | relevance | path

Searched refs:RUnlock (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_data.cpp216 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 Dproperty_data.h56 bool RUnlock(const IPropertyHandle& handle); // (releases the datahandle lock, and removes ref)
112 void RUnlock() const override;
H A Dproperty_api_impl.h54 void RUnlock() const override;
H A Dproperty_api_impl.inl159 void PropertyApiImpl<BlockType>::RUnlock() const function in PropertyApiImpl
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H A Dscoped_handle.h70 handle_->RUnlock();
85 handle_->RUnlock(); in ~ScopedHandle()
H A Dintf_property_handle.h44 virtual void RUnlock() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/property/
H A Dproperty_handle.h40 void RUnlock() const override; in CORE3D_BEGIN_NAMESPACE()
H A Dproperty_handle.cpp70 void PropertyHandle::RUnlock() const in RUnlock() function in PropertyHandle
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.h56 void RUnlock() const override; in RENDER_BEGIN_NAMESPACE()
154 void RUnlock() const override;
H A Dproperty_util.cpp190 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 Decs_util.h151 data->RUnlock(); in RewriteEntityReferences()
228 handle.RUnlock(); in ResolveContainerProperty()
H A Decs_animation.cpp433 stateHandle->RUnlock(); in OnAnimationStateChanged()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dproperty_util.h56 void RUnlock() const override; in CORE3D_BEGIN_NAMESPACE()
H A Dproperty_util.cpp195 void CustomPropertyPodContainer::RUnlock() const {} in RUnlock() function in CustomPropertyPodContainer
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dbase_manager.h121 void RUnlock() const override;
H A Dbase_manager.inl496 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 Dpost_process_configuration_component_manager.cpp211 void RUnlock() const override;
707 void PostProcessConfigurationComponentManager::ComponentHandle::RUnlock() const in RUnlock() function in PostProcessConfigurationComponentManager::ComponentHandle
H A Dmaterial_component_manager.cpp415 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 Dnode_system.cpp1109 handle->RUnlock(); in CloneNode()
H A Drender_system.cpp701 pp.customProperties->RUnlock(); in FillPostProcessConfigurationVars()
864 materialComp.customProperties->RUnlock(); in AddSingleMaterial()