Home
last modified time | relevance | path

Searched refs:GetShowRecent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_pattern.cpp162 session_->GetSessionInfo().bundleName_.c_str(), state, session_->GetShowRecent()); in OnAttachToFrameNode()
165 if (session_->GetShowRecent() && session_->GetScenePersistence() && in OnAttachToFrameNode()
181 if (!session_->GetShowRecent()) { in OnAttachToFrameNode()
190 if (session_->GetShowRecent()) { in OnAttachToFrameNode()
H A Dwindow_scene.cpp399 bool showingInRecents = self->session_->GetShowRecent(); in OnActivation()
642 CHECK_EQUAL_RETURN(session_->GetShowRecent() && !session_->GetBlankFlag(), true, false); in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp1702 ASSERT_EQ(session_->GetShowRecent(), showRecent);
2162 session_->GetShowRecent();
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h246 bool GetShowRecent() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp3067 bool Session::GetShowRecent() const in GetShowRecent() function in OHOS::Rosen::Session