Home
last modified time | relevance | path

Searched refs:QueryAllCreatedOsAccounts (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/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);
118 ErrCode result = OsAccountManager::QueryAllCreatedOsAccounts(osAccounts);
/ohos5.0/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()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount/queryaccountinfo_fuzzer/
H A Dqueryaccountinfo_fuzzer.cpp96 result = OsAccountManager::QueryAllCreatedOsAccounts(osAccountInfos); in QueryAllCreatedOsAccountsFuzzTest()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_ipc_common.cpp71 ErrCode ret = AccountSA::OsAccountManager::QueryAllCreatedOsAccounts(accountInfos); in GetAllUserId()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_ipc_common.cpp71 ErrCode ret = AccountSA::OsAccountManager::QueryAllCreatedOsAccounts(accountInfos); in GetAllUserId()
/ohos5.0/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()
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp450 ErrCode OsAccountManagerService::QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInf… in QueryAllCreatedOsAccounts() function in OHOS::AccountSA::OsAccountManagerService
458 return innerManager_.QueryAllCreatedOsAccounts(osAccountInfos); in QueryAllCreatedOsAccounts()
852 result = innerManager_.QueryAllCreatedOsAccounts(osAccountInfos); in DumpState()
875 result = innerManager_.QueryAllCreatedOsAccounts(osAccountInfos); in DumpOsAccountInfo()
H A Dinner_os_account_manager.cpp168 QueryAllCreatedOsAccounts(osAccountInfos); in RetryToGetAccount()
246 if (QueryAllCreatedOsAccounts(osAccountInfos) != ERR_OK) { in RetryToGetAccount()
658 (void)QueryAllCreatedOsAccounts(osAccountInfos); in RetryToGetAccount()
717 (void)QueryAllCreatedOsAccounts(osAccountInfos); in RetryToGetAccount()
955 ErrCode result = QueryAllCreatedOsAccounts(osAccountList); in RetryToGetAccount()
1292 ErrCode IInnerOsAccountManager::QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &createdOsAcco… in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp156 ErrCode OsAccountManager::QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos) in QueryAllCreatedOsAccounts() function in OHOS::AccountSA::OsAccountManager
158 return OsAccount::GetInstance().QueryAllCreatedOsAccounts(osAccountInfos); in QueryAllCreatedOsAccounts()
/ohos5.0/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_set_test.cpp65 OsAccount::GetInstance().QueryAllCreatedOsAccounts(osAccountInfos); in SetUp()
H A Daccount_command_create_test.cpp66 OsAccount::GetInstance().QueryAllCreatedOsAccounts(osAccountInfos); in SetUp()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_manager.h251 static ErrCode QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos);
/ohos5.0/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()
/ohos5.0/base/account/os_account/dfx/hidumper_adapter/
H A Daccount_dump_helper.cpp117 ErrCode ret = IInnerOsAccountManager::GetInstance().QueryAllCreatedOsAccounts(osAccountInfos); in ShowOhosAccountInfo()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dios_account.h60 virtual ErrCode QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos) = 0;
H A Dos_account.h50 ErrCode QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos);
H A Dos_account_proxy.h54 ErrCode QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos) override;
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account.h51 virtual ErrCode QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos) = 0;
H A Dos_account_manager_service.h66 ErrCode QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos) override;
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp351 ErrCode OsAccount::QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos) in QueryAllCreatedOsAccounts() function in OHOS::AccountSA::OsAccount
358 return proxy->QueryAllCreatedOsAccounts(osAccountInfos); in QueryAllCreatedOsAccounts()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/test/unittest/
H A Dos_account_mock_test.cpp266 g_osAccount->QueryAllCreatedOsAccounts(osAccountInfos));

12