Searched refs:currentAppAccounts (Results 1 - 1 of 1) sorted by relevance
/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_control_manager.cpp | 958 std::vector<AppAccountInfo> currentAppAccounts; in GetAllAccessibleAccounts() local 960 result = GetAllAccountsFromDataStorage(key, currentAppAccounts, bundleName, dataStoragePtr); in GetAllAccessibleAccounts() 966 std::transform(currentAppAccounts.begin(), currentAppAccounts.end(), std::back_inserter(appAccounts), in GetAllAccessibleAccounts() 1233 std::vector<AppAccountInfo> currentAppAccounts; in GetAllAccessibleAccountsFromDataStorage() local 1235 result = GetAllAccountsFromDataStorage(key, currentAppAccounts, bundleName, dataStoragePtr); in GetAllAccessibleAccountsFromDataStorage() 1241 std::transform(currentAppAccounts.begin(), currentAppAccounts.end(), std::back_inserter(appAccounts), in GetAllAccessibleAccountsFromDataStorage()
|
Completed in 4 milliseconds