Home
last modified time | relevance | path

Searched refs:SelectAccountsByOptions (Results 1 - 25 of 27) sorted by relevance

12

/base/account/os_account/test/fuzztest/appaccount/selectaccountsbyoptions_fuzzer/
H A Dselectaccountsbyoptions_fuzzer.cpp65 result = AppAccountManager::SelectAccountsByOptions(options, callback); in SelectAccountsByOptionsFuzzTest()
/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(
/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_manager_test.cpp1817 ErrCode result = AppAccountManager::SelectAccountsByOptions(options, nullptr); in HWTEST_F()
1822 result = AppAccountManager::SelectAccountsByOptions(options, callback); in HWTEST_F()
1832 result = AppAccountManager::SelectAccountsByOptions(options, callback); in HWTEST_F()
1835 result = AppAccountManager::SelectAccountsByOptions(options, callback); in HWTEST_F()
1844 result = AppAccountManager::SelectAccountsByOptions(options, callback); in HWTEST_F()
1847 result = AppAccountManager::SelectAccountsByOptions(options, callback); in HWTEST_F()
1856 result = AppAccountManager::SelectAccountsByOptions(options, callback); in HWTEST_F()
1859 result = AppAccountManager::SelectAccountsByOptions(options, callback); in HWTEST_F()
/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); in HWTEST_F()
H A Dapp_account_authenticator_session_manager_module_test.cpp124 * @tc.desc: test session manager func SelectAccountsByOptions.
135 ErrCode result = appAccountAuthenticatorSessionManagerPtr_->SelectAccountsByOptions(accounts, request); in HWTEST_F()
/base/account/os_account/interfaces/innerkits/appaccount/native/include/
H A Dapp_account_manager.h474 static ErrCode SelectAccountsByOptions(
/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
/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.cpp646 ErrCode AppAccountManagerService::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountManagerService
656 return innerManager_->SelectAccountsByOptions(options, callback, callingUid, bundleName, appIndex); in SelectAccountsByOptions()
H A Dapp_account_control_manager.cpp972 ErrCode AppAccountControlManager::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountControlManager
1019 return AppAccountAuthenticatorSessionManager::GetInstance().SelectAccountsByOptions(candidateAccounts, request); in SelectAccountsByOptions()
/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_stub.cpp334 ErrCode MockAppAccountStub::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::MockAppAccountStub
H A Dmock_app_account_stub.h89 ErrCode SelectAccountsByOptions(
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account.h94 ErrCode SelectAccountsByOptions(
H A Dapp_account_proxy.h90 ErrCode SelectAccountsByOptions(
H A Diapp_account.h93 virtual ErrCode SelectAccountsByOptions(
/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);
/base/account/os_account/frameworks/test/unittest/
H A Daccount_appaccount_proxy_mock_test.cpp539 ErrCode result = AppAccountManager::SelectAccountsByOptions(options, callback); in HWTEST_F()
/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
1536 NAPI_CALL(env, napi_create_string_utf8(env, "SelectAccountsByOptions", NAPI_AUTO_LENGTH, &resource)); in SelectAccountsByOptions()
1550 AppAccountManager::SelectAccountsByOptions(context->options, callback); in SelectAccountsByOptions()
/base/account/os_account/frameworks/appaccount/cj/src/
H A Dappaccount_impl.cpp486 int err = AppAccountManager::SelectAccountsByOptions(context->options, callback); in selectAccountByOptions()

Completed in 26 milliseconds

12