Home
last modified time | relevance | path

Searched refs:CreateJsSessionRect (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp977 napi_set_named_property(env, objValue, "recoverRect", CreateJsSessionRect(env, wsRect)); in CreateJsSessionRecoverInfo()
1320 napi_value CreateJsSessionRect(napi_env env, const T& rect) in CreateJsSessionRect() function
1436 CreateJsSessionRect(env, params.LandscapeKeyboardRect_)); in CreateJsKeyboardLayoutParams()
1438 CreateJsSessionRect(env, params.PortraitKeyboardRect_)); in CreateJsKeyboardLayoutParams()
1440 CreateJsSessionRect(env, params.LandscapePanelRect_)); in CreateJsKeyboardLayoutParams()
1442 CreateJsSessionRect(env, params.PortraitPanelRect_)); in CreateJsKeyboardLayoutParams()
H A Djs_scene_utils.h176 napi_value CreateJsSessionRect(napi_env env, const T& rect);
H A Djs_scene_session.cpp510 napi_value jsHotAreaRect = CreateJsSessionRect(env, rect); in OnWindowDragHotArea()
2792 napi_value jsSessionStateObj = CreateJsSessionRect(env, rect); in OnSessionRectChange()