Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp2364 HWTEST_F(WindowSessionTest2, ShouldCreateDetectTaskInRecent, Function | SmallTest | Level2)
2366 bool ret = session_->ShouldCreateDetectTaskInRecent(true, true, true);
2368 ret = session_->ShouldCreateDetectTaskInRecent(false, true, true);
2370 ret = session_->ShouldCreateDetectTaskInRecent(false, true, false);
2372 ret = session_->ShouldCreateDetectTaskInRecent(false, false, false);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h716 … bool ShouldCreateDetectTaskInRecent(bool newShowRecent, bool oldShowRecent, bool isAttach) const;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp3056 !ShouldCreateDetectTaskInRecent(showRecent, showRecent_, isAttach)) { in SetShowRecent()
3142 bool Session::ShouldCreateDetectTaskInRecent(bool newShowRecent, bool oldShowRecent, bool isAttach)… in ShouldCreateDetectTaskInRecent() function in OHOS::Rosen::Session