Searched refs:SetWindowRectAutoSave (Results 1 – 7 of 7) sorted by relevance
54 static napi_value SetWindowRectAutoSave(napi_env env, napi_callback_info info);
161 napi_value JsWindowStage::SetWindowRectAutoSave(napi_env env, napi_callback_info info) in SetWindowRectAutoSave() function in OHOS::Rosen::JsWindowStage855 WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(window->SetWindowRectAutoSave(enabled)); in OnSetWindowRectAutoSave()950 objValue, "setWindowRectAutoSave", moduleName, JsWindowStage::SetWindowRectAutoSave); in CreateJsWindowStage()
157 WMError SetWindowRectAutoSave(bool enabled) override;
1956 HWTEST_F(WindowSceneSessionImplTest3, SetWindowRectAutoSave, Function | SmallTest | Level2)1966 auto ret = windowSceneSessionImpl->SetWindowRectAutoSave(true);1969 ret = windowSceneSessionImpl->SetWindowRectAutoSave(true);1972 ret = windowSceneSessionImpl->SetWindowRectAutoSave(true);
276 …virtual WMError SetWindowRectAutoSave(bool enabled) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT;… in SetWindowRectAutoSave() function
2201 …virtual WMError SetWindowRectAutoSave(bool enabled) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT;… in SetWindowRectAutoSave() function
2461 WMError WindowSceneSessionImpl::SetWindowRectAutoSave(bool enabled) in SetWindowRectAutoSave() function in OHOS::Rosen::WindowSceneSessionImpl