Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dupdate_pin_param_impl.cpp21 UpdatePinParamImpl::UpdatePinParamImpl(uint64_t oldCredentialId, const std::vector<uint8_t> &oldRoo… in UpdatePinParamImpl() argument
23 …: oldCredentialId_(oldCredentialId), oldRootSecret_(oldRootSecret), rootSecret_(rootSecret), authT… in UpdatePinParamImpl()
H A Dupdate_pin_param_impl.h28 UpdatePinParamImpl(uint64_t oldCredentialId, const std::vector<uint8_t> &oldRootSecret,
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp328 uint64_t oldCredentialId = 0; in OnResult() local
329 extraInfo.GetUint64Value(Attributes::AttributeKey::ATTR_OLD_CREDENTIAL_ID, oldCredentialId); in OnResult()
334 …UserIDMClient::GetInstance().DeleteCredential(userId_, oldCredentialId, credInfo_.token, idmCallba… in OnResult()