Searched refs:foregroundOsAccount (Results 1 – 2 of 2) sorted by relevance
1714 ForegroundOsAccount foregroundOsAccount; in GetForegroundOsAccounts() local1715 …if (!reply.ReadInt32(foregroundOsAccount.localId) || !reply.ReadUint64(foregroundOsAccount.display… in GetForegroundOsAccounts()1719 accounts.emplace_back(foregroundOsAccount); in GetForegroundOsAccounts()
2105 ForegroundOsAccount foregroundOsAccount; in RetryToGetAccount() local2106 foregroundOsAccount.displayId = displayId; in RetryToGetAccount()2107 foregroundOsAccount.localId = localId; in RetryToGetAccount()2108 accounts.emplace_back(foregroundOsAccount); in RetryToGetAccount()