/base/account/os_account/test/fuzztest/appaccount/getallaccounts_fuzzer/ |
H A D | getallaccounts_fuzzer.cpp | 41 result = AppAccountManager::GetAllAccounts(testOwner, appAccounts); in GetAllAccountsFuzzTest()
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_manager_service_thread_module_test.cpp | 143 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 D | at_not_mock_app_account_manager_service_module_test.cpp | 99 * @tc.desc: test GetAllAccounts VerifyPermission faliled 110 int result = g_accountManagerService->GetAllAccounts(owner, appAccounts); in HWTEST_F()
|
H A D | app_account_manager_service_module_not_mock_test.cpp | 200 result = g_accountManagerService->GetAllAccounts(OWNER, appAccounts); in HWTEST_F()
|
H A D | app_account_manager_service_module_test.cpp | 1892 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 D | inner_app_account_manager.h | 87 ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts, const uid_t &uid,
|
H A D | app_account_control_manager.h | 90 ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts, const uid_t &uid,
|
H A D | app_account_manager_service.h | 90 ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) override;
|
/base/account/os_account/interfaces/innerkits/appaccount/native/include/ |
H A D | app_account_manager.h | 415 static ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts);
|
/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_manager.cpp | 200 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 D | app_account.cpp | 462 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 D | app_account_proxy.cpp | 856 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 D | inner_app_account_manager.cpp | 295 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 D | app_account_manager_service.cpp | 550 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 D | app_account_control_manager.cpp | 865 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 D | mock_app_account_stub.cpp | 296 ErrCode MockAppAccountStub::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in GetAllAccounts() function in OHOS::AccountSA::MockAppAccountStub
|
H A D | mock_app_account_stub.h | 83 ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) override;
|
/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account.h | 89 ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts);
|
H A D | app_account_proxy.h | 86 ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) override;
|
H A D | iapp_account.h | 90 virtual ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) = 0;
|
/base/account/os_account/frameworks/appaccount/native/test/moduletest/ |
H A D | app_account_manager_module_test.cpp | 369 ErrCode result = AppAccountManager::GetAllAccounts(STRING_NAME, appAccounts); in HWTEST_F()
|
/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
H A D | napi_app_account.h | 41 static napi_value GetAllAccounts(napi_env env, napi_callback_info cbInfo);
|
/base/account/os_account/frameworks/test/unittest/ |
H A D | account_appaccount_proxy_mock_test.cpp | 472 ErrCode result = AppAccountManager::GetAllAccounts(STRING_OWNER, appAccounts); in HWTEST_F()
|
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
H A D | app_account_manager_test.cpp | 1991 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 D | napi_app_account.cpp | 49 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()
|