/base/account/os_account/test/fuzztest/appaccount/getallaccounts_fuzzer/ |
D | getallaccounts_fuzzer.cpp | 39 result = AppAccountManager::GetAllAccounts(testOwner, appAccounts); in GetAllAccountsFuzzTest()
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
D | app_account_manager_service_thread_module_test.cpp | 141 ErrCode result = appAccountManagerServicePtr_->GetAllAccounts(STRING_OWNER, appAccounts); 151 result = appAccountManagerServicePtr_->GetAllAccounts(STRING_OWNER, appAccounts); 221 result = appAccountManagerServicePtr_->GetAllAccounts(STRING_OWNER, appAccounts);
|
D | at_not_mock_app_account_manager_service_module_test.cpp | 105 int result = g_accountManagerService->GetAllAccounts(owner, appAccounts);
|
D | app_account_manager_service_module_test.cpp | 2053 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/ |
D | app_account_manager.cpp | 201 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()
|
D | app_account.cpp | 383 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/ |
D | inner_app_account_manager.h | 85 …ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts, const u…
|
D | app_account_manager_service.h | 90 …ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) overrid…
|
D | app_account_control_manager.h | 92 …ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts, const u…
|
/base/account/os_account/interfaces/innerkits/appaccount/native/include/ |
D | app_account_manager.h | 84 … static ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts);
|
/base/account/os_account/frameworks/appaccount/native/test/moduletest/ |
D | app_account_manager_module_test.cpp | 372 ErrCode result = AppAccountManager::GetAllAccounts(STRING_NAME, appAccounts);
|
/base/account/os_account/services/accountmgr/test/mock/app_account/ |
D | mock_app_account_stub.h | 83 …ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) overrid…
|
D | mock_app_account_stub.cpp | 295 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/ |
D | app_account.h | 88 ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts);
|
D | iapp_account.h | 89 …virtual ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts)…
|
D | app_account_proxy.h | 87 …ErrCode GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) overrid…
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
D | inner_app_account_manager.cpp | 460 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()
|
D | app_account_manager_service.cpp | 545 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()
|
D | app_account_stub.cpp | 808 ErrCode result = GetAllAccounts(owner, appAccounts); in ProcGetAllAccounts()
|
/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
D | napi_app_account.h | 41 static napi_value GetAllAccounts(napi_env env, napi_callback_info cbInfo);
|
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/ |
D | fuzz_test_manager.cpp | 78 AppAccountManager::GetAllAccounts(GetStringParam(), param); in RegisterAppAccountManager()
|
/base/account/os_account/frameworks/test/unittest/ |
D | account_appaccount_proxy_mock_test.cpp | 465 ErrCode result = AppAccountManager::GetAllAccounts(STRING_OWNER, appAccounts);
|
/base/account/os_account/services/accountmgr/test/unittest/app_account/ |
D | inner_app_account_manager_test.cpp | 553 … ErrCode result = innerManagerPtr_->GetAllAccounts(STRING_OWNER, appAccounts, UID, BUNDLE_NAME, 0);
|
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
D | app_account_manager_test.cpp | 2079 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/ |
D | napi_app_account.cpp | 66 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()
|