Home
last modified time | relevance | path

Searched refs:GetAllAccounts (Results 1 – 25 of 29) sorted by relevance

12

/base/account/os_account/test/fuzztest/appaccount/getallaccounts_fuzzer/
Dgetallaccounts_fuzzer.cpp39 result = AppAccountManager::GetAllAccounts(testOwner, appAccounts); in GetAllAccountsFuzzTest()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_manager_service_thread_module_test.cpp141 ErrCode result = appAccountManagerServicePtr_->GetAllAccounts(STRING_OWNER, appAccounts);
151 result = appAccountManagerServicePtr_->GetAllAccounts(STRING_OWNER, appAccounts);
221 result = appAccountManagerServicePtr_->GetAllAccounts(STRING_OWNER, appAccounts);
Dat_not_mock_app_account_manager_service_module_test.cpp105 int result = g_accountManagerService->GetAllAccounts(owner, appAccounts);
Dapp_account_manager_service_module_test.cpp2053 ErrCode result = g_accountManagerService->GetAllAccounts(STRING_OWNER, appAccounts);
2075 result = g_accountManagerService->GetAllAccounts(STRING_OWNER, appAccounts);
2104 ErrCode result = g_accountManagerService->GetAllAccounts(STRING_BUNDLE_NAME, appAccounts);
2131 result = g_accountManagerService->GetAllAccounts(STRING_BUNDLE_NAME, appAccounts);
2170 result = g_accountManagerService->GetAllAccounts(STRING_BUNDLE_NAME, appAccounts);
2200 …ErrCode result = g_accountManagerService->GetAllAccounts(STRING_BUNDLE_NAME_NOT_INSTALLED, appAcco…
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_manager.cpp201 ErrCode AppAccountManager::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &ap… in GetAllAccounts() function in OHOS::AccountSA::AppAccountManager
203 return DelayedSingleton<AppAccount>::GetInstance()->GetAllAccounts(owner, appAccounts); in GetAllAccounts()
Dapp_account.cpp383 ErrCode AppAccount::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccoun… in GetAllAccounts() function in OHOS::AccountSA::AppAccount
387 return appAccountProxy_->GetAllAccounts(owner, appAccounts); in GetAllAccounts()
/base/account/os_account/services/accountmgr/include/appaccount/
Dinner_app_account_manager.h85 …ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts, const u…
Dapp_account_manager_service.h90 …ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) overrid…
Dapp_account_control_manager.h92 …ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts, const u…
/base/account/os_account/interfaces/innerkits/appaccount/native/include/
Dapp_account_manager.h84 … static ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts);
/base/account/os_account/frameworks/appaccount/native/test/moduletest/
Dapp_account_manager_module_test.cpp372 ErrCode result = AppAccountManager::GetAllAccounts(STRING_NAME, appAccounts);
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_stub.h83 …ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) overrid…
Dmock_app_account_stub.cpp295 ErrCode MockAppAccountStub::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &a… in GetAllAccounts() function in OHOS::AccountSA::MockAppAccountStub
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account.h88 ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts);
Diapp_account.h89 …virtual ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts)…
Dapp_account_proxy.h87 …ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) overrid…
/base/account/os_account/services/accountmgr/src/appaccount/
Dinner_app_account_manager.cpp460 ErrCode InnerAppAccountManager::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo… in GetAllAccounts() function in OHOS::AccountSA::InnerAppAccountManager
468 …ErrCode result = controlManagerPtr_->GetAllAccounts(owner, appAccounts, uid, bundleName, appIndex); in GetAllAccounts()
Dapp_account_manager_service.cpp545 ErrCode AppAccountManagerService::GetAllAccounts(const std::string &owner, std::vector<AppAccountIn… in GetAllAccounts() function in OHOS::AccountSA::AppAccountManagerService
571 return innerManager_->GetAllAccounts(owner, appAccounts, callingUid, bundleName, appIndex); in GetAllAccounts()
611 return innerManager_->GetAllAccounts(owner, appAccounts, callingUid, bundleName, appIndex); in QueryAllAccessibleAccounts()
Dapp_account_stub.cpp808 ErrCode result = GetAllAccounts(owner, appAccounts); in ProcGetAllAccounts()
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account.h41 static napi_value GetAllAccounts(napi_env env, napi_callback_info cbInfo);
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
Dfuzz_test_manager.cpp78 AppAccountManager::GetAllAccounts(GetStringParam(), param); in RegisterAppAccountManager()
/base/account/os_account/frameworks/test/unittest/
Daccount_appaccount_proxy_mock_test.cpp465 ErrCode result = AppAccountManager::GetAllAccounts(STRING_OWNER, appAccounts);
/base/account/os_account/services/accountmgr/test/unittest/app_account/
Dinner_app_account_manager_test.cpp553 … ErrCode result = innerManagerPtr_->GetAllAccounts(STRING_OWNER, appAccounts, UID, BUNDLE_NAME, 0);
/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_manager_test.cpp2079 ErrCode result = AppAccountManager::GetAllAccounts(STRING_EMPTY, appAccounts);
2095 ErrCode result = AppAccountManager::GetAllAccounts(STRING_OWNER_OUT_OF_RANGE, appAccounts);
2110 ErrCode result = AppAccountManager::GetAllAccounts(STRING_OWNER, appAccounts);
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account.cpp66 DECLARE_NAPI_FUNCTION("getAllAccounts", GetAllAccounts), in Init()
827 napi_value NapiAppAccount::GetAllAccounts(napi_env env, napi_callback_info cbInfo) in GetAllAccounts() function in OHOS::AccountJsKit::NapiAppAccount
878 … AppAccountManager::GetAllAccounts(asyncContext->owner, asyncContext->appAccounts); in GetAccountsByOwnerInternal()

12