Searched refs:accountInfos (Results 1 - 5 of 5) sorted by relevance
/base/security/asset/services/os_dependency/src/ |
H A D | os_account_wrapper.cpp | 49 std::vector<OHOS::AccountSA::OsAccountInfo> accountInfos = {}; in GetUserIds() local 50 int32_t ret = OHOS::AccountSA::OsAccountManager::QueryAllCreatedOsAccounts(accountInfos); in GetUserIds() 55 if (accountInfos.empty()) { in GetUserIds() 56 LOGE("[FATAL]accountInfos is empty"); in GetUserIds() 60 std::transform(accountInfos.begin(), accountInfos.end(), std::back_inserter(userIdsVec), in GetUserIds() 76 std::vector<OHOS::AccountSA::OsAccountInfo> accountInfos = {}; in GetUsersSize() local 77 int32_t ret = OHOS::AccountSA::OsAccountManager::QueryAllCreatedOsAccounts(accountInfos); in GetUsersSize() 82 if (accountInfos.empty()) { in GetUsersSize() 83 LOGE("[FATAL]accountInfos i in GetUsersSize() [all...] |
/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | mock_ipc_common.cpp | 70 std::vector<OHOS::AccountSA::OsAccountInfo> accountInfos = {}; in GetAllUserId() local 71 ErrCode ret = AccountSA::OsAccountManager::QueryAllCreatedOsAccounts(accountInfos); in GetAllUserId() 77 if (accountInfos.empty()) { in GetAllUserId() 78 IAM_LOGE("accountInfos count %{public}zu", accountInfos.size()); in GetAllUserId() 82 std::transform(accountInfos.begin(), accountInfos.end(), std::back_inserter(userIds), in GetAllUserId()
|
/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_ipc_common.cpp | 70 std::vector<OHOS::AccountSA::OsAccountInfo> accountInfos = {}; in GetAllUserId() local 71 ErrCode ret = AccountSA::OsAccountManager::QueryAllCreatedOsAccounts(accountInfos); in GetAllUserId() 77 if (accountInfos.empty()) { in GetAllUserId() 78 IAM_LOGE("accountInfos count %{public}zu", accountInfos.size()); in GetAllUserId() 82 std::transform(accountInfos.begin(), accountInfos.end(), std::back_inserter(userIds), in GetAllUserId()
|
/base/useriam/user_auth_framework/services/core/src/ |
H A D | ipc_common.cpp | 102 std::vector<OHOS::AccountSA::OsAccountInfo> accountInfos = {}; in GetAllUserId() local 103 ErrCode ret = AccountSA::OsAccountManager::QueryAllCreatedOsAccounts(accountInfos); in GetAllUserId() 109 if (accountInfos.empty()) { in GetAllUserId() 110 IAM_LOGE("accountInfos count %{public}zu", accountInfos.size()); in GetAllUserId() 114 std::transform(accountInfos.begin(), accountInfos.end(), std::back_inserter(userIds), in GetAllUserId()
|
/base/location/frameworks/location_common/common/source/ |
H A D | common_utils.cpp | 147 std::vector<AccountSA::OsAccountInfo> accountInfos; in GetAllUserId() local 148 int ret = AccountSA::OsAccountManager::QueryAllCreatedOsAccounts(accountInfos); in GetAllUserId() 153 for (auto &info : accountInfos) { in GetAllUserId()
|
Completed in 3 milliseconds