Home
last modified time | relevance | path

Searched refs:GetAllAccounts (Results 1 - 25 of 26) sorted by relevance

12

/base/account/os_account/test/fuzztest/appaccount/getallaccounts_fuzzer/
H A Dgetallaccounts_fuzzer.cpp41 result = AppAccountManager::GetAllAccounts(testOwner, appAccounts); in GetAllAccountsFuzzTest()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_thread_module_test.cpp143 ErrCode result = appAccountManagerServicePtr_->GetAllAccounts(STRING_OWNER, appAccounts); in HWTEST_F()
153 result = appAccountManagerServicePtr_->GetAllAccounts(STRING_OWNER, appAccounts); in HWTEST_F()
224 result = appAccountManagerServicePtr_->GetAllAccounts(STRING_OWNER, appAccounts); in HWTEST_F()
H A Dat_not_mock_app_account_manager_service_module_test.cpp99 * @tc.desc: test GetAllAccounts VerifyPermission faliled
110 int result = g_accountManagerService->GetAllAccounts(owner, appAccounts); in HWTEST_F()
H A Dapp_account_manager_service_module_not_mock_test.cpp200 result = g_accountManagerService->GetAllAccounts(OWNER, appAccounts); in HWTEST_F()
H A Dapp_account_manager_service_module_test.cpp1892 ErrCode result = g_accountManagerService->GetAllAccounts(STRING_OWNER, appAccounts); in HWTEST_F()
1914 result = g_accountManagerService->GetAllAccounts(STRING_OWNER, appAccounts); in HWTEST_F()
1943 ErrCode result = g_accountManagerService->GetAllAccounts(STRING_BUNDLE_NAME, appAccounts); in HWTEST_F()
1972 result = g_accountManagerService->GetAllAccounts(STRING_BUNDLE_NAME, appAccounts); in HWTEST_F()
2013 result = g_accountManagerService->GetAllAccounts(STRING_BUNDLE_NAME, appAccounts); in HWTEST_F()
2045 ErrCode result = g_accountManagerService->GetAllAccounts(STRING_BUNDLE_NAME_NOT_INSTALLED, appAccounts); in HWTEST_F()
/base/account/os_account/services/accountmgr/include/appaccount/
H A Dinner_app_account_manager.h87 ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts, const uid_t &uid,
H A Dapp_account_control_manager.h90 ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts, const uid_t &uid,
H A Dapp_account_manager_service.h90 ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) override;
/base/account/os_account/interfaces/innerkits/appaccount/native/include/
H A Dapp_account_manager.h415 static ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts);
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_manager.cpp200 ErrCode AppAccountManager::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in GetAllAccounts() function in OHOS::AccountSA::AppAccountManager
202 return AppAccount::GetInstance().GetAllAccounts(owner, appAccounts); in GetAllAccounts()
H A Dapp_account.cpp462 ErrCode AppAccount::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in GetAllAccounts() function in OHOS::AccountSA::AppAccount
469 return proxy->GetAllAccounts(owner, appAccounts); in GetAllAccounts()
H A Dapp_account_proxy.cpp856 ErrCode AppAccountProxy::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in GetAllAccounts() function in OHOS::AccountSA::AppAccountProxy
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dinner_app_account_manager.cpp295 ErrCode InnerAppAccountManager::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts, in GetAllAccounts() function in OHOS::AccountSA::InnerAppAccountManager
298 return controlManager_.GetAllAccounts(owner, appAccounts, uid, bundleName, appIndex); in GetAllAccounts()
H A Dapp_account_manager_service.cpp550 ErrCode AppAccountManagerService::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in GetAllAccounts() function in OHOS::AccountSA::AppAccountManagerService
574 return innerManager_->GetAllAccounts(owner, appAccounts, callingUid, bundleName, appIndex); in GetAllAccounts()
614 return innerManager_->GetAllAccounts(owner, appAccounts, callingUid, bundleName, appIndex); in QueryAllAccessibleAccounts()
H A Dapp_account_control_manager.cpp865 ErrCode AppAccountControlManager::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts, in GetAllAccounts() function in OHOS::AccountSA::AppAccountControlManager
/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_stub.cpp296 ErrCode MockAppAccountStub::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in GetAllAccounts() function in OHOS::AccountSA::MockAppAccountStub
H A Dmock_app_account_stub.h83 ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) override;
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account.h89 ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts);
H A Dapp_account_proxy.h86 ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) override;
H A Diapp_account.h90 virtual ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) = 0;
/base/account/os_account/frameworks/appaccount/native/test/moduletest/
H A Dapp_account_manager_module_test.cpp369 ErrCode result = AppAccountManager::GetAllAccounts(STRING_NAME, appAccounts); in HWTEST_F()
/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account.h41 static napi_value GetAllAccounts(napi_env env, napi_callback_info cbInfo);
/base/account/os_account/frameworks/test/unittest/
H A Daccount_appaccount_proxy_mock_test.cpp472 ErrCode result = AppAccountManager::GetAllAccounts(STRING_OWNER, appAccounts); in HWTEST_F()
/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_manager_test.cpp1991 ErrCode result = AppAccountManager::GetAllAccounts(STRING_EMPTY, appAccounts); in HWTEST_F()
2007 ErrCode result = AppAccountManager::GetAllAccounts(STRING_OWNER_OUT_OF_RANGE, appAccounts); in HWTEST_F()
2022 ErrCode result = AppAccountManager::GetAllAccounts(STRING_OWNER, appAccounts); in HWTEST_F()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp49 DECLARE_NAPI_FUNCTION("getAllAccounts", GetAllAccounts),
686 napi_value NapiAppAccount::GetAllAccounts(napi_env env, napi_callback_info cbInfo) in GetAllAccounts() function in OHOS::AccountJsKit::NapiAppAccount
723 napi_create_string_utf8(env, "GetAllAccounts", NAPI_AUTO_LENGTH, &resource); in GetAccountsByOwnerInternal()
730 AppAccountManager::GetAllAccounts(asyncContext->owner, asyncContext->appAccounts); in GetAccountsByOwnerInternal()

Completed in 26 milliseconds

12