Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
Daccount_info.h137 void SetRawUid(std::string rawUid) in SetRawUid() function
181 ohosAccountInfo_.SetRawUid("");
/base/account/os_account/frameworks/ohosaccount/native/src/
Daccount_info_parcel.cpp125 ohosAccountInfo.SetRawUid(Str16ToStr8(rawUid)); in ReadOhosAccountInfo()
/base/account/os_account/services/accountmgr/src/
Dohos_account_data_deal.cpp189 accountInfo.ohosAccountInfo_.SetRawUid(rawUid); in GetAccountInfoFromJson()
254 accountInfo.ohosAccountInfo_.SetRawUid(DEFAULT_OHOS_ACCOUNT_UID); in BuildJsonFileFromScratch()
Daccount_stub.cpp220 ohosAccountInfo.SetRawUid(""); in InnerGetOhosAccountInfo()
288 ohosAccountInfo.SetRawUid(""); in CmdGetOhosAccountInfoByUserId()
Dohos_account_manager.cpp342 currAccountInfo.ohosAccountInfo_.SetRawUid(ohosAccountInfo.uid_); in LoginOhosAccount()