Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene.cpp406 self->RemoveChild(host, self->appWindow_, self->appWindowName_); in OnActivation()
428 self->AddChild(host, self->appWindow_, self->appWindowName_, 0); in OnActivation()
452 AddChild(host, appWindow_, appWindowName_, 0); in DisposeSnapshotAndBlankWindow()
492 self->AddChild(host, self->appWindow_, self->appWindowName_, 0); in OnConnect()
586 self->AddChild(host, self->appWindow_, self->appWindowName_, 0); in OnDrawingCompleted()
665 AddChild(host, appWindow_, appWindowName_, 0); in OnDirtyLayoutWrapperSwap()
698 self->AddChild(host, self->appWindow_, self->appWindowName_, 0); in CleanBlankWindow()
H A Dwindow_pattern.h87 std::string appWindowName_ = "AppWindow"; variable
H A Dwindow_pattern.cpp182 AddChild(host, appWindow_, appWindowName_, 0); in OnAttachToFrameNode()
196 AddChild(host, appWindow_, appWindowName_, 0); in OnAttachToFrameNode()
420 AddChild(host, appWindow_, appWindowName_, 0); in CheckAndAddStartingWindowAboveLocked()