Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/
H A Duser_auth_client_impl.h44 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 Duser_auth_callback_service.h29 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 Duser_auth_client_impl.cpp36 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 Duser_auth_callback_service.cpp27 UserAuthCallbackService::UserAuthCallbackService(const std::shared_ptr<AuthenticationCallback> &imp… in UserAuthCallbackService()
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Duser_auth_client.h88 const std::shared_ptr<AuthenticationCallback> &callback) = 0;
164 const std::shared_ptr<AuthenticationCallback> &callback) = 0;
H A Duser_auth_client_callback.h34 class AuthenticationCallback {
/ohos5.0/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H A Daccount_iam_info.h42 typedef UserIam::UserAuth::AuthenticationCallback AuthenticationCallback; typedef
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/
H A Duser_auth_callback_v6.h30 public AuthenticationCallback {
H A Duser_auth_callback_v10.h32 class UserAuthCallbackV10 : public AuthenticationCallback,
H A Duser_auth_callback_v8.h30 public AuthenticationCallback {
H A Duser_auth_callback_v9.h32 public AuthenticationCallback {
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/
H A Dmock_user_auth_client_callback.h26 class MockAuthenticationCallback final : public AuthenticationCallback {
/ohos5.0/base/useriam/user_auth_framework/
H A DREADME_ZH.md92 …<uint8_t>, authType : AuthType, atl : AuthTrustLevel, callback : AuthenticationCallback): uint64_t…
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/userauthcallbackstub_fuzzer/
H A Duser_auth_callback_stub_fuzzer.cpp61 class DummyAuthenticationCallback final : public AuthenticationCallback {
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_auth_callback_service_test.cpp52 std::shared_ptr<AuthenticationCallback> authCallback = nullptr;
/ohos5.0/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_callback.h41 class AuthCallback : public AuthenticationCallback {
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/
H A Duser_auth_client_fuzzer.cpp52 class DummyAuthenticationCallback final : public AuthenticationCallback {
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c38 } AuthenticationCallback; typedef
41 static AuthenticationCallback g_authenticationCallback;