Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/src/
H A Daccount_info_parcel.cpp96 std::u16string rawUid; in ReadOhosAccountInfo() local
97 if (!data.ReadString16(rawUid)) { in ReadOhosAccountInfo()
126 ohosAccountInfo.SetRawUid(Str16ToStr8(rawUid)); in ReadOhosAccountInfo()
/ohos5.0/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Daccount_info.h137 void SetRawUid(std::string rawUid) in SetRawUid() argument
139 rawUid_ = rawUid; in SetRawUid()
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Dohos_account_data_deal.cpp274 std::string rawUid = jsonData.at(DATADEAL_JSON_KEY_OHOSACCOUNT_RAW_UID).get<std::string>(); in GetAccountInfoFromJson() local
275 accountInfo.ohosAccountInfo_.SetRawUid(rawUid); in GetAccountInfoFromJson()