Home
last modified time | relevance | path

Searched refs:SelectAccountsByOptions (Results 1 – 25 of 28) sorted by relevance

12

/base/account/os_account/test/fuzztest/appaccount/selectaccountsbyoptions_fuzzer/
Dselectaccountsbyoptions_fuzzer.cpp62 result = AppAccountManager::SelectAccountsByOptions(options, callback); in SelectAccountsByOptionsFuzzTest()
/base/account/os_account/services/accountmgr/include/appaccount/
Dapp_account_authenticator_session_manager.h54 ErrCode SelectAccountsByOptions(
Dinner_app_account_manager.h92 ErrCode SelectAccountsByOptions(
Dapp_account_control_manager.h94 ErrCode SelectAccountsByOptions(
Dapp_account_manager_service.h93 ErrCode SelectAccountsByOptions(
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_manager.cpp226 ErrCode AppAccountManager::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountManager
229 return AppAccount::GetInstance().SelectAccountsByOptions(options, callback); in SelectAccountsByOptions()
Dapp_account.cpp496 ErrCode AppAccount::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccount
509 return proxy->SelectAccountsByOptions(options, callback); in SelectAccountsByOptions()
Dapp_account_proxy.cpp953 ErrCode AppAccountProxy::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountProxy
/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_manager_test.cpp1817 ErrCode result = AppAccountManager::SelectAccountsByOptions(options, nullptr);
1822 result = AppAccountManager::SelectAccountsByOptions(options, callback);
1832 result = AppAccountManager::SelectAccountsByOptions(options, callback);
1835 result = AppAccountManager::SelectAccountsByOptions(options, callback);
1844 result = AppAccountManager::SelectAccountsByOptions(options, callback);
1847 result = AppAccountManager::SelectAccountsByOptions(options, callback);
1856 result = AppAccountManager::SelectAccountsByOptions(options, callback);
1859 result = AppAccountManager::SelectAccountsByOptions(options, callback);
/base/account/os_account/services/accountmgr/src/appaccount/
Dinner_app_account_manager.cpp307 ErrCode InnerAppAccountManager::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::InnerAppAccountManager
312 return controlManager_.SelectAccountsByOptions(options, callback, uid, bundleName, appIndex); in SelectAccountsByOptions()
Dapp_account_authenticator_session_manager.cpp127 ErrCode AppAccountAuthenticatorSessionManager::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountAuthenticatorSessionManager
Dapp_account_manager_service.cpp645 ErrCode AppAccountManagerService::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountManagerService
655 …return innerManager_->SelectAccountsByOptions(options, callback, callingUid, bundleName, appIndex); in SelectAccountsByOptions()
Dapp_account_control_manager.cpp885 ErrCode AppAccountControlManager::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountControlManager
932 …return AppAccountAuthenticatorSessionManager::GetInstance().SelectAccountsByOptions(candidateAccou… in SelectAccountsByOptions()
/base/account/os_account/interfaces/innerkits/appaccount/native/include/
Dapp_account_manager.h474 static ErrCode SelectAccountsByOptions(
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_manager_service_module_not_mock_test.cpp217 result = g_accountManagerService->SelectAccountsByOptions(option, nullptr);
Dapp_account_authenticator_session_manager_module_test.cpp135 …ErrCode result = appAccountAuthenticatorSessionManagerPtr_->SelectAccountsByOptions(accounts, requ…
/base/account/os_account/frameworks/appaccount/native/include/
Diapp_account.h93 virtual ErrCode SelectAccountsByOptions(
Dapp_account.h94 ErrCode SelectAccountsByOptions(
Dapp_account_proxy.h90 ErrCode SelectAccountsByOptions(
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_stub.h89 ErrCode SelectAccountsByOptions(
Dmock_app_account_stub.cpp334 ErrCode MockAppAccountStub::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::MockAppAccountStub
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account.h58 static napi_value SelectAccountsByOptions(napi_env env, napi_callback_info cbInfo);
/base/account/os_account/frameworks/test/unittest/
Daccount_appaccount_proxy_mock_test.cpp539 ErrCode result = AppAccountManager::SelectAccountsByOptions(options, callback);
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account.cpp69 DECLARE_NAPI_FUNCTION("selectAccountsByOptions", SelectAccountsByOptions),
1522 napi_value NapiAppAccount::SelectAccountsByOptions(napi_env env, napi_callback_info cbInfo) in SelectAccountsByOptions() function in OHOS::AccountJsKit::NapiAppAccount
1550 AppAccountManager::SelectAccountsByOptions(context->options, callback); in SelectAccountsByOptions()
/base/account/os_account/services/accountmgr/
Dlibaccountmgr.map71 …"OHOS::AccountSA::AppAccountAuthenticatorSessionManager::SelectAccountsByOptions(std::__h::vector<…
98 …"OHOS::AccountSA::AppAccountControlManager::SelectAccountsByOptions(const SelectAccountsOptions &o…
179 …"OHOS::AccountSA::InnerAppAccountManager::SelectAccountsByOptions(OHOS::AccountSA::SelectAccountsO…

12