Home
last modified time | relevance | path

Searched refs:GetAllAccessibleAccounts (Results 1 – 25 of 26) sorted by relevance

12

/base/account/os_account/test/fuzztest/appaccount/getallaccessibleaccounts_fuzzer/
Dgetallaccessibleaccounts_fuzzer.cpp39 result = AppAccountManager::GetAllAccessibleAccounts(appAccounts); in GetAllAccessibleAccountsFuzzTest()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_manager_service_module_test.cpp1112 result = g_accountManagerService->GetAllAccessibleAccounts(appAccounts);
1142 result = g_accountManagerService->GetAllAccessibleAccounts(appAccounts);
1171 result = g_accountManagerService->GetAllAccessibleAccounts(appAccounts);
1204 result = g_accountManagerService->GetAllAccessibleAccounts(appAccounts);
1256 result = g_accountManagerService->GetAllAccessibleAccounts(appAccounts);
1315 result = g_accountManagerService->GetAllAccessibleAccounts(appAccounts);
1348 result = g_accountManagerService->GetAllAccessibleAccounts(appAccounts);
1380 result = g_accountManagerService->GetAllAccessibleAccounts(appAccounts);
1416 result = g_accountManagerService->GetAllAccessibleAccounts(appAccounts);
1471 result = g_accountManagerService->GetAllAccessibleAccounts(appAccounts);
[all …]
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_manager.cpp206 ErrCode AppAccountManager::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts() function in OHOS::AccountSA::AppAccountManager
208 return DelayedSingleton<AppAccount>::GetInstance()->GetAllAccessibleAccounts(appAccounts); in GetAllAccessibleAccounts()
Dapp_account.cpp469 ErrCode AppAccount::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts() function in OHOS::AccountSA::AppAccount
472 return appAccountProxy_->GetAllAccessibleAccounts(appAccounts); in GetAllAccessibleAccounts()
Dapp_account_proxy.cpp1006 ErrCode AppAccountProxy::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts() function in OHOS::AccountSA::AppAccountProxy
/base/account/os_account/services/accountmgr/include/appaccount/
Dinner_app_account_manager.h87 ErrCode GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts,
Dapp_account_manager_service.h91 ErrCode GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) override;
Dapp_account_control_manager.h94 ErrCode GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts,
/base/account/os_account/interfaces/innerkits/appaccount/native/include/
Dapp_account_manager.h85 static ErrCode GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts);
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_stub.h84 ErrCode GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) override;
Dmock_app_account_stub.cpp302 ErrCode MockAppAccountStub::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts() function in OHOS::AccountSA::MockAppAccountStub
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account.h89 ErrCode GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts);
Diapp_account.h90 virtual ErrCode GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) = 0;
Dapp_account_proxy.h88 ErrCode GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) override;
/base/account/os_account/services/accountmgr/src/appaccount/
Dinner_app_account_manager.cpp473 ErrCode InnerAppAccountManager::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts, in GetAllAccessibleAccounts() function in OHOS::AccountSA::InnerAppAccountManager
481 …ErrCode result = controlManagerPtr_->GetAllAccessibleAccounts(appAccounts, uid, bundleName, appInd… in GetAllAccessibleAccounts()
Dapp_account_manager_service.cpp574 ErrCode AppAccountManagerService::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts() function in OHOS::AccountSA::AppAccountManagerService
588 return innerManager_->GetAllAccessibleAccounts(appAccounts, callingUid, bundleName, appIndex); in GetAllAccessibleAccounts()
602 … return innerManager_->GetAllAccessibleAccounts(appAccounts, callingUid, bundleName, appIndex); in QueryAllAccessibleAccounts()
Dapp_account_control_manager.cpp660 ErrCode AppAccountControlManager::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts, in GetAllAccessibleAccounts() function in OHOS::AccountSA::AppAccountControlManager
723 ErrCode errCode = GetAllAccessibleAccounts(accessibleAccounts, uid, bundleName, appIndex); in SelectAccountsByOptions()
Dapp_account_stub.cpp825 result = GetAllAccessibleAccounts(appAccounts); in ProcGetAllAccessibleAccounts()
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account.h40 static napi_value GetAllAccessibleAccounts(napi_env env, napi_callback_info cbInfo);
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
Dfuzz_test_manager.cpp82 AppAccountManager::GetAllAccessibleAccounts(param); in RegisterAppAccountManager()
/base/account/os_account/frameworks/test/unittest/
Daccount_appaccount_proxy_mock_test.cpp478 ErrCode result = AppAccountManager::GetAllAccessibleAccounts(appAccounts);
/base/account/os_account/services/accountmgr/test/unittest/app_account/
Dinner_app_account_manager_test.cpp570 ErrCode result = innerManagerPtr_->GetAllAccessibleAccounts(appAccounts, UID, BUNDLE_NAME, 0);
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account.cpp65 DECLARE_NAPI_FUNCTION("getAllAccessibleAccounts", GetAllAccessibleAccounts), in Init()
769 napi_value NapiAppAccount::GetAllAccessibleAccounts(napi_env env, napi_callback_info cbInfo) in GetAllAccessibleAccounts() function in OHOS::AccountJsKit::NapiAppAccount
807 AppAccountManager::GetAllAccessibleAccounts(asyncContext->appAccounts); in GetAllAccessibleAccountsInternal()
/base/account/os_account/services/accountmgr/
Dlibaccountmgr.map220 …"OHOS::AccountSA::InnerAppAccountManager::GetAllAccessibleAccounts(std::__1::vector<OHOS::AccountS…
221 …"OHOS::AccountSA::InnerAppAccountManager::GetAllAccessibleAccounts(std::__h::vector<OHOS::AccountS…
/base/account/os_account/frameworks/appaccount/native/
Dlibapp_account_innerkits.map156 …"OHOS::AccountSA::AppAccountManager::GetAllAccessibleAccounts(std::__1::vector<OHOS::AccountSA::Ap…
157 …"OHOS::AccountSA::AppAccountManager::GetAllAccessibleAccounts(std::__h::vector<OHOS::AccountSA::Ap…

12