Searched refs:ShouldCreateDetectTask (Results 1 – 3 of 3) sorted by relevance
2343 HWTEST_F(WindowSessionTest2, ShouldCreateDetectTask, Function | SmallTest | Level2)2349 bool ret = session_->ShouldCreateDetectTask(true, WindowMode::WINDOW_MODE_UNDEFINED);2353 ret = session_->ShouldCreateDetectTask(false, WindowMode::WINDOW_MODE_UNDEFINED);2355 ret = session_->ShouldCreateDetectTask(true, WindowMode::WINDOW_MODE_UNDEFINED);
715 bool ShouldCreateDetectTask(bool isAttach, WindowMode windowMode) const;
1411 if (!ShouldCreateDetectTask(isAttach, windowMode)) { in CreateDetectStateTask()3062 if (!showRecent_ && ShouldCreateDetectTask(isAttach, windowMode)) { in SetShowRecent()3126 bool Session::ShouldCreateDetectTask(bool isAttach, WindowMode windowMode) const in ShouldCreateDetectTask() function in OHOS::Rosen::Session