Searched refs:showRecent (Results 1 – 4 of 4) sorted by relevance
3051 void Session::SetShowRecent(bool showRecent) in SetShowRecent() argument3053 TLOGI(WmsLogTag::WMS_MAIN, "in recents: %{public}d, id: %{public}d", showRecent, persistentId_); in SetShowRecent()3056 !ShouldCreateDetectTaskInRecent(showRecent, showRecent_, isAttach)) { in SetShowRecent()3057 showRecent_ = showRecent; in SetShowRecent()3060 showRecent_ = showRecent; in SetShowRecent()
1698 bool showRecent = false; variable1701 session_->SetShowRecent(showRecent);1702 ASSERT_EQ(session_->GetShowRecent(), showRecent);
244 void SetShowRecent(bool showRecent);
3737 bool showRecent = true; in OnSetShowRecent() local3739 if (!ConvertFromJsValue(env, argv[0], showRecent)) { in OnSetShowRecent()3744 session->SetShowRecent(showRecent); in OnSetShowRecent()