Searched refs:oldShowRecent (Results 1 – 2 of 2) sorted by relevance
716 … bool ShouldCreateDetectTaskInRecent(bool newShowRecent, bool oldShowRecent, bool isAttach) const;
3142 bool Session::ShouldCreateDetectTaskInRecent(bool newShowRecent, bool oldShowRecent, bool isAttach)… in ShouldCreateDetectTaskInRecent() argument3147 return oldShowRecent ? isAttach : false; in ShouldCreateDetectTaskInRecent()