Home
last modified time | relevance | path

Searched defs:IsSystemWindow (Results 1 – 12 of 12) 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.h82 bool IsSystemWindow() const override { return WindowHelper::IsSystemWindow(GetType()); } in IsSystemWindow() function
Dwindow_impl.h176 bool IsSystemWindow() const override { return WindowHelper::IsSystemWindow(GetType()); } in IsSystemWindow() function
Dwindow_session_impl.h499 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.cpp170 bool AceContainer::IsSystemWindow() const in IsSystemWindow() function in OHOS::Ace::Platform::AceContainer
Dmock_ace_container_two.cpp172 bool AceContainer::IsSystemWindow() const in IsSystemWindow() function in OHOS::Ace::Platform::AceContainer
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
Dmock_ace_container.cpp163 bool AceContainer::IsSystemWindow() const in IsSystemWindow() function in OHOS::Ace::Platform::AceContainer
/foundation/window/window_manager/utils/include/
Dwindow_helper.h136 static inline bool IsSystemWindow(WindowType type) in IsSystemWindow() function
/foundation/arkui/ace_engine/frameworks/core/common/
Dcontainer.h282 virtual bool IsSystemWindow() const { return false; } in IsSystemWindow() function
/foundation/window/window_manager/interfaces/innerkits/wm/
Dwindow.h1359 virtual bool IsSystemWindow() const { return false; } in IsSystemWindow() function
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dace_container.cpp3887 bool AceContainer::IsSystemWindow() const in IsSystemWindow() function in OHOS::Ace::Platform::AceContainer