Searched refs:osAccounts (Results 1 – 2 of 2) sorted by relevance
58 std::vector<OsAccountInfo> osAccounts; in DeleteLastOsAccount() local59 ErrCode result = OsAccountManager::QueryAllCreatedOsAccounts(osAccounts); in DeleteLastOsAccount()62 if (osAccounts.empty()) { in DeleteLastOsAccount()78 std::vector<OsAccountInfo> osAccounts; in DumpLastOsAccount() local79 ErrCode result = OsAccountManager::QueryAllCreatedOsAccounts(osAccounts); in DumpLastOsAccount()83 if (osAccounts.empty()) { in DumpLastOsAccount()99 std::vector<OsAccountInfo> osAccounts; in SwitchToFirstOsAccount() local100 ErrCode result = OsAccountManager::QueryAllCreatedOsAccounts(osAccounts); in SwitchToFirstOsAccount()104 if (osAccounts.empty()) { in SwitchToFirstOsAccount()120 std::vector<OsAccountInfo> osAccounts; in SwitchToLastOsAccount() local[all …]
90 std::vector<OsAccountInfo> osAccounts; variable91 ErrCode result = OsAccountManager::QueryAllCreatedOsAccounts(osAccounts);94 ASSERT_GT(osAccounts.size(), SIZE_ONE);95 std::string localAccountId = std::to_string(osAccounts.rbegin()->GetLocalId());117 std::vector<OsAccountInfo> osAccounts; variable118 ErrCode result = OsAccountManager::QueryAllCreatedOsAccounts(osAccounts);121 ASSERT_GT(osAccounts.size(), SIZE_ONE);122 std::string localAccountId = std::to_string(osAccounts.rbegin()->GetLocalId());