Home
last modified time | relevance | path

Searched defs:GetIsMidScene (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/pipeline/
Dcontainer_window_manager.h228 int32_t GetIsMidScene(bool& isMidScene) const in GetIsMidScene() function
/foundation/window/window_manager/window_scene/session/host/include/zidl/
Dsession_interface.h123 virtual WSError GetIsMidScene(bool& isMidScene) { return WSError::WS_OK; } in GetIsMidScene() function
/foundation/window/window_manager/window_scene/session/host/src/
Dsession.cpp3539 WSError Session::GetIsMidScene(bool& isMidScene) in GetIsMidScene() function in OHOS::Rosen::Session
3624 bool Session::GetIsMidScene() const in GetIsMidScene() function in OHOS::Rosen::Session
/foundation/window/window_manager/interfaces/innerkits/wm/
Dwindow.h2742 virtual WMError GetIsMidScene(bool& isMidScene) { return WMError::WM_OK; } in GetIsMidScene() function
/foundation/window/window_manager/window_scene/session/host/src/zidl/
Dsession_proxy.cpp1284 WSError SessionProxy::GetIsMidScene(bool& isMidScene) in GetIsMidScene() function in OHOS::Rosen::SessionProxy
/foundation/window/window_manager/wm/src/
Dwindow_session_impl.cpp2883 WMError WindowSessionImpl::GetIsMidScene(bool& isMidScene) in GetIsMidScene() function in OHOS::Rosen::WindowSessionImpl