Searched refs:devEntry (Results 1 – 1 of 1) sorted by relevance
721 const CJson *out, TrustedDeviceEntry *devEntry) in PrepareTrustedDeviceInfo() argument723 devEntry->source = SELF_CREATED; in PrepareTrustedDeviceInfo()734 devEntry->credential = credentialType; in PrepareTrustedDeviceInfo()745 if (!StringSetPointer(&(devEntry->userId), peerUserId) || in PrepareTrustedDeviceInfo()746 !StringSetPointer(&(devEntry->udid), peerUdid) || in PrepareTrustedDeviceInfo()747 !StringSetPointer(&(devEntry->authId), peerAuthId) || in PrepareTrustedDeviceInfo()748 !StringSetPointer(&(devEntry->groupId), groupId) || in PrepareTrustedDeviceInfo()777 TrustedDeviceEntry *devEntry = CreateDeviceEntry(); in AddTrustedDeviceForAccount() local778 if (devEntry == NULL) { in AddTrustedDeviceForAccount()789 res = AddTrustedDevice(osAccountId, devEntry); in AddTrustedDeviceForAccount()[all …]