Searched refs:currentAppAccounts (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_control_manager.cpp | 957 std::vector<AppAccountInfo> currentAppAccounts; in GetAllAccessibleAccounts() local 959 result = GetAllAccountsFromDataStorage(key, currentAppAccounts, bundleName, dataStoragePtr); in GetAllAccessibleAccounts() 965 …std::transform(currentAppAccounts.begin(), currentAppAccounts.end(), std::back_inserter(appAccount… in GetAllAccessibleAccounts() 1232 std::vector<AppAccountInfo> currentAppAccounts; in GetAllAccessibleAccountsFromDataStorage() local 1234 result = GetAllAccountsFromDataStorage(key, currentAppAccounts, bundleName, dataStoragePtr); in GetAllAccessibleAccountsFromDataStorage() 1240 …std::transform(currentAppAccounts.begin(), currentAppAccounts.end(), std::back_inserter(appAccount… in GetAllAccessibleAccountsFromDataStorage()
|