Home
last modified time | relevance | path

Searched refs:ClaimOwnershipOfEntity (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dintf_node_private.h46 virtual void ClaimOwnershipOfEntity(bool ownsEntity) = 0;
H A Dnode_impl.h169 void ClaimOwnershipOfEntity(bool ownsEntity) override;
H A Dnode_impl.cpp271 ClaimOwnershipOfEntity(false); in Build()
416 void NodeImpl::ClaimOwnershipOfEntity(bool ownsEntity) in ClaimOwnershipOfEntity() function in NodeImpl
H A Dscene_impl.cpp1176 nodeInterface->ClaimOwnershipOfEntity(true); in BindNodeToEcs()
1358 privateIntf->ClaimOwnershipOfEntity(true); in ReleaseNode()