Home
last modified time | relevance | path

Searched refs:GetAccountInfoById (Results 1 - 6 of 6) sorted by relevance

/base/account/os_account/services/accountmgr/include/
H A Daccount_data_storage.h49 ErrCode GetAccountInfoById(const std::string id, IAccountInfo &iAccountInfo);
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_data_storage.cpp74 ErrCode result = GetAccountInfoById(appAccountInfo.GetPrimeKey(), appAccountInfo); in GetAccountInfoFromDataStorage()
H A Dapp_account_control_manager.cpp894 result = dataStoragePtr->GetAccountInfoById(account, appAccountInfo); in GetAllAccounts()
949 result = dataStoragePtr->GetAccountInfoById(account, appAccountInfo); in GetAllAccessibleAccounts()
1224 result = dataStoragePtr->GetAccountInfoById(account, appAccountInfo); in GetAllAccessibleAccountsFromDataStorage()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_database_operator.cpp157 return accountDataStorage_->GetAccountInfoById(std::to_string(id), osAccountInfo); in GetOsAccountFromDatabase()
166 return storagePtr->GetAccountInfoById(std::to_string(id), osAccountInfo); in GetOsAccountFromDatabase()
/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Daccount_data_storage.cpp184 ErrCode AccountDataStorage::GetAccountInfoById(const std::string id, IAccountInfo &iAccountInfo) in GetAccountInfoById() function in OHOS::AccountSA::AccountDataStorage
/base/account/os_account/services/accountmgr/src/
H A Daccount_data_storage.cpp228 ErrCode AccountDataStorage::GetAccountInfoById(const std::string id, IAccountInfo &iAccountInfo) in GetAccountInfoById() function in OHOS::AccountSA::AccountDataStorage

Completed in 6 milliseconds