Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/include/
H A Dnapi_domain_account_common.h31 bool ParseDomainAccountInfo(napi_env env, napi_value object, DomainAccountInfo &info);
/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/src/
H A Dnapi_domain_account_common.cpp25 bool ParseDomainAccountInfo(napi_env env, napi_value object, DomainAccountInfo &info) in ParseDomainAccountInfo() function
H A Dnapi_domain_account_manager.cpp212 if (!ParseDomainAccountInfo(env, argv[0], asyncContext->domainInfo)) { in ParseParamForUpdateAccountToken()
239 if (!ParseDomainAccountInfo(env, argv[PARAM_ZERO], asyncContext->domainInfo)) { in ParseParamForIsAuthenticationExpired()
273 if (ParseDomainAccountInfo(env, argv[0], asyncContext->domainInfo)) { in ParseParamForGetAccessToken()
302 if ((error.code == 0) && (!ParseDomainAccountInfo(env, businessData, info))) { in GetDomainAccountInfoCallback()
1021 if (!ParseDomainAccountInfo(env, argv[0], asyncContext->domainInfo)) { in ParseParamForHasDomainAccount()
1052 if (!ParseDomainAccountInfo(env, argv[index++], authContext.domainAccountInfo)) { in ParseContextForAuth()
1651 if (!ParseDomainAccountInfo(env, argv[0], asyncContext->oldAccountInfo)) { in ParseParamForUpdateAccountInfo()
1657 if (!ParseDomainAccountInfo(env, argv[1], asyncContext->newAccountInfo)) { in ParseParamForUpdateAccountInfo()
H A Dnapi_domain_server_manager.cpp218 if (!ParseDomainAccountInfo(env, argv[0], context->domainAccountInfo)) { in ParseContextFoGetAccountServerConfig()
/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/
H A Dlibnapi_account_innerkits.map17 …"OHOS::AccountJsKit::ParseDomainAccountInfo(napi_env__*, napi_value__*, OHOS::AccountSA::DomainAcc…
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp545 static bool ParseDomainAccountInfo(napi_env env, napi_value object, DomainAccountInfo &info) in ParseDomainAccountInfo() function
618 if (!ParseDomainAccountInfo(env, argv[PARAMONE], asyncContext->domainInfo)) { in ParseParaCreateOAForDomain()
1179 if (!ParseDomainAccountInfo(env, argv[PARAMZERO], asyncContext->domainInfo)) { in ParseParaGetIdByDomain()