Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/ohosaccount/native/src/
Daccount_info_parcel.cpp95 std::u16string rawUid; in ReadOhosAccountInfo() local
96 if (!data.ReadString16(rawUid)) { in ReadOhosAccountInfo()
125 ohosAccountInfo.SetRawUid(Str16ToStr8(rawUid)); in ReadOhosAccountInfo()
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
Daccount_info.h137 void SetRawUid(std::string rawUid) in SetRawUid() argument
139 rawUid_ = rawUid; in SetRawUid()
/base/account/os_account/services/accountmgr/src/
Dohos_account_data_deal.cpp188 std::string rawUid = jsonData_.at(DATADEAL_JSON_KEY_OHOSACCOUNT_RAW_UID).get<std::string>(); in GetAccountInfoFromJson() local
189 accountInfo.ohosAccountInfo_.SetRawUid(rawUid); in GetAccountInfoFromJson()