/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 | 54 ErrCode SelectAccountsByOptions(
|
D | inner_app_account_manager.h | 92 ErrCode SelectAccountsByOptions(
|
D | app_account_control_manager.h | 94 ErrCode SelectAccountsByOptions(
|
D | app_account_manager_service.h | 93 ErrCode SelectAccountsByOptions(
|
/base/account/os_account/frameworks/appaccount/native/src/ |
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()
|
D | app_account.cpp | 496 ErrCode AppAccount::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccount 509 return proxy->SelectAccountsByOptions(options, callback); in SelectAccountsByOptions()
|
D | app_account_proxy.cpp | 953 ErrCode AppAccountProxy::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountProxy
|
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
D | app_account_manager_test.cpp | 1817 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/ |
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()
|
D | app_account_authenticator_session_manager.cpp | 127 ErrCode AppAccountAuthenticatorSessionManager::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountAuthenticatorSessionManager
|
D | app_account_manager_service.cpp | 645 ErrCode AppAccountManagerService::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::AppAccountManagerService 655 …return innerManager_->SelectAccountsByOptions(options, callback, callingUid, bundleName, appIndex); in SelectAccountsByOptions()
|
D | app_account_control_manager.cpp | 885 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/ |
D | app_account_manager.h | 474 static ErrCode SelectAccountsByOptions(
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
D | app_account_manager_service_module_not_mock_test.cpp | 217 result = g_accountManagerService->SelectAccountsByOptions(option, nullptr);
|
D | app_account_authenticator_session_manager_module_test.cpp | 135 …ErrCode result = appAccountAuthenticatorSessionManagerPtr_->SelectAccountsByOptions(accounts, requ…
|
/base/account/os_account/frameworks/appaccount/native/include/ |
D | iapp_account.h | 93 virtual ErrCode SelectAccountsByOptions(
|
D | app_account.h | 94 ErrCode SelectAccountsByOptions(
|
D | app_account_proxy.h | 90 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 | 334 ErrCode MockAppAccountStub::SelectAccountsByOptions( in SelectAccountsByOptions() function in OHOS::AccountSA::MockAppAccountStub
|
/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 | 539 ErrCode result = AppAccountManager::SelectAccountsByOptions(options, callback);
|
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
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 1550 AppAccountManager::SelectAccountsByOptions(context->options, callback); in SelectAccountsByOptions()
|
/base/account/os_account/services/accountmgr/ |
D | libaccountmgr.map | 71 …"OHOS::AccountSA::AppAccountAuthenticatorSessionManager::SelectAccountsByOptions(std::__h::vector<… 98 …"OHOS::AccountSA::AppAccountControlManager::SelectAccountsByOptions(const SelectAccountsOptions &o… 179 …"OHOS::AccountSA::InnerAppAccountManager::SelectAccountsByOptions(OHOS::AccountSA::SelectAccountsO…
|