Home
last modified time | relevance | path

Searched refs:CreateEmpty (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dscene.h109 Scene& CreateEmpty() in CreateEmpty() function
112 scene->CreateEmpty(); in CreateEmpty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model.h63 virtual RefPtr<AceType> CreateEmpty() in CreateEmpty() function
H A Dnavdestination_model_ng.h48 RefPtr<AceType> CreateEmpty() override;
H A Dnavdestination_model_ng.cpp514 RefPtr<AceType> NavDestinationModelNG::CreateEmpty() in CreateEmpty() function in OHOS::Ace::NG::NavDestinationModelNG
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_scene.h106 virtual void CreateEmpty() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.cpp378 return AceType::DynamicCast<NG::UINode>(NavDestinationModel::GetInstance()->CreateEmpty()); in CreateNodeByIndex()
401 return DynamicCast<NG::UINode>(NavDestinationModel::GetInstance()->CreateEmpty()); in CreateNodeByRouteInfo()
418 return DynamicCast<NG::UINode>(NavDestinationModel::GetInstance()->CreateEmpty()); in CreateNodeByRouteInfo()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp361 void CreateEmpty() override in CreateEmpty() function in __anon3577c0ce0110::SceneImpl