Searched refs:IsSupportDetectWindow (Results 1 – 3 of 3) sorted by relevance
2318 HWTEST_F(WindowSessionTest2, IsSupportDetectWindow, Function | SmallTest | Level2)2322 bool ret = session_->IsSupportDetectWindow(true);2328 ret = session_->IsSupportDetectWindow(true);2334 ret = session_->IsSupportDetectWindow(false);
714 bool IsSupportDetectWindow(bool isAttach);
1405 if (!IsSupportDetectWindow(isAttach)) { in CreateDetectStateTask()3055 if (!IsSupportDetectWindow(isAttach) || in SetShowRecent()3094 bool Session::IsSupportDetectWindow(bool isAttach) in IsSupportDetectWindow() function in OHOS::Rosen::Session