/base/account/os_account/services/accountmgr/test/mock/app_account/ |
H A D | app_account_authenticator_manager.cpp | 22 const std::string &owner, int32_t userId, AuthenticatorInfo &info) in GetAuthenticatorInfo()
|
H A D | mock_app_account_stub.cpp | 258 ErrCode MockAppAccountStub::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &authenticator) in GetAuthenticatorInfo()
|
H A D | mock_app_account_stub.h | 74 ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &authenticator) override;
|
/base/account/os_account/services/accountmgr/include/appaccount/ |
H A D | app_account_authenticator_manager.h | 26 static ErrCode GetAuthenticatorInfo(const std::string &owner, int32_t userId, AuthenticatorInfo &info);
|
H A D | inner_app_account_manager.h | 85 ErrCode GetAuthenticatorInfo(const AuthenticatorSessionRequest &request, AuthenticatorInfo &info);
|
H A D | app_account_manager_service.h | 81 ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) override;
|
/base/account/os_account/test/fuzztest/appaccount/getauthenticatorinfo_fuzzer/ |
H A D | getauthenticatorinfo_fuzzer.cpp | 35 AuthenticatorInfo testInfo; in GetAuthenticatorInfoFuzzTest()
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_authenticator_manager.cpp | 57 const std::string &owner, int32_t userId, AuthenticatorInfo &info) in GetAuthenticatorInfo()
|
H A D | app_account_authenticator_session.cpp | 121 AuthenticatorInfo info; in Open()
|
H A D | inner_app_account_manager.cpp | 270 const AuthenticatorSessionRequest &request, AuthenticatorInfo &info) in GetAuthenticatorInfo()
|
H A D | app_account_manager_service.cpp | 485 ErrCode AppAccountManagerService::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) in GetAuthenticatorInfo()
|
/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account_common.h | 32 struct AuthenticatorInfo { struct
|
H A D | app_account.h | 80 ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info);
|
H A D | app_account_proxy.h | 77 ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) override;
|
H A D | iapp_account.h | 81 virtual ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) = 0;
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_manager_service_module_not_mock_test.cpp | 170 AuthenticatorInfo info; in HWTEST_F()
|
H A D | app_account_authenticate_test.cpp | 392 AuthenticatorInfo info; in HWTEST_F()
|
/base/account/os_account/frameworks/appaccount/cj/include/ |
H A D | appaccount_impl.h | 93 CAuthenticatorInfo Convert2CAuthenticatorInfo(AuthenticatorInfo &in);
|
/base/account/os_account/interfaces/innerkits/appaccount/native/include/ |
H A D | app_account_manager.h | 352 static ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info);
|
/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
H A D | napi_app_account_common.h | 100 AuthenticatorInfo authenticatorInfo; 266 void GetAuthenticatorInfoForResult(napi_env env, const AuthenticatorInfo &info, napi_value &result);
|
/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_manager.cpp | 172 ErrCode AppAccountManager::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) in GetAuthenticatorInfo()
|
H A D | app_account.cpp | 404 ErrCode AppAccount::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) in GetAuthenticatorInfo()
|
H A D | app_account_proxy.cpp | 720 ErrCode AppAccountProxy::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) in GetAuthenticatorInfo()
|
/base/account/os_account/frameworks/test/unittest/ |
H A D | account_appaccount_proxy_mock_test.cpp | 406 AuthenticatorInfo info; in HWTEST_F()
|
/base/account/os_account/frameworks/appaccount/cj/src/ |
H A D | appaccount_impl.cpp | 267 AuthenticatorInfo info; in queryAuthenticatorInfo() 754 CAuthenticatorInfo CJAppAccountImpl::Convert2CAuthenticatorInfo(AuthenticatorInfo &in) in Convert2CAuthenticatorInfo()
|