/base/account/os_account/test/fuzztest/appaccount/selectaccountsbyoptions_fuzzer/ |
D | selectaccountsbyoptions_fuzzer.cpp | 62 result = AppAccountManager::SelectAccountsByOptions(options, callback); in SelectAccountsByOptionsFuzzTest()
|
/base/account/os_account/services/accountmgr/include/appaccount/ |
D | app_account_authenticator_session_manager.h | 56 ErrCode SelectAccountsByOptions(
|
D | inner_app_account_manager.h | 90 ErrCode SelectAccountsByOptions(
|
D | app_account_manager_service.h | 93 ErrCode SelectAccountsByOptions(
|
D | app_account_control_manager.h | 97 ErrCode SelectAccountsByOptions(
|
/base/account/os_account/frameworks/appaccount/native/src/ |
D | app_account_manager.cpp | 227 ErrCode AppAccountManager::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountManager 230 return DelayedSingleton<AppAccount>::GetInstance()->SelectAccountsByOptions(options, callback); in SelectAccountsByOptions()
|
D | app_account.cpp | 409 ErrCode AppAccount::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccount 423 return appAccountProxy_->SelectAccountsByOptions(options, callback->AsObject()); in SelectAccountsByOptions()
|
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
D | app_account_manager_test.cpp | 1905 ErrCode result = AppAccountManager::SelectAccountsByOptions(options, nullptr); 1910 result = AppAccountManager::SelectAccountsByOptions(options, callback); 1920 result = AppAccountManager::SelectAccountsByOptions(options, callback); 1923 result = AppAccountManager::SelectAccountsByOptions(options, callback); 1932 result = AppAccountManager::SelectAccountsByOptions(options, callback); 1935 result = AppAccountManager::SelectAccountsByOptions(options, callback); 1944 result = AppAccountManager::SelectAccountsByOptions(options, callback); 1947 result = AppAccountManager::SelectAccountsByOptions(options, callback);
|
/base/account/os_account/interfaces/innerkits/appaccount/native/include/ |
D | app_account_manager.h | 89 static ErrCode SelectAccountsByOptions(
|
/base/account/os_account/services/accountmgr/test/mock/app_account/ |
D | mock_app_account_stub.h | 89 ErrCode SelectAccountsByOptions(
|
D | mock_app_account_stub.cpp | 333 ErrCode MockAppAccountStub::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::MockAppAccountStub
|
/base/account/os_account/frameworks/appaccount/native/include/ |
D | app_account.h | 93 ErrCode SelectAccountsByOptions(
|
D | iapp_account.h | 92 virtual ErrCode SelectAccountsByOptions(
|
D | app_account_proxy.h | 91 ErrCode SelectAccountsByOptions(
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
D | inner_app_account_manager.cpp | 486 ErrCode InnerAppAccountManager::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::InnerAppAccountManager 495 …ErrCode result = controlManagerPtr_->SelectAccountsByOptions(options, callback, uid, bundleName, a… in SelectAccountsByOptions()
|
D | app_account_authenticator_session_manager.cpp | 127 ErrCode AppAccountAuthenticatorSessionManager::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountAuthenticatorSessionManager
|
D | app_account_manager_service.cpp | 643 ErrCode AppAccountManagerService::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountManagerService 654 …return innerManager_->SelectAccountsByOptions(options, authenticatorCallback, callingUid, bundleNa… in SelectAccountsByOptions()
|
D | app_account_control_manager.cpp | 708 ErrCode AppAccountControlManager::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountControlManager 759 return sessionManager->SelectAccountsByOptions(candidateAccounts, request); in SelectAccountsByOptions()
|
D | app_account_stub.cpp | 891 result = SelectAccountsByOptions(*options, callback); in ProcSelectAccountsByOptions()
|
/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
D | napi_app_account.h | 58 static napi_value SelectAccountsByOptions(napi_env env, napi_callback_info cbInfo);
|
/base/account/os_account/frameworks/test/unittest/ |
D | account_appaccount_proxy_mock_test.cpp | 532 ErrCode result = AppAccountManager::SelectAccountsByOptions(options, callback);
|
/base/account/os_account/services/accountmgr/test/unittest/app_account/ |
D | inner_app_account_manager_test.cpp | 586 … ErrCode result = innerManagerPtr_->SelectAccountsByOptions(options, nullptr, UID, BUNDLE_NAME, 0);
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
D | app_account_authenticator_session_manager_module_test.cpp | 126 …ErrCode result = appAccountAuthenticatorSessionManagerPtr_->SelectAccountsByOptions(accounts, requ…
|
/base/account/os_account/services/accountmgr/ |
D | libaccountmgr.map | 87 …"OHOS::AccountSA::AppAccountAuthenticatorSessionManager::SelectAccountsByOptions(std::__1::vector<… 88 …"OHOS::AccountSA::AppAccountAuthenticatorSessionManager::SelectAccountsByOptions(std::__h::vector<… 238 …"OHOS::AccountSA::InnerAppAccountManager::SelectAccountsByOptions(OHOS::AccountSA::SelectAccountsO… 239 …"OHOS::AccountSA::InnerAppAccountManager::SelectAccountsByOptions(OHOS::AccountSA::SelectAccountsO…
|
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
D | napi_app_account.cpp | 86 DECLARE_NAPI_FUNCTION("selectAccountsByOptions", SelectAccountsByOptions), in Init() 1835 napi_value NapiAppAccount::SelectAccountsByOptions(napi_env env, napi_callback_info cbInfo) in SelectAccountsByOptions() function in OHOS::AccountJsKit::NapiAppAccount 1869 AppAccountManager::SelectAccountsByOptions(context->options, callback); in SelectAccountsByOptions()
|