Home
last modified time | relevance | path

Searched refs:IsSupportDetectWindow (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp2318 HWTEST_F(WindowSessionTest2, IsSupportDetectWindow, Function | SmallTest | Level2)
2322 bool ret = session_->IsSupportDetectWindow(true);
2328 ret = session_->IsSupportDetectWindow(true);
2334 ret = session_->IsSupportDetectWindow(false);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h714 bool IsSupportDetectWindow(bool isAttach);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1405 if (!IsSupportDetectWindow(isAttach)) { in CreateDetectStateTask()
3055 if (!IsSupportDetectWindow(isAttach) || in SetShowRecent()
3094 bool Session::IsSupportDetectWindow(bool isAttach) in IsSupportDetectWindow() function in OHOS::Rosen::Session