Home
last modified time | relevance | path

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

12

/ohos5.0/base/account/os_account/test/fuzztest/appaccount/selectaccountsbyoptions_fuzzer/
H A Dselectaccountsbyoptions_fuzzer.cpp65 result = AppAccountManager::SelectAccountsByOptions(options, callback); in SelectAccountsByOptionsFuzzTest()
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_authenticator_session_manager.h54 ErrCode SelectAccountsByOptions(
H A Dinner_app_account_manager.h92 ErrCode SelectAccountsByOptions(
H A Dapp_account_control_manager.h95 ErrCode SelectAccountsByOptions(
H A Dapp_account_manager_service.h93 ErrCode SelectAccountsByOptions(
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A 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);
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_manager.cpp226 ErrCode AppAccountManager::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountManager
229 return AppAccount::GetInstance().SelectAccountsByOptions(options, callback); in SelectAccountsByOptions()
H A Dapp_account.cpp496 ErrCode AppAccount::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccount
509 return proxy->SelectAccountsByOptions(options, callback); in SelectAccountsByOptions()
H A Dapp_account_proxy.cpp953 ErrCode AppAccountProxy::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountProxy
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A 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()
H A Dapp_account_authenticator_session_manager.cpp127 ErrCode AppAccountAuthenticatorSessionManager::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountAuthenticatorSessionManager
H A Dapp_account_manager_service.cpp610 ErrCode AppAccountManagerService::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountManagerService
620 …return innerManager_->SelectAccountsByOptions(options, callback, callingUid, bundleName, appIndex); in SelectAccountsByOptions()
H A Dapp_account_control_manager.cpp971 ErrCode AppAccountControlManager::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountControlManager
1018 …return AppAccountAuthenticatorSessionManager::GetInstance().SelectAccountsByOptions(candidateAccou… in SelectAccountsByOptions()
/ohos5.0/base/account/os_account/interfaces/innerkits/appaccount/native/include/
H A Dapp_account_manager.h474 static ErrCode SelectAccountsByOptions(
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_not_mock_test.cpp217 result = g_accountManagerService->SelectAccountsByOptions(option, nullptr);
H A Dapp_account_authenticator_session_manager_module_test.cpp135 …ErrCode result = appAccountAuthenticatorSessionManagerPtr_->SelectAccountsByOptions(accounts, requ…
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Diapp_account.h93 virtual ErrCode SelectAccountsByOptions(
H A Dapp_account.h94 ErrCode SelectAccountsByOptions(
H A Dapp_account_proxy.h90 ErrCode SelectAccountsByOptions(
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_stub.h89 ErrCode SelectAccountsByOptions(
H A Dmock_app_account_stub.cpp334 ErrCode MockAppAccountStub::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::MockAppAccountStub
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account.h58 static napi_value SelectAccountsByOptions(napi_env env, napi_callback_info cbInfo);
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_appaccount_proxy_mock_test.cpp539 ErrCode result = AppAccountManager::SelectAccountsByOptions(options, callback);
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A 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()
/ohos5.0/base/account/os_account/services/accountmgr/
H A Dlibaccountmgr.map72 …"OHOS::AccountSA::AppAccountAuthenticatorSessionManager::SelectAccountsByOptions(std::__h::vector<…
99 …"OHOS::AccountSA::AppAccountControlManager::SelectAccountsByOptions(const SelectAccountsOptions &o…
180 …"OHOS::AccountSA::InnerAppAccountManager::SelectAccountsByOptions(OHOS::AccountSA::SelectAccountsO…

12