Home
last modified time | relevance | path

Searched refs:SetWindowRectAutoSave (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/
H A Djs_window_stage.h54 static napi_value SetWindowRectAutoSave(napi_env env, napi_callback_info info);
H A Djs_window_stage.cpp161 napi_value JsWindowStage::SetWindowRectAutoSave(napi_env env, napi_callback_info info) in SetWindowRectAutoSave() function in OHOS::Rosen::JsWindowStage
855 WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(window->SetWindowRectAutoSave(enabled)); in OnSetWindowRectAutoSave()
950 objValue, "setWindowRectAutoSave", moduleName, JsWindowStage::SetWindowRectAutoSave); in CreateJsWindowStage()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h157 WMError SetWindowRectAutoSave(bool enabled) override;
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test3.cpp1956 HWTEST_F(WindowSceneSessionImplTest3, SetWindowRectAutoSave, Function | SmallTest | Level2)
1966 auto ret = windowSceneSessionImpl->SetWindowRectAutoSave(true);
1969 ret = windowSceneSessionImpl->SetWindowRectAutoSave(true);
1972 ret = windowSceneSessionImpl->SetWindowRectAutoSave(true);
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow.h276 …virtual WMError SetWindowRectAutoSave(bool enabled) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT;… in SetWindowRectAutoSave() function
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2201 …virtual WMError SetWindowRectAutoSave(bool enabled) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT;… in SetWindowRectAutoSave() function
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp2461 WMError WindowSceneSessionImpl::SetWindowRectAutoSave(bool enabled) in SetWindowRectAutoSave() function in OHOS::Rosen::WindowSceneSessionImpl