Home
last modified time | relevance | path

Searched refs:onWillAppearRef (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp567 napi_ref onWillAppearRef = nullptr; member
1189 … napi_create_reference(env, asyncContext->onWillAppear, 1, &asyncContext->onWillAppearRef); in JSPromptParseParam()
1778 … auto onWillAppear = [env = asyncContext->env, onWillAppearRef = asyncContext->onWillAppearRef]() { in GetDialogLifeCycleCallback()
1779 if (onWillAppearRef) { in GetDialogLifeCycleCallback()
1781 napi_get_reference_value(env, onWillAppearRef, &onWillAppearFunc); in GetDialogLifeCycleCallback()
1783 napi_delete_reference(env, onWillAppearRef); in GetDialogLifeCycleCallback()