Home
last modified time | relevance | path

Searched refs:GetRawUid (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/account/os_account/test/fuzztest/account_stub/cmdsetohosaccountinfobyuseridstub_fuzzer/
H A Dcmdsetohosaccountinfobyuseridstub_fuzzer.cpp43 if (!data.WriteString16(Str8ToStr16(ohosAccountInfo.GetRawUid()))) { in WriteOhosAccountInfo()
/ohos5.0/base/account/os_account/test/fuzztest/account_stub/cmdsetohosaccountinfostub_fuzzer/
H A Dcmdsetohosaccountinfostub_fuzzer.cpp43 if (!data.WriteString16(Str8ToStr16(ohosAccountInfo.GetRawUid()))) { in WriteOhosAccountInfo()
/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/src/
H A Daccount_info_parcel.cpp36 if (!data.WriteString16(Str8ToStr16(ohosAccountInfo.GetRawUid()))) { in WriteOhosAccountInfo()
/ohos5.0/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Daccount_info.h132 std::string GetRawUid() const in GetRawUid() function
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Daccount_adapt.cpp75 accountUid = accountInfo.GetRawUid(); in GetLocalAccountUid()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_normal_impl.cpp209 return Sha256AccountId(info.GetRawUid()); in GetUnencryptedAccountId()
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Dohos_account_data_deal.cpp198 {DATADEAL_JSON_KEY_OHOSACCOUNT_RAW_UID, accountInfo.ohosAccountInfo_.GetRawUid()}, in SaveAccountInfo()
H A Dohos_account_manager.cpp269 dvid = GenerateDVID(bundleName, ohosAccountInfo.GetRawUid()); in QueryDistributedVirtualDeviceId()