Searched refs:rawUid (Results 1 – 3 of 3) sorted by relevance
95 std::u16string rawUid; in ReadOhosAccountInfo() local96 if (!data.ReadString16(rawUid)) { in ReadOhosAccountInfo()125 ohosAccountInfo.SetRawUid(Str16ToStr8(rawUid)); in ReadOhosAccountInfo()
137 void SetRawUid(std::string rawUid) in SetRawUid() argument139 rawUid_ = rawUid; in SetRawUid()
188 std::string rawUid = jsonData_.at(DATADEAL_JSON_KEY_OHOSACCOUNT_RAW_UID).get<std::string>(); in GetAccountInfoFromJson() local189 accountInfo.ohosAccountInfo_.SetRawUid(rawUid); in GetAccountInfoFromJson()