/base/account/os_account/test/fuzztest/appaccount/selectaccountsbyoptions_fuzzer/ |
H A D | selectaccountsbyoptions_fuzzer.cpp | 65 result = AppAccountManager::SelectAccountsByOptions(options, callback); in SelectAccountsByOptionsFuzzTest()
|
/base/account/os_account/services/accountmgr/include/appaccount/ |
H A D | app_account_authenticator_session_manager.h | 54 ErrCode SelectAccountsByOptions(
|
H A D | inner_app_account_manager.h | 92 ErrCode SelectAccountsByOptions(
|
H A D | app_account_control_manager.h | 95 ErrCode SelectAccountsByOptions(
|
H A D | app_account_manager_service.h | 93 ErrCode SelectAccountsByOptions(
|
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
H A D | app_account_manager_test.cpp | 1817 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 D | app_account_manager_service_module_not_mock_test.cpp | 217 result = g_accountManagerService->SelectAccountsByOptions(option, nullptr); in HWTEST_F()
|
H A D | app_account_authenticator_session_manager_module_test.cpp | 124 * @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 D | app_account_manager.h | 474 static ErrCode SelectAccountsByOptions(
|
/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_manager.cpp | 226 ErrCode AppAccountManager::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountManager 229 return AppAccount::GetInstance().SelectAccountsByOptions(options, callback); in SelectAccountsByOptions()
|
H A D | app_account.cpp | 496 ErrCode AppAccount::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccount 509 return proxy->SelectAccountsByOptions(options, callback); in SelectAccountsByOptions()
|
H A D | app_account_proxy.cpp | 953 ErrCode AppAccountProxy::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountProxy
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | inner_app_account_manager.cpp | 307 ErrCode InnerAppAccountManager::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::InnerAppAccountManager 312 return controlManager_.SelectAccountsByOptions(options, callback, uid, bundleName, appIndex); in SelectAccountsByOptions()
|
H A D | app_account_authenticator_session_manager.cpp | 127 ErrCode AppAccountAuthenticatorSessionManager::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountAuthenticatorSessionManager
|
H A D | app_account_manager_service.cpp | 646 ErrCode AppAccountManagerService::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountManagerService 656 return innerManager_->SelectAccountsByOptions(options, callback, callingUid, bundleName, appIndex); in SelectAccountsByOptions()
|
H A D | app_account_control_manager.cpp | 972 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 D | mock_app_account_stub.cpp | 334 ErrCode MockAppAccountStub::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::MockAppAccountStub
|
H A D | mock_app_account_stub.h | 89 ErrCode SelectAccountsByOptions(
|
/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account.h | 94 ErrCode SelectAccountsByOptions(
|
H A D | app_account_proxy.h | 90 ErrCode SelectAccountsByOptions(
|
H A D | iapp_account.h | 93 virtual ErrCode SelectAccountsByOptions(
|
/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
H A D | napi_app_account.h | 58 static napi_value SelectAccountsByOptions(napi_env env, napi_callback_info cbInfo);
|
/base/account/os_account/frameworks/test/unittest/ |
H A D | account_appaccount_proxy_mock_test.cpp | 539 ErrCode result = AppAccountManager::SelectAccountsByOptions(options, callback); in HWTEST_F()
|
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
H A D | napi_app_account.cpp | 69 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 D | appaccount_impl.cpp | 486 int err = AppAccountManager::SelectAccountsByOptions(context->options, callback); in selectAccountByOptions()
|