Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp1938 * @tc.name: IsSupportDetectWindow
1939 * @tc.desc: IsSupportDetectWindow Test
1942 HWTEST_F(WindowSessionTest2, IsSupportDetectWindow, Function | SmallTest | Level2) in HWTEST_F()
1946 bool ret = session_->IsSupportDetectWindow(true); in HWTEST_F()
1952 ret = session_->IsSupportDetectWindow(true); in HWTEST_F()
1958 ret = session_->IsSupportDetectWindow(false); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1371 if (!IsSupportDetectWindow(isAttach)) { in CreateDetectStateTask()
2914 if (!IsSupportDetectWindow(isAttach) || in SetShowRecent()
2953 bool Session::IsSupportDetectWindow(bool isAttach) in IsSupportDetectWindow() function in OHOS::Rosen::Session
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h676 bool IsSupportDetectWindow(bool isAttach);

Completed in 10 milliseconds