Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp555 std::vector<CredentialInfo> newInfoList = infoList; in OnCredentialInfo() local
559 newInfoList.emplace_back(info); in OnCredentialInfo()
560 return innerCallback_->OnCredentialInfo(newInfoList); in OnCredentialInfo()