Home
last modified time | relevance | path

Searched refs:QueryAllCreatedOsAccounts (Results 1 - 25 of 43) sorted by relevance

12

/base/account/os_account/tools/test/moduletest/acm/
H A Daccount_command_util.cpp59 ErrCode result = OsAccountManager::QueryAllCreatedOsAccounts(osAccounts); in DeleteLastOsAccount()
79 ErrCode result = OsAccountManager::QueryAllCreatedOsAccounts(osAccounts); in DumpLastOsAccount()
100 ErrCode result = OsAccountManager::QueryAllCreatedOsAccounts(osAccounts); in SwitchToFirstOsAccount()
121 ErrCode result = OsAccountManager::QueryAllCreatedOsAccounts(osAccounts); in SwitchToLastOsAccount()
H A Daccount_command_set_module_test.cpp91 ErrCode result = OsAccountManager::QueryAllCreatedOsAccounts(osAccounts); in HWTEST_F()
118 ErrCode result = OsAccountManager::QueryAllCreatedOsAccounts(osAccounts); in HWTEST_F()
/base/security/asset/services/os_dependency/src/
H A Dos_account_wrapper.cpp50 int32_t ret = OHOS::AccountSA::OsAccountManager::QueryAllCreatedOsAccounts(accountInfos); in GetUserIds()
77 int32_t ret = OHOS::AccountSA::OsAccountManager::QueryAllCreatedOsAccounts(accountInfos); in GetUsersSize()
/base/account/os_account/test/fuzztest/osaccount/queryaccountinfo_fuzzer/
H A Dqueryaccountinfo_fuzzer.cpp96 result = OsAccountManager::QueryAllCreatedOsAccounts(osAccountInfos); in QueryAllCreatedOsAccountsFuzzTest()
/base/notification/distributed_notification_service/services/ans/src/
H A Dos_account_manager_helper.cpp73 int32_t ret = OHOS::AccountSA::OsAccountManager::QueryAllCreatedOsAccounts(accounts); in GetAllOsAccount()
78 ANS_LOGE("Failed to call OsAccountManager::QueryAllCreatedOsAccounts, code is %{public}d", ret); in GetAllOsAccount()
/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_ipc_common.cpp71 ErrCode ret = AccountSA::OsAccountManager::QueryAllCreatedOsAccounts(accountInfos); in GetAllUserId()
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_ipc_common.cpp71 ErrCode ret = AccountSA::OsAccountManager::QueryAllCreatedOsAccounts(accountInfos); in GetAllUserId()
/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/
H A Dapp_usage_event_factory.cpp83 auto res = OsAccountManager::QueryAllCreatedOsAccounts(osAccountInfos); in GetAllCreatedOsAccountIds()
/base/account/os_account/tools/test/unittest/acm/
H A Daccount_command_switch_test.cpp61 OsAccount::GetInstance().QueryAllCreatedOsAccounts(osAccountInfos); in SetUp()
H A Daccount_command_delete_test.cpp61 OsAccount::GetInstance().QueryAllCreatedOsAccounts(osAccountInfos); in SetUp()
H A Daccount_command_dump_test.cpp61 OsAccount::GetInstance().QueryAllCreatedOsAccounts(osAccountInfos); in SetUp()
H A Daccount_command_create_test.cpp66 OsAccount::GetInstance().QueryAllCreatedOsAccounts(osAccountInfos); in SetUp()
H A Daccount_command_set_test.cpp65 OsAccount::GetInstance().QueryAllCreatedOsAccounts(osAccountInfos); in SetUp()
/base/account/os_account/dfx/hidumper_adapter/
H A Daccount_dump_helper.cpp117 ErrCode ret = IInnerOsAccountManager::GetInstance().QueryAllCreatedOsAccounts(osAccountInfos); in ShowOhosAccountInfo()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_manager.h243 static ErrCode QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos);
/base/account/os_account/frameworks/osaccount/core/include/
H A Dos_account.h49 ErrCode QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos);
H A Dios_account.h59 virtual ErrCode QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos) = 0;
H A Dos_account_proxy.h53 ErrCode QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos) override;
/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account.h50 virtual ErrCode QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos) = 0;
H A Dos_account_manager_service.h65 ErrCode QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos) override;
/base/security/device_auth/services/frameworks/src/os_account_adapter/
H A Dos_account_adapter.cpp230 OHOS::ErrCode res = OHOS::AccountSA::OsAccountManager::QueryAllCreatedOsAccounts(osAccountInfos); in GetAllOsAccountIds()
233 LOGE("[OsAccountAdapter]: QueryAllCreatedOsAccounts failed. [Res]: %d", res); in GetAllOsAccountIds()
/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp151 ErrCode OsAccountManager::QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos) in QueryAllCreatedOsAccounts() function in OHOS::AccountSA::OsAccountManager
153 return OsAccount::GetInstance().QueryAllCreatedOsAccounts(osAccountInfos); in QueryAllCreatedOsAccounts()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp428 ErrCode OsAccountManagerService::QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos) in QueryAllCreatedOsAccounts() function in OHOS::AccountSA::OsAccountManagerService
436 return innerManager_.QueryAllCreatedOsAccounts(osAccountInfos); in QueryAllCreatedOsAccounts()
830 result = innerManager_.QueryAllCreatedOsAccounts(osAccountInfos); in DumpState()
853 result = innerManager_.QueryAllCreatedOsAccounts(osAccountInfos); in DumpOsAccountInfo()
H A Dinner_os_account_manager.cpp155 QueryAllCreatedOsAccounts(osAccountInfos); in RetryToGetAccount()
225 if (QueryAllCreatedOsAccounts(osAccountInfos) != ERR_OK) { in RetryToGetAccount()
634 (void)QueryAllCreatedOsAccounts(osAccountInfos); in RetryToGetAccount()
692 (void)QueryAllCreatedOsAccounts(osAccountInfos); in RetryToGetAccount()
952 ErrCode result = QueryAllCreatedOsAccounts(osAccountList); in RetryToGetAccount()
1302 ErrCode IInnerOsAccountManager::QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &createdOsAccounts) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp608 * @tc.desc: Test QueryAllCreatedOsAccounts.
615 EXPECT_EQ(osAccountManagerService_->QueryAllCreatedOsAccounts(osAccountInfos), ERR_OK); in HWTEST_F()
1329 EXPECT_EQ(osAccountManagerService_->QueryAllCreatedOsAccounts(osAccountInfos), ERR_OK); in HWTEST_F()
1783 * @tc.desc: Test QueryAllCreatedOsAccounts PermissionCheck failed.
1792 osAccountManagerService_->QueryAllCreatedOsAccounts(osAccountInfos)); in HWTEST_F()
2531 EXPECT_EQ(osAccountManagerService_->QueryAllCreatedOsAccounts(osAccountInfos), ERR_OK); in HWTEST_F()
2586 EXPECT_EQ(osAccountManagerService_->QueryAllCreatedOsAccounts(osAccountInfos), ERR_OK); in HWTEST_F()
2642 EXPECT_EQ(osAccountManagerService_->QueryAllCreatedOsAccounts(osAccountInfos), ERR_OK); in HWTEST_F()

Completed in 20 milliseconds

12