Home
last modified time | relevance | path

Searched refs:DisableAppWindowDecor (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_stage_impl.cpp149 WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(naWindow->DisableAppWindowDecor()); in DisableWindowDecor()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test2.cpp235 window->DisableAppWindowDecor();
238 window->DisableAppWindowDecor();
306 window->DisableAppWindowDecor();
336 window->DisableAppWindowDecor();
364 window->DisableAppWindowDecor();
392 window->DisableAppWindowDecor();
H A Dwindow_scene_session_impl_test3.cpp773 windowSceneSessionImpl->DisableAppWindowDecor();
1414 HWTEST_F(WindowSceneSessionImplTest3, DisableAppWindowDecor, Function | SmallTest | Level2)
1430 auto ret = windowSceneSessionImpl->DisableAppWindowDecor();
1434 ret = windowSceneSessionImpl->DisableAppWindowDecor();
H A Dwindow_scene_session_impl_test.cpp500 windowSession->DisableAppWindowDecor();
503 windowSession->DisableAppWindowDecor();
H A Dwindow_scene_session_impl_test2.cpp709 windowSceneSession->DisableAppWindowDecor();
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h167 virtual WMError DisableAppWindowDecor() {return WMError::WM_OK;} in DisableAppWindowDecor() function
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h38 WMError DisableAppWindowDecor() override;
H A Dwindow_impl.h187 virtual WMError DisableAppWindowDecor() override;
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h121 virtual WMError DisableAppWindowDecor() override;
H A Dwindow.h271 virtual WMError DisableAppWindowDecor() = 0;
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp582 WMError WindowImpl::DisableAppWindowDecor() in DisableAppWindowDecor() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1568 virtual WMError DisableAppWindowDecor() { return WMError::WM_OK; } in DisableAppWindowDecor() function
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/
H A Djs_window_stage.cpp673 WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(window->DisableAppWindowDecor()); in OnDisableWindowDecor()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp2143 WMError WindowImpl::DisableAppWindowDecor() in DisableAppWindowDecor() function in OHOS::Rosen::WindowImpl
H A Dwindow_scene_session_impl.cpp2639 WMError WindowSceneSessionImpl::DisableAppWindowDecor() in DisableAppWindowDecor() function in OHOS::Rosen::WindowSceneSessionImpl
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp4639 WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(windowToken_->DisableAppWindowDecor()); in OnDisableWindowDecor()