Searched refs:OnSetWindowRectAutoSave (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | main_session_test.cpp | 373 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 D | session_proxy_test.cpp | 572 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 D | main_session.h | 52 WSError OnSetWindowRectAutoSave(bool enabled) override;
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/ |
H A D | js_window_stage.h | 73 napi_value OnSetWindowRectAutoSave(napi_env env, napi_callback_info info);
|
H A D | js_window_stage.cpp | 165 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 D | session_proxy.h | 55 WSError OnSetWindowRectAutoSave(bool enabled) override;
|
H A D | session_interface.h | 242 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 D | main_session.cpp | 269 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 D | js_scene_session.h | 319 void OnSetWindowRectAutoSave(bool enabled);
|
H A D | js_scene_session.cpp | 4987 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 D | session_stub.cpp | 1090 WSError errCode = OnSetWindowRectAutoSave(enabled); in HandleSetWindowRectAutoSave()
|
H A D | session_proxy.cpp | 2107 WSError SessionProxy::OnSetWindowRectAutoSave(bool enabled) in OnSetWindowRectAutoSave() function in OHOS::Rosen::SessionProxy
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 2481 hostSession->OnSetWindowRectAutoSave(enabled); in SetWindowRectAutoSave()
|