Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp1984 * @tc.name: ShouldCreateDetectTaskInRecent
1985 * @tc.desc: ShouldCreateDetectTaskInRecent Test
1988 HWTEST_F(WindowSessionTest2, ShouldCreateDetectTaskInRecent, Function | SmallTest | Level2) in HWTEST_F()
1990 bool ret = session_->ShouldCreateDetectTaskInRecent(true, true, true); in HWTEST_F()
1992 ret = session_->ShouldCreateDetectTaskInRecent(false, true, true); in HWTEST_F()
1994 ret = session_->ShouldCreateDetectTaskInRecent(false, true, false); in HWTEST_F()
1996 ret = session_->ShouldCreateDetectTaskInRecent(false, false, false); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h678 bool ShouldCreateDetectTaskInRecent(bool newShowRecent, bool oldShowRecent, bool isAttach) const;
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp2915 !ShouldCreateDetectTaskInRecent(showRecent, showRecent_, isAttach)) { in SetShowRecent()
2999 bool Session::ShouldCreateDetectTaskInRecent(bool newShowRecent, bool oldShowRecent, bool isAttach) const in ShouldCreateDetectTaskInRecent() function in OHOS::Rosen::Session

Completed in 11 milliseconds