Home
last modified time | relevance | path

Searched refs:GetBlockingFocus (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h339 bool GetBlockingFocus() const;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp2134 session_->GetBlockingFocus();
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp2613 bool Session::GetBlockingFocus() const in GetBlockingFocus() function in OHOS::Rosen::Session
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5155 if (reason != FocusChangeReason::CLICK || !focusedSession->GetBlockingFocus()) { in CheckClickFocusIsDownThroughFullScreen()
5201 (focusedSession->GetSessionInfo().isSystem_ && focusedSession->GetBlockingFocus()); in RequestFocusSpecificCheck()
5302 … (session->GetSessionInfo().isSystem_ && session->GetBlockingFocus()) || in GetTopNearestBlockingFocusSession()