Searched refs:ShouldCreateDetectTaskInRecent (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_test2.cpp | 2364 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 D | session.h | 716 … bool ShouldCreateDetectTaskInRecent(bool newShowRecent, bool oldShowRecent, bool isAttach) const;
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 3056 !ShouldCreateDetectTaskInRecent(showRecent, showRecent_, isAttach)) { in SetShowRecent() 3142 bool Session::ShouldCreateDetectTaskInRecent(bool newShowRecent, bool oldShowRecent, bool isAttach)… in ShouldCreateDetectTaskInRecent() function in OHOS::Rosen::Session
|