Home
last modified time | relevance | path

Searched refs:GetAllAccessibleAccounts (Results 1 - 24 of 24) sorted by relevance

/base/account/os_account/test/fuzztest/appaccount/getallaccessibleaccounts_fuzzer/
H A Dgetallaccessibleaccounts_fuzzer.cpp41 result = AppAccountManager::GetAllAccessibleAccounts(appAccounts); in GetAllAccessibleAccountsFuzzTest()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_test.cpp954 result = g_accountManagerService->GetAllAccessibleAccounts(appAccounts); in HWTEST_F()
984 result = g_accountManagerService->GetAllAccessibleAccounts(appAccounts); in HWTEST_F()
1013 g_accountManagerService->GetAllAccessibleAccounts(appAccounts); in HWTEST_F()
1045 result = g_accountManagerService->GetAllAccessibleAccounts(appAccounts); in HWTEST_F()
1097 result = g_accountManagerService->GetAllAccessibleAccounts(appAccounts); in HWTEST_F()
1156 result = g_accountManagerService->GetAllAccessibleAccounts(appAccounts); in HWTEST_F()
1189 result = g_accountManagerService->GetAllAccessibleAccounts(appAccounts); in HWTEST_F()
1221 g_accountManagerService->GetAllAccessibleAccounts(appAccounts); in HWTEST_F()
1256 result = g_accountManagerService->GetAllAccessibleAccounts(appAccounts); in HWTEST_F()
1311 result = g_accountManagerService->GetAllAccessibleAccounts(appAccount in HWTEST_F()
[all...]
H A Dapp_account_manager_service_module_not_mock_test.cpp203 result = g_accountManagerService->GetAllAccessibleAccounts(appAccounts); in HWTEST_F()
/base/account/os_account/services/accountmgr/include/appaccount/
H A Dinner_app_account_manager.h89 ErrCode GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts,
H A Dapp_account_control_manager.h92 ErrCode GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts,
H A Dapp_account_manager_service.h91 ErrCode GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) override;
/base/account/os_account/interfaces/innerkits/appaccount/native/include/
H A Dapp_account_manager.h431 static ErrCode GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts);
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_manager.cpp205 ErrCode AppAccountManager::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts() function in OHOS::AccountSA::AppAccountManager
207 return AppAccount::GetInstance().GetAllAccessibleAccounts(appAccounts); in GetAllAccessibleAccounts()
H A Dapp_account.cpp552 ErrCode AppAccount::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts() function in OHOS::AccountSA::AppAccount
558 return proxy->GetAllAccessibleAccounts(appAccounts); in GetAllAccessibleAccounts()
H A Dapp_account_proxy.cpp886 ErrCode AppAccountProxy::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts() function in OHOS::AccountSA::AppAccountProxy
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dinner_app_account_manager.cpp301 ErrCode InnerAppAccountManager::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts, in GetAllAccessibleAccounts() function in OHOS::AccountSA::InnerAppAccountManager
304 return controlManager_.GetAllAccessibleAccounts(appAccounts, uid, bundleName, appIndex); in GetAllAccessibleAccounts()
H A Dapp_account_manager_service.cpp577 ErrCode AppAccountManagerService::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts() function in OHOS::AccountSA::AppAccountManagerService
591 return innerManager_->GetAllAccessibleAccounts(appAccounts, callingUid, bundleName, appIndex); in GetAllAccessibleAccounts()
605 return innerManager_->GetAllAccessibleAccounts(appAccounts, callingUid, bundleName, appIndex); in QueryAllAccessibleAccounts()
H A Dapp_account_control_manager.cpp925 ErrCode AppAccountControlManager::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts, in GetAllAccessibleAccounts() function in OHOS::AccountSA::AppAccountControlManager
987 ErrCode errCode = GetAllAccessibleAccounts(accessibleAccounts, uid, bundleName, appIndex); in SelectAccountsByOptions()
H A Dapp_account_stub.cpp866 result = GetAllAccessibleAccounts(appAccounts); in ProcGetAllAccessibleAccounts()
/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_stub.cpp303 ErrCode MockAppAccountStub::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts() function in OHOS::AccountSA::MockAppAccountStub
H A Dmock_app_account_stub.h84 ErrCode GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) override;
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account.h90 ErrCode GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts);
H A Dapp_account_proxy.h87 ErrCode GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) override;
H A Diapp_account.h91 virtual ErrCode GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) = 0;
/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account.h40 static napi_value GetAllAccessibleAccounts(napi_env env, napi_callback_info cbInfo);
/base/account/os_account/frameworks/test/unittest/
H A Daccount_appaccount_proxy_mock_test.cpp485 ErrCode result = AppAccountManager::GetAllAccessibleAccounts(appAccounts); in HWTEST_F()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp48 DECLARE_NAPI_FUNCTION("getAllAccessibleAccounts", GetAllAccessibleAccounts),
636 napi_value NapiAppAccount::GetAllAccessibleAccounts(napi_env env, napi_callback_info cbInfo) in GetAllAccessibleAccounts() function in OHOS::AccountJsKit::NapiAppAccount
657 napi_create_string_utf8(env, "GetAllAccessibleAccounts", NAPI_AUTO_LENGTH, &resource); in GetAllAccessibleAccountsInternal()
667 AppAccountManager::GetAllAccessibleAccounts(asyncContext->appAccounts); in GetAllAccessibleAccountsInternal()
/base/account/os_account/frameworks/appaccount/cj/src/
H A Dappaccount_impl.cpp292 int32_t err = AppAccountManager::GetAllAccessibleAccounts(appAccounts); in getAllAccounts()
/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_manager_test.cpp2036 ErrCode result = AppAccountManager::GetAllAccessibleAccounts(appAccounts); in HWTEST_F()

Completed in 26 milliseconds