Home
last modified time | relevance | path

Searched refs:GetScreenWidthAndHeightFromServer (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp643 bool ret = (isShow) ? GetScreenWidthAndHeightFromServer(sessionProperty, screenWidth, screenHeight) : in MoveAndResizeKeyboard()
H A Dscene_session.cpp879 bool SceneSession::GetScreenWidthAndHeightFromServer(const sptr<WindowSessionProperty>& sessionProperty, in GetScreenWidthAndHeightFromServer() function in SceneSession
964 if (!GetScreenWidthAndHeightFromServer(sessionProperty, screenWidth, screenHeight)) { in UpdateInputMethodSessionRect()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp2073 * @tc.name: GetScreenWidthAndHeightFromServer
2074 * @tc.desc: GetScreenWidthAndHeightFromServer
2077 HWTEST_F(SceneSessionTest, GetScreenWidthAndHeightFromServer, Function | SmallTest | Level2) in HWTEST_F()
2080 info.abilityName_ = "GetScreenWidthAndHeightFromServer"; in HWTEST_F()
2081 info.bundleName_ = "GetScreenWidthAndHeightFromServer"; in HWTEST_F()
2098 bool result = sceneSession->GetScreenWidthAndHeightFromServer(property, screenWidth, screenHeight); in HWTEST_F()
2102 result = sceneSession->GetScreenWidthAndHeightFromServer(property, screenWidth, screenHeight); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h176 bool GetScreenWidthAndHeightFromServer(const sptr<WindowSessionProperty>& sessionProperty,

Completed in 15 milliseconds