Home
last modified time | relevance | path

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

12

/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dapp_account_authenticator_manager.cpp21 ErrCode AppAccountAuthenticatorManager::GetAuthenticatorInfo( in GetAuthenticatorInfo() function in OHOS::AccountSA::AppAccountAuthenticatorManager
H A Dmock_app_account_stub.h74 … ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &authenticator) override;
H A Dmock_app_account_stub.cpp258 ErrCode MockAppAccountStub::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &authe… in GetAuthenticatorInfo() function in OHOS::AccountSA::MockAppAccountStub
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_authenticator_manager.h26 …static ErrCode GetAuthenticatorInfo(const std::string &owner, int32_t userId, AuthenticatorInfo &i…
H A Dinner_app_account_manager.h85 … ErrCode GetAuthenticatorInfo(const AuthenticatorSessionRequest &request, AuthenticatorInfo &info);
H A Dapp_account_manager_service.h81 ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) override;
/ohos5.0/base/account/os_account/test/fuzztest/appaccount/getauthenticatorinfo_fuzzer/
H A Dgetauthenticatorinfo_fuzzer.cpp37 result = AppAccountManager::GetAuthenticatorInfo(testOwner, testInfo); in GetAuthenticatorInfoFuzzTest()
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_manager.cpp56 ErrCode AppAccountAuthenticatorManager::GetAuthenticatorInfo( in GetAuthenticatorInfo() function in OHOS::AccountSA::AppAccountAuthenticatorManager
H A Dinner_app_account_manager.cpp269 ErrCode InnerAppAccountManager::GetAuthenticatorInfo( in GetAuthenticatorInfo() function in OHOS::AccountSA::InnerAppAccountManager
272 return AppAccountAuthenticatorManager::GetAuthenticatorInfo( in GetAuthenticatorInfo()
H A Dapp_account_authenticator_session.cpp122 …ErrCode errCode = AppAccountAuthenticatorManager::GetAuthenticatorInfo(request_.owner, userId_, in… in Open()
H A Dapp_account_manager_service.cpp449 ErrCode AppAccountManagerService::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo … in GetAuthenticatorInfo() function in OHOS::AccountSA::AppAccountManagerService
459 return innerManager_->GetAuthenticatorInfo(request, info); in GetAuthenticatorInfo()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_manager.cpp172 ErrCode AppAccountManager::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) in GetAuthenticatorInfo() function in OHOS::AccountSA::AppAccountManager
174 return AppAccount::GetInstance().GetAuthenticatorInfo(owner, info); in GetAuthenticatorInfo()
H A Dapp_account.cpp404 ErrCode AppAccount::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) in GetAuthenticatorInfo() function in OHOS::AccountSA::AppAccount
411 return proxy->GetAuthenticatorInfo(owner, info); in GetAuthenticatorInfo()
H A Dapp_account_proxy.cpp720 ErrCode AppAccountProxy::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) in GetAuthenticatorInfo() function in OHOS::AccountSA::AppAccountProxy
/ohos5.0/base/account/os_account/interfaces/innerkits/appaccount/native/include/
H A Dapp_account_manager.h352 static ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info);
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_not_mock_test.cpp171 result = g_accountManagerService->GetAuthenticatorInfo(OWNER, info);
H A Dapp_account_authenticate_test.cpp393 ErrCode result = AppAccountAuthenticatorManager::GetAuthenticatorInfo(owner, userId, info);
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Diapp_account.h81 virtual ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) = 0;
H A Dapp_account.h80 ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info);
H A Dapp_account_proxy.h77 ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) override;
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account.h52 static napi_value GetAuthenticatorInfo(napi_env env, napi_callback_info cbInfo);
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_appaccount_proxy_mock_test.cpp407 ErrCode result = AppAccountManager::GetAuthenticatorInfo(STRING_SESSION_ID, info);
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_manager_test.cpp1679 ErrCode result = AppAccountManager::GetAuthenticatorInfo(STRING_OUT_OF_RANGE, info);
1681 result = AppAccountManager::GetAuthenticatorInfo(STRING_EMPTY, info);
1684 result = AppAccountManager::GetAuthenticatorInfo(STRING_SESSION_ID, info);
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp57 DECLARE_NAPI_FUNCTION("getAuthenticatorInfo", GetAuthenticatorInfo),
1205 napi_value NapiAppAccount::GetAuthenticatorInfo(napi_env env, napi_callback_info cbInfo) in GetAuthenticatorInfo() function in OHOS::AccountJsKit::NapiAppAccount
1233 asyncContext->errCode = AppAccountManager::GetAuthenticatorInfo( in QueryAuthenticatorInfoInternal()
/ohos5.0/base/account/os_account/services/accountmgr/
H A Dlibaccountmgr.map47 …"OHOS::AccountSA::AppAccountAuthenticatorManager::GetAuthenticatorInfo(std::__h::basic_string<char…
172 …"OHOS::AccountSA::InnerAppAccountManager::GetAuthenticatorInfo(OHOS::AccountSA::AuthenticatorSessi…

12