Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Dohos_account_manager.cpp359 …std::string ohosAccountUid = GenerateOhosUdidWithSha256(ohosAccountInfo.name_, ohosAccountInfo.uid… in LoginOhosAccount() local
361 if (!CheckOhosAccountCanBind(currAccountInfo, ohosAccountInfo, ohosAccountUid)) { in LoginOhosAccount()
382 currAccountInfo.ohosAccountInfo_.uid_ = ohosAccountUid; in LoginOhosAccount()
733 std::string ohosAccountUid = GenerateOhosUdidWithSha256(inputName, inputUid); in GetCurOhosAccountAndCheckMatch() local
735 ohosAccountUid != curAccountInfo.ohosAccountInfo_.uid_) { in GetCurOhosAccountAndCheckMatch()
737 inputName.c_str(), ohosAccountUid.c_str(), callingUserId); in GetCurOhosAccountAndCheckMatch()