Home
last modified time | relevance | path

Searched refs:OnSetWindowRectAutoSave (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dmain_session_test.cpp373 HWTEST_F(MainSessionTest, OnSetWindowRectAutoSave, Function | SmallTest | Level2)
380 EXPECT_EQ(WSError::WS_OK, session->OnSetWindowRectAutoSave(true));
383 EXPECT_EQ(WSError::WS_OK, session->OnSetWindowRectAutoSave(true));
389 EXPECT_EQ(WSError::WS_OK, session->OnSetWindowRectAutoSave(true));
H A Dsession_proxy_test.cpp572 HWTEST_F(SessionProxyTest, OnSetWindowRectAutoSave, Function | SmallTest | Level2)
579 WSError res = sProxy->OnSetWindowRectAutoSave(true);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dmain_session.h52 WSError OnSetWindowRectAutoSave(bool enabled) override;
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/
H A Djs_window_stage.h73 napi_value OnSetWindowRectAutoSave(napi_env env, napi_callback_info info);
H A Djs_window_stage.cpp165 return (me != nullptr) ? me->OnSetWindowRectAutoSave(env, info) : nullptr; in SetWindowRectAutoSave()
819 napi_value JsWindowStage::OnSetWindowRectAutoSave(napi_env env, napi_callback_info info) in OnSetWindowRectAutoSave() function in OHOS::Rosen::JsWindowStage
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_proxy.h55 WSError OnSetWindowRectAutoSave(bool enabled) override;
H A Dsession_interface.h242 virtual WSError OnSetWindowRectAutoSave(bool enabled) { return WSError::WS_OK; } in OnSetWindowRectAutoSave() function
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dmain_session.cpp269 WSError MainSession::OnSetWindowRectAutoSave(bool enabled) in OnSetWindowRectAutoSave() function in OHOS::Rosen::MainSession
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h319 void OnSetWindowRectAutoSave(bool enabled);
H A Djs_scene_session.cpp4987 jsSceneSession->OnSetWindowRectAutoSave(enabled); in ProcessSetWindowRectAutoSaveRegister()
4992 void JsSceneSession::OnSetWindowRectAutoSave(bool enabled) in OnSetWindowRectAutoSave() function in OHOS::Rosen::JsSceneSession
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp1090 WSError errCode = OnSetWindowRectAutoSave(enabled); in HandleSetWindowRectAutoSave()
H A Dsession_proxy.cpp2107 WSError SessionProxy::OnSetWindowRectAutoSave(bool enabled) in OnSetWindowRectAutoSave() function in OHOS::Rosen::SessionProxy
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp2481 hostSession->OnSetWindowRectAutoSave(enabled); in SetWindowRectAutoSave()