Searched refs:OnBindDialogTarget (Results 1 – 4 of 4) sorted by relevance
276 void OnBindDialogTarget(const sptr<SceneSession>& sceneSession);
1012 jsSceneSession->OnBindDialogTarget(sceneSession); in ProcessBindDialogTargetRegister()2682 void JsSceneSession::OnBindDialogTarget(const sptr<SceneSession>& sceneSession) in OnBindDialogTarget() function in OHOS::Rosen::JsSceneSession
218 napi_value OnBindDialogTarget(napi_env env, napi_callback_info info);
281 return (me != nullptr) ? me->OnBindDialogTarget(env, info) : nullptr; in BindDialogTarget()2196 napi_value JsWindow::OnBindDialogTarget(napi_env env, napi_callback_info info) in OnBindDialogTarget() function in OHOS::Rosen::JsWindow