Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp2359 std::vector<int32_t> createdOsAccounts; variable
2366 createdOsAccounts.emplace_back(osAccountInfo.GetLocalId());
2372 ret = osAccountManagerService_->ActivateOsAccount(createdOsAccounts[i]);
2376 if (maxLoggedInOsAccountNum < maxOsAccountNum && createdOsAccounts.size() > 0) {
2377 …ret = osAccountManagerService_->ActivateOsAccount(createdOsAccounts[createdOsAccounts.size() - 1]);
2382 osAccountManagerService_->RemoveOsAccount(createdOsAccounts[i]);
2507 std::vector<int32_t> createdOsAccounts; variable
2512 createdOsAccounts.emplace_back(osAccountInfo.GetLocalId());
2519 int32_t lastAccountId = createdOsAccounts.back();
2524 createdOsAccounts.emplace_back(osAccountInfo.GetLocalId());
[all …]
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp1292 …de IInnerOsAccountManager::QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &createdOsAccounts) in RetryToGetAccount() argument
1302 createdOsAccounts.push_back(osAccountInfo); in RetryToGetAccount()