Searched refs:OsAccountTrustedInfo (Results 1 – 1 of 1) sorted by relevance
118 } OsAccountTrustedInfo; typedef120 DECLARE_HC_VECTOR(DeviceAuthDb, OsAccountTrustedInfo)121 IMPLEMENT_HC_VECTOR(DeviceAuthDb, OsAccountTrustedInfo, 1)178 static OsAccountTrustedInfo *GetTrustedInfoByOsAccountId(int32_t osAccountId) in GetTrustedInfoByOsAccountId()181 OsAccountTrustedInfo *info = NULL; in GetTrustedInfoByOsAccountId()188 OsAccountTrustedInfo newInfo; in GetTrustedInfoByOsAccountId()192 OsAccountTrustedInfo *returnInfo = g_deviceauthDb.pushBackT(&g_deviceauthDb, newInfo); in GetTrustedInfoByOsAccountId()409 static bool ReadInfoFromParcel(HcParcel *parcel, OsAccountTrustedInfo *info) in ReadInfoFromParcel()479 OsAccountTrustedInfo info; in LoadOsAccountDb()622 static bool SaveInfoToParcel(const OsAccountTrustedInfo *info, HcParcel *parcel) in SaveInfoToParcel()[all …]