Home
last modified time | relevance | path

Searched refs:AuthenticationCallback (Results 1 – 17 of 17) sorted by relevance

/base/useriam/user_auth_framework/frameworks/native/client/inc/
Duser_auth_client_impl.h40 AuthTrustLevel atl, const std::shared_ptr<AuthenticationCallback> &callback) override;
42 AuthTrustLevel atl, const std::shared_ptr<AuthenticationCallback> &callback);
49 const WidgetParam &widgetParam, const std::shared_ptr<AuthenticationCallback> &callback);
Duser_auth_callback_service.h29 explicit UserAuthCallbackService(const std::shared_ptr<AuthenticationCallback> &impl);
36 std::shared_ptr<AuthenticationCallback> authCallback_ {nullptr};
/base/account/os_account/interfaces/innerkits/account_iam/native/include/
Daccount_iam_info.h41 typedef UserIam::UserAuth::AuthenticationCallback AuthenticationCallback; typedef
/base/useriam/user_auth_framework/frameworks/native/client/src/
Duser_auth_client_impl.cpp34 class NorthAuthenticationCallback : public AuthenticationCallback, public NoCopyable {
36 explicit NorthAuthenticationCallback(std::shared_ptr<AuthenticationCallback> innerCallback);
41 std::shared_ptr<AuthenticationCallback> innerCallback_ = nullptr;
44 NorthAuthenticationCallback::NorthAuthenticationCallback(std::shared_ptr<AuthenticationCallback> in… in NorthAuthenticationCallback()
173 AuthType authType, AuthTrustLevel atl, const std::shared_ptr<AuthenticationCallback> &callback) in BeginAuthentication()
199 AuthType authType, AuthTrustLevel atl, const std::shared_ptr<AuthenticationCallback> &callback) in BeginNorthAuthentication()
355 const WidgetParam &widgetParam, const std::shared_ptr<AuthenticationCallback> &callback) in BeginWidgetAuth()
Duser_auth_callback_service.cpp27 UserAuthCallbackService::UserAuthCallbackService(const std::shared_ptr<AuthenticationCallback> &imp… in UserAuthCallbackService()
/base/useriam/user_auth_framework/interfaces/inner_api/
Duser_auth_client_callback.h33 class AuthenticationCallback {
Duser_auth_client.h81 AuthTrustLevel atl, const std::shared_ptr<AuthenticationCallback> &callback) = 0;
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/
Duser_auth_callback_v6.h30 public AuthenticationCallback {
Duser_auth_callback_v10.h32 class UserAuthCallbackV10 : public AuthenticationCallback,
Duser_auth_callback_v8.h30 public AuthenticationCallback {
Duser_auth_callback_v9.h32 public AuthenticationCallback {
/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/
Dmock_user_auth_client_callback.h26 class MockAuthenticationCallback final : public AuthenticationCallback {
/base/account/os_account/services/accountmgr/include/account_iam/
Daccount_iam_callback.h27 class AuthCallback : public AuthenticationCallback {
41 class IDMAuthCallback : public AuthenticationCallback {
/base/useriam/user_auth_framework/
DREADME_ZH.md92 …<uint8_t>, authType : AuthType, atl : AuthTrustLevel, callback : AuthenticationCallback): uint64_t…
/base/useriam/user_auth_framework/test/fuzztest/clients/userauthcallbackstub_fuzzer/
Duser_auth_callback_stub_fuzzer.cpp61 class DummyAuthenticationCallback final : public AuthenticationCallback {
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
Duser_auth_callback_service_test.cpp52 std::shared_ptr<AuthenticationCallback> authCallback = nullptr;
/base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/
Duser_auth_client_fuzzer.cpp52 class DummyAuthenticationCallback final : public AuthenticationCallback {