Searched refs:OnSetFocusableOnShow (Results 1 – 2 of 2) sorted by relevance
171 napi_value OnSetFocusableOnShow(napi_env env, napi_callback_info info);
1762 return (me != nullptr) ? me->OnSetFocusableOnShow(env, info) : nullptr; in SetFocusableOnShow()2455 napi_value JsSceneSession::OnSetFocusableOnShow(napi_env env, napi_callback_info info) in OnSetFocusableOnShow() function in OHOS::Rosen::JsSceneSession