Searched refs:AuthenticationCallback (Results 1 – 17 of 17) sorted by relevance
| /base/useriam/user_auth_framework/frameworks/native/client/inc/ |
| D | user_auth_client_impl.h | 40 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);
|
| D | user_auth_callback_service.h | 29 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/ |
| D | account_iam_info.h | 41 typedef UserIam::UserAuth::AuthenticationCallback AuthenticationCallback; typedef
|
| /base/useriam/user_auth_framework/frameworks/native/client/src/ |
| D | user_auth_client_impl.cpp | 34 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()
|
| D | user_auth_callback_service.cpp | 27 UserAuthCallbackService::UserAuthCallbackService(const std::shared_ptr<AuthenticationCallback> &imp… in UserAuthCallbackService()
|
| /base/useriam/user_auth_framework/interfaces/inner_api/ |
| D | user_auth_client_callback.h | 33 class AuthenticationCallback {
|
| D | user_auth_client.h | 81 AuthTrustLevel atl, const std::shared_ptr<AuthenticationCallback> &callback) = 0;
|
| /base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/ |
| D | user_auth_callback_v6.h | 30 public AuthenticationCallback {
|
| D | user_auth_callback_v10.h | 32 class UserAuthCallbackV10 : public AuthenticationCallback,
|
| D | user_auth_callback_v8.h | 30 public AuthenticationCallback {
|
| D | user_auth_callback_v9.h | 32 public AuthenticationCallback {
|
| /base/useriam/user_auth_framework/test/unittest/inner_api/mocks/ |
| D | mock_user_auth_client_callback.h | 26 class MockAuthenticationCallback final : public AuthenticationCallback {
|
| /base/account/os_account/services/accountmgr/include/account_iam/ |
| D | account_iam_callback.h | 27 class AuthCallback : public AuthenticationCallback { 41 class IDMAuthCallback : public AuthenticationCallback {
|
| /base/useriam/user_auth_framework/ |
| D | README_ZH.md | 92 …<uint8_t>, authType : AuthType, atl : AuthTrustLevel, callback : AuthenticationCallback): uint64_t…
|
| /base/useriam/user_auth_framework/test/fuzztest/clients/userauthcallbackstub_fuzzer/ |
| D | user_auth_callback_stub_fuzzer.cpp | 61 class DummyAuthenticationCallback final : public AuthenticationCallback {
|
| /base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
| D | user_auth_callback_service_test.cpp | 52 std::shared_ptr<AuthenticationCallback> authCallback = nullptr;
|
| /base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/ |
| D | user_auth_client_fuzzer.cpp | 52 class DummyAuthenticationCallback final : public AuthenticationCallback {
|