Home
last modified time | relevance | path

Searched defs:IsSystemWindow (Results 1 – 11 of 11) sorted by relevance

/foundation/window/window_manager/wm/include/
Dscreen_scene.h61 bool IsSystemWindow() const override { return WindowHelper::IsSystemWindow(GetType()); } in IsSystemWindow() function
Droot_scene.h77 bool IsSystemWindow() const override { return WindowHelper::IsSystemWindow(GetType()); } in IsSystemWindow() function
Dwindow_impl.h174 bool IsSystemWindow() const override { return WindowHelper::IsSystemWindow(GetType()); } in IsSystemWindow() function
Dwindow_session_impl.h364 bool IsSystemWindow() const override { return WindowHelper::IsSystemWindow(GetType()); } in IsSystemWindow() function
/foundation/window/window_manager/window_scene/common/include/
Dsession_helper.h97 static inline bool IsSystemWindow(WindowType type) in IsSystemWindow() function
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
Dmock_ace_container.cpp181 bool AceContainer::IsSystemWindow() const in IsSystemWindow() function in OHOS::Ace::Platform::AceContainer
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
Dmock_ace_container.cpp172 bool AceContainer::IsSystemWindow() const in IsSystemWindow() function in OHOS::Ace::Platform::AceContainer
/foundation/window/window_manager/utils/include/
Dwindow_helper.h131 static inline bool IsSystemWindow(WindowType type) in IsSystemWindow() function
/foundation/arkui/ace_engine/frameworks/core/common/
Dcontainer.h278 virtual bool IsSystemWindow() const { return false; } in IsSystemWindow() function
/foundation/window/window_manager/interfaces/innerkits/wm/
Dwindow.h1079 virtual bool IsSystemWindow() const { return false; } in IsSystemWindow() function
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dace_container.cpp3318 bool AceContainer::IsSystemWindow() const in IsSystemWindow() function in OHOS::Ace::Platform::AceContainer