Home
last modified time | relevance | path

Searched refs:GetFormSurfaceNode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.h470 static std::shared_ptr<Rosen::RSSurfaceNode> GetFormSurfaceNode(int32_t instanceId);
H A Dace_container.cpp2809 std::shared_ptr<Rosen::RSSurfaceNode> AceContainer::GetFormSurfaceNode(int32_t instanceId) in GetFormSurfaceNode() function in OHOS::Ace::Platform::AceContainer
H A Dui_content_impl.cpp1521 return Platform::AceContainer::GetFormSurfaceNode(instanceId_); in GetFormRootNode()