Searched refs:GetRealOsAccountInfoById (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | inner_os_account_manager.cpp | 188 ErrCode IInnerOsAccountManager::GetRealOsAccountInfoById(const int id, OsAccountInfo &osAccountInfo) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager 221 ErrCode errCode = GetRealOsAccountInfoById(defaultActivatedId_, osAccountInfo); in RetryToGetAccount() 1030 ErrCode errCode = GetRealOsAccountInfoById(id, osAccountInfo); in RetryToGetAccount() 1078 ErrCode errCode = GetRealOsAccountInfoById(id, osAccountInfo); in RetryToGetAccount() 1429 ErrCode errCode = GetRealOsAccountInfoById(id, osAccountInfo); in RetryToGetAccount() 1631 ErrCode errCode = GetRealOsAccountInfoById(id, osAccountInfo); in RetryToGetAccount() 1649 ErrCode errCode = GetRealOsAccountInfoById(id, osAccountInfo); in RetryToGetAccount() 1702 ErrCode errCode = GetRealOsAccountInfoById(id, osAccountInfo); in RetryToGetAccount() 1892 ErrCode errCode = GetRealOsAccountInfoById(id, osAccountInfo); in RetryToGetAccount() 1952 ErrCode errCode = GetRealOsAccountInfoById(id, osAccountInfo); in RetryToGetAccount() [all …]
|
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | iinner_os_account_manager.h | 171 ErrCode GetRealOsAccountInfoById(const int id, OsAccountInfo &osAccountInfo);
|