Home
last modified time | relevance | path

Searched refs:GetWindowTopmost (Results 1 - 9 of 9) sorted by relevance

/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h393 bool GetWindowTopmost() const;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h462 bool GetWindowTopmost() const;
/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp264 bool WindowOption::GetWindowTopmost() const in GetWindowTopmost() function in OHOS::Rosen::WindowOption
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_option_test.cpp515 ASSERT_EQ(true, option->GetWindowTopmost()); in HWTEST_F()
517 ASSERT_EQ(false, option->GetWindowTopmost()); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp351 bool WindowOption::GetWindowTopmost() const in GetWindowTopmost() function in OHOS::Rosen::WindowOption
H A Dwindow_session_impl.cpp187 property_->SetTopmost(option->GetWindowTopmost()); in WindowSessionImpl()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/
H A Djs_window_stage.cpp663 if (option->GetWindowTopmost() && !Permission::IsSystemCalling() && !Permission::IsStartByHdcd()) { in OnCreateSubWindowWithOptions()
/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window.cpp931 if (option->GetWindowTopmost() && !Permission::IsSystemCalling() && !Permission::IsStartByHdcd()) { in OnCreateSubWindowWithOptions()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp6899 if (windowOption->GetWindowTopmost() && !Permission::IsSystemCalling() && !Permission::IsStartByHdcd()) { in OnCreateSubWindowWithOptions()

Completed in 27 milliseconds