Searched refs:AuthenticationCallback (Results 1 – 18 of 18) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/ |
H A D | user_auth_client_impl.h | 44 const std::shared_ptr<AuthenticationCallback> &callback) override; 46 AuthTrustLevel atl, const std::shared_ptr<AuthenticationCallback> &callback); 53 const std::shared_ptr<AuthenticationCallback> &callback) override; 55 const std::shared_ptr<AuthenticationCallback> &callback); 71 const WidgetParam &widgetParam, const std::shared_ptr<AuthenticationCallback> &callback);
|
H A D | user_auth_callback_service.h | 29 explicit UserAuthCallbackService(const std::shared_ptr<AuthenticationCallback> &impl); 37 std::shared_ptr<AuthenticationCallback> authCallback_ {nullptr};
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/ |
H A D | user_auth_client_impl.cpp | 36 class NorthAuthenticationCallback : public AuthenticationCallback, public NoCopyable { 38 explicit NorthAuthenticationCallback(std::shared_ptr<AuthenticationCallback> innerCallback); 43 std::shared_ptr<AuthenticationCallback> innerCallback_ = nullptr; 46 NorthAuthenticationCallback::NorthAuthenticationCallback(std::shared_ptr<AuthenticationCallback> in… in NorthAuthenticationCallback() 225 const std::shared_ptr<AuthenticationCallback> &callback) in BeginAuthentication() 270 AuthType authType, AuthTrustLevel atl, const std::shared_ptr<AuthenticationCallback> &callback) in BeginNorthAuthentication() 442 const std::shared_ptr<AuthenticationCallback> &callback) in BeginWidgetAuth() 458 const WidgetParam &widgetParam, const std::shared_ptr<AuthenticationCallback> &callback) in BeginWidgetAuth() 474 const WidgetParam &widgetParam, const std::shared_ptr<AuthenticationCallback> &callback) in BeginWidgetAuthInner()
|
H A D | user_auth_callback_service.cpp | 27 UserAuthCallbackService::UserAuthCallbackService(const std::shared_ptr<AuthenticationCallback> &imp… in UserAuthCallbackService()
|
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/ |
H A D | user_auth_client.h | 88 const std::shared_ptr<AuthenticationCallback> &callback) = 0; 164 const std::shared_ptr<AuthenticationCallback> &callback) = 0;
|
H A D | user_auth_client_callback.h | 34 class AuthenticationCallback {
|
/ohos5.0/base/account/os_account/interfaces/innerkits/account_iam/native/include/ |
H A D | account_iam_info.h | 42 typedef UserIam::UserAuth::AuthenticationCallback AuthenticationCallback; typedef
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/ |
H A D | user_auth_callback_v6.h | 30 public AuthenticationCallback {
|
H A D | user_auth_callback_v10.h | 32 class UserAuthCallbackV10 : public AuthenticationCallback,
|
H A D | user_auth_callback_v8.h | 30 public AuthenticationCallback {
|
H A D | user_auth_callback_v9.h | 32 public AuthenticationCallback {
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/ |
H A D | mock_user_auth_client_callback.h | 26 class MockAuthenticationCallback final : public AuthenticationCallback {
|
/ohos5.0/base/useriam/user_auth_framework/ |
H A D | README_ZH.md | 92 …<uint8_t>, authType : AuthType, atl : AuthTrustLevel, callback : AuthenticationCallback): uint64_t…
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/userauthcallbackstub_fuzzer/ |
H A D | user_auth_callback_stub_fuzzer.cpp | 61 class DummyAuthenticationCallback final : public AuthenticationCallback {
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
H A D | user_auth_callback_service_test.cpp | 52 std::shared_ptr<AuthenticationCallback> authCallback = nullptr;
|
/ohos5.0/base/account/os_account/services/accountmgr/include/account_iam/ |
H A D | account_iam_callback.h | 41 class AuthCallback : public AuthenticationCallback {
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/ |
H A D | user_auth_client_fuzzer.cpp | 52 class DummyAuthenticationCallback final : public AuthenticationCallback {
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_br_sec.c | 38 } AuthenticationCallback; typedef 41 static AuthenticationCallback g_authenticationCallback;
|