Home
last modified time | relevance | path

Searched refs:ShouldCreateDetectTask (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp1963 * @tc.name: ShouldCreateDetectTask
1964 * @tc.desc: ShouldCreateDetectTask Test
1967 HWTEST_F(WindowSessionTest2, ShouldCreateDetectTask, Function | SmallTest | Level2) in HWTEST_F()
1973 bool ret = session_->ShouldCreateDetectTask(true, WindowMode::WINDOW_MODE_UNDEFINED); in HWTEST_F()
1977 ret = session_->ShouldCreateDetectTask(false, WindowMode::WINDOW_MODE_UNDEFINED); in HWTEST_F()
1979 ret = session_->ShouldCreateDetectTask(true, WindowMode::WINDOW_MODE_UNDEFINED); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1377 if (!ShouldCreateDetectTask(isAttach, windowMode)) { in CreateDetectStateTask()
2921 if (!showRecent_ && ShouldCreateDetectTask(isAttach, windowMode)) { in SetShowRecent()
2983 bool Session::ShouldCreateDetectTask(bool isAttach, WindowMode windowMode) const in ShouldCreateDetectTask() function in OHOS::Rosen::Session
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h677 bool ShouldCreateDetectTask(bool isAttach, WindowMode windowMode) const;

Completed in 13 milliseconds