Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Daccount_info.h137 void SetRawUid(std::string rawUid) in SetRawUid() function
181 ohosAccountInfo_.SetRawUid("");
/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/src/
H A Daccount_info_parcel.cpp126 ohosAccountInfo.SetRawUid(Str16ToStr8(rawUid)); in ReadOhosAccountInfo()
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Dohos_account_data_deal.cpp275 accountInfo.ohosAccountInfo_.SetRawUid(rawUid); in GetAccountInfoFromJson()
354 accountInfo.ohosAccountInfo_.SetRawUid(DEFAULT_OHOS_ACCOUNT_UID); in BuildJsonFileFromScratch()
H A Daccount_stub.cpp289 ohosAccountInfo.SetRawUid(""); in InnerGetOhosAccountInfo()
368 ohosAccountInfo.SetRawUid(""); in CmdGetOhosAccountInfoByUserId()
H A Dohos_account_manager.cpp381 currAccountInfo.ohosAccountInfo_.SetRawUid(ohosAccountInfo.uid_); in LoginOhosAccount()