Home
last modified time | relevance | path

Searched refs:ReleaseNode (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_scene.h211 virtual INode::Ptr ReleaseNode(const BASE_NS::string_view name) = 0;
217 virtual void ReleaseNode(const INode::Ptr& node) = 0;
/foundation/graphic/graphic_3d/kits/js/src/
H A DGeometryJS.cpp46 scene->ReleaseNode(nod); in DisposeNative()
H A DMaterialJS.cpp85 scene->ReleaseNode(node); in DisposeNative()
H A DEnvironmentJS.cpp124 s->ReleaseNode(en); in DisposeNative()
H A DLightJS.cpp158 scene->ReleaseNode(node); in DisposeNative()
H A DCameraJS.cpp81 scene->ReleaseNode(camnode); in DisposeNative()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dconnection_pool.h125 void ReleaseNode(std::shared_ptr<ConnNode> node, bool reuse = true);
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp1264 return me->ReleaseNode(p); in relnode()
1338 nodes_[uri] = ReleaseNode(ite.first);
1352 SCENE_NS::INode::Ptr ReleaseNode(const BASE_NS::string_view name) override
1367 void ReleaseNode(const SCENE_NS::INode::Ptr& node) override
1370 ReleaseNode(node->Path()->GetValue() + node->Name()->GetValue());
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp184 realPool->ReleaseNode(node, !isTrans); in Convert2AutoConn()
295 void ConnPool::ReleaseNode(std::shared_ptr<ConnNode> node, bool reuse) in ReleaseNode() function in ConnPool

Completed in 8 milliseconds