Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h103 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr; member
112 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr; member
120 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr; member
146 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr; member
154 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr; member
167 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr; member
175 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr; member
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp234 if (context->appAccountMgrCb == nullptr) { in CreateAccountImplicitly()
244 context->options, context->appAccountMgrCb); in CreateAccountImplicitly()
250 if ((context->errCode != 0) && (context->appAccountMgrCb != nullptr)) { in CreateAccountImplicitly()
251 context->appAccountMgrCb->OnResult(context->errCode, errResult); in CreateAccountImplicitly()
264 if (asyncContext->appAccountMgrCb == nullptr) { in AddAccountImplicitly()
926 asyncContext->appAccountMgrCb->OnResult(asyncContext->errCode, errResult); in AuthInternalCompletedCB()
944 if (asyncContext->appAccountMgrCb == nullptr) { in AuthInternal()
1575 if (context->appAccountMgrCb == nullptr) { in VerifyCredential()
1606 if (context->appAccountMgrCb == nullptr) { in SetAuthenticatorProperties()
1620 context->owner, context->options, context->appAccountMgrCb); in SetAuthenticatorProperties()
[all …]
H A Dnapi_app_account_common.cpp600 context->appAccountMgrCb = new (std::nothrow) AppAccountManagerCallback(env, callback); in ParseContextForAuth()
630 asyncContext->appAccountMgrCb = new (std::nothrow) AppAccountManagerCallback(env, callback); in ParseContextForAuthenticate()
1291 if ((context->errCode != ERR_JS_SUCCESS) && (context->appAccountMgrCb != nullptr)) { in VerifyCredCompleteCB()
1293 context->appAccountMgrCb->OnResult(context->errCode, errResult); in VerifyCredCompleteCB()