Searched refs:showRecent (Results 1 - 4 of 4) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_test2.cpp | 1444 * @tc.desc: SetShowRecent:showRecent is false, showRecent_ is false. 1463 * @tc.desc: SetShowRecent:showRecent is false, showRecent_ is true, detach task. 1494 bool showRecent = false; in HWTEST_F() local 1497 session_->SetShowRecent(showRecent); in HWTEST_F() 1498 ASSERT_EQ(session_->GetShowRecent(), showRecent); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 2910 void Session::SetShowRecent(bool showRecent) in SetShowRecent() argument 2912 TLOGI(WmsLogTag::WMS_MAIN, "in recents: %{public}d, id: %{public}d", showRecent, persistentId_); in SetShowRecent() 2915 !ShouldCreateDetectTaskInRecent(showRecent, showRecent_, isAttach)) { in SetShowRecent() 2916 showRecent_ = showRecent; in SetShowRecent() 2919 showRecent_ = showRecent; in SetShowRecent()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | session.h | 235 void SetShowRecent(bool showRecent);
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.cpp | 3651 bool showRecent = true; in OnSetShowRecent() local 3653 if (!ConvertFromJsValue(env, argv[0], showRecent)) { in OnSetShowRecent() 3658 session->SetShowRecent(showRecent); in OnSetShowRecent()
|
Completed in 17 milliseconds