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 D | window_scene.cpp | 406 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 D | window_pattern.h | 87 std::string appWindowName_ = "AppWindow"; variable
|
H A D | window_pattern.cpp | 182 AddChild(host, appWindow_, appWindowName_, 0); in OnAttachToFrameNode() 196 AddChild(host, appWindow_, appWindowName_, 0); in OnAttachToFrameNode() 420 AddChild(host, appWindow_, appWindowName_, 0); in CheckAndAddStartingWindowAboveLocked()
|