/base/account/os_account/services/accountmgr/test/mock/app_account/ |
H A D | app_account_authenticator_manager.cpp | 21 ErrCode AppAccountAuthenticatorManager::GetAuthenticatorInfo( in GetAuthenticatorInfo() function in OHOS::AccountSA::AppAccountAuthenticatorManager
|
H A D | mock_app_account_stub.cpp | 258 ErrCode MockAppAccountStub::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &authenticator) in GetAuthenticatorInfo() function in OHOS::AccountSA::MockAppAccountStub
|
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 | 37 result = AppAccountManager::GetAuthenticatorInfo(testOwner, testInfo); in GetAuthenticatorInfoFuzzTest()
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_authenticator_manager.cpp | 56 ErrCode AppAccountAuthenticatorManager::GetAuthenticatorInfo( in GetAuthenticatorInfo() function in OHOS::AccountSA::AppAccountAuthenticatorManager
|
H A D | inner_app_account_manager.cpp | 269 ErrCode InnerAppAccountManager::GetAuthenticatorInfo( in GetAuthenticatorInfo() function in OHOS::AccountSA::InnerAppAccountManager 272 return AppAccountAuthenticatorManager::GetAuthenticatorInfo( in GetAuthenticatorInfo()
|
H A D | app_account_authenticator_session.cpp | 122 ErrCode errCode = AppAccountAuthenticatorManager::GetAuthenticatorInfo(request_.owner, userId_, info); in Open()
|
H A D | app_account_manager_service.cpp | 485 ErrCode AppAccountManagerService::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) in GetAuthenticatorInfo() function in OHOS::AccountSA::AppAccountManagerService 495 return innerManager_->GetAuthenticatorInfo(request, info); in GetAuthenticatorInfo()
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_manager_service_module_not_mock_test.cpp | 171 result = g_accountManagerService->GetAuthenticatorInfo(OWNER, info); in HWTEST_F()
|
H A D | app_account_authenticate_test.cpp | 383 * @tc.desc: test GetAuthenticatorInfo with not init. 393 ErrCode result = AppAccountAuthenticatorManager::GetAuthenticatorInfo(owner, userId, info); in HWTEST_F()
|
/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/frameworks/appaccount/native/src/ |
H A D | app_account_manager.cpp | 172 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 D | app_account.cpp | 404 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 D | app_account_proxy.cpp | 720 ErrCode AppAccountProxy::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) in GetAuthenticatorInfo() function in OHOS::AccountSA::AppAccountProxy
|
/base/account/os_account/frameworks/appaccount/native/include/ |
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/interfaces/kits/napi/appaccount/include/ |
H A D | napi_app_account.h | 52 static napi_value GetAuthenticatorInfo(napi_env env, napi_callback_info cbInfo);
|
/base/account/os_account/frameworks/test/unittest/ |
H A D | account_appaccount_proxy_mock_test.cpp | 407 ErrCode result = AppAccountManager::GetAuthenticatorInfo(STRING_SESSION_ID, info); in HWTEST_F()
|
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
H A D | app_account_manager_test.cpp | 1679 ErrCode result = AppAccountManager::GetAuthenticatorInfo(STRING_OUT_OF_RANGE, info); in HWTEST_F() 1681 result = AppAccountManager::GetAuthenticatorInfo(STRING_EMPTY, info); in HWTEST_F() 1684 result = AppAccountManager::GetAuthenticatorInfo(STRING_SESSION_ID, info); in HWTEST_F()
|
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
H A D | napi_app_account.cpp | 57 DECLARE_NAPI_FUNCTION("getAuthenticatorInfo", GetAuthenticatorInfo), 1205 napi_value NapiAppAccount::GetAuthenticatorInfo(napi_env env, napi_callback_info cbInfo) in GetAuthenticatorInfo() function in OHOS::AccountJsKit::NapiAppAccount 1226 NAPI_CALL(env, napi_create_string_utf8(env, "GetAuthenticatorInfo", NAPI_AUTO_LENGTH, &resource)); in QueryAuthenticatorInfoInternal() 1233 asyncContext->errCode = AppAccountManager::GetAuthenticatorInfo( in QueryAuthenticatorInfoInternal()
|
/base/account/os_account/frameworks/appaccount/cj/src/ |
H A D | appaccount_impl.cpp | 268 int32_t err = AppAccountManager::GetAuthenticatorInfo(owner, info); in queryAuthenticatorInfo()
|