Home
last modified time | relevance | path

Searched refs:foregroundOsAccount (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account_proxy.cpp1714 ForegroundOsAccount foregroundOsAccount; in GetForegroundOsAccounts() local
1715 …if (!reply.ReadInt32(foregroundOsAccount.localId) || !reply.ReadUint64(foregroundOsAccount.display… in GetForegroundOsAccounts()
1719 accounts.emplace_back(foregroundOsAccount); in GetForegroundOsAccounts()
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp2105 ForegroundOsAccount foregroundOsAccount; in RetryToGetAccount() local
2106 foregroundOsAccount.displayId = displayId; in RetryToGetAccount()
2107 foregroundOsAccount.localId = localId; in RetryToGetAccount()
2108 accounts.emplace_back(foregroundOsAccount); in RetryToGetAccount()