Searched refs:NotifyTargetScreenWidthAndHeight (Results 1 – 4 of 4) sorted by relevance
117 static napi_value NotifyTargetScreenWidthAndHeight(napi_env env, napi_callback_info info);
373 JsSceneSession::NotifyTargetScreenWidthAndHeight); in BindNativeMethodForKeyboard()1793 napi_value JsSceneSession::NotifyTargetScreenWidthAndHeight(napi_env env, napi_callback_info info) in NotifyTargetScreenWidthAndHeight() function in OHOS::Rosen::JsSceneSession2637 session->NotifyTargetScreenWidthAndHeight(isScreenAngleMismatch, screenWidth, screenHeight); in OnNotifyTargetScreenWidthAndHeight()
184 void NotifyTargetScreenWidthAndHeight(bool isScreenAngleMismatch, uint32_t screenWidth,
1196 void SceneSession::NotifyTargetScreenWidthAndHeight(bool isScreenAngleMismatch, uint32_t screenWidt… in NotifyTargetScreenWidthAndHeight() function in OHOS::Rosen::SceneSession