Searched refs:OnSetScreenRotationLocked (Results 1 – 3 of 3) sorted by relevance
43 napi_value OnSetScreenRotationLocked(napi_env env, napi_callback_info info);
183 return (me != nullptr) ? me->OnSetScreenRotationLocked(env, info) : nullptr; in SetScreenRotationLocked()186 napi_value JsScreenSession::OnSetScreenRotationLocked(napi_env env, napi_callback_info info) in OnSetScreenRotationLocked() function in OHOS::Rosen::JsScreenSession
124 return (me != nullptr) ? me->OnSetScreenRotationLocked(env, info) : nullptr; in SetScreenRotationLocked()864 napi_value OnSetScreenRotationLocked(napi_env env, napi_callback_info info) in OnSetScreenRotationLocked() function in OHOS::Rosen::JsScreenManager