Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/src/
H A Dnapi_domain_account_manager.cpp1112 napi_env env, napi_callback_info cbInfo, JsDomainPluginParam &authWithPopupContext) in ParseContextForAuthWithPopup() argument
1123 if (!GetNamedJsFunction(env, argv[argc - 1], "onResult", authWithPopupContext.callbackRef)) { in ParseContextForAuthWithPopup()
1135 if (!GetIntProperty(env, argv[0], authWithPopupContext.userId)) { in ParseContextForAuthWithPopup()
1191 auto authWithPopupContext = std::make_unique<JsDomainPluginParam>(env); in AuthWithPopup() local
1192 if (!ParseContextForAuthWithPopup(env, cbInfo, *authWithPopupContext)) { in AuthWithPopup()
1215 reinterpret_cast<void *>(authWithPopupContext.get()), &authWithPopupContext->work)); in AuthWithPopup()
1216 …NAPI_CALL(env, napi_queue_async_work_with_qos(env, authWithPopupContext->work, napi_qos_user_initi… in AuthWithPopup()
1217 authWithPopupContext.release(); in AuthWithPopup()