Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp130 int32_t authedAccountId = 0; in OnResult() local
131 if (!extraInfo.GetInt32Value(Attributes::AttributeKey::ATTR_USER_ID, authedAccountId)) { in OnResult()
133 authedAccountId = static_cast<int32_t>(userId_); in OnResult()
135 …h ret: authType=%{public}d, result=%{public}d, id=%{public}d", authType_, result, authedAccountId); in OnResult()
143 ReportOsAccountOperationFail(authedAccountId, "auth", result, "Failed to auth"); in OnResult()
144 …return AccountInfoReport::ReportSecurityInfo("", authedAccountId, ReportEvent::EVENT_LOGIN, result… in OnResult()
158 if (HandleAuthResult(extraInfo, authedAccountId, isUpdateVerifiedStatus) != ERR_OK) { in OnResult()
167 …return AccountInfoReport::ReportSecurityInfo("", authedAccountId, ReportEvent::EVENT_LOGIN, Result… in OnResult()
171 (void)IInnerOsAccountManager::GetInstance().SetOsAccountIsVerified(authedAccountId, true); in OnResult()
173 (void)IInnerOsAccountManager::GetInstance().SetOsAccountIsLoggedIn(authedAccountId, true); in OnResult()
[all …]