Home
last modified time | relevance | path

Searched refs:PrepareRemoteAuthCallback (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/
H A Duser_auth_callback_service.h31 explicit UserAuthCallbackService(const std::shared_ptr<PrepareRemoteAuthCallback> &impl);
39 std::shared_ptr<PrepareRemoteAuthCallback> prepareRemoteAuthCallback_ {nullptr};
H A Duser_auth_client_impl.h65 const std::shared_ptr<PrepareRemoteAuthCallback> &callback) override;
/ohos5.0/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H A Daccount_iam_info.h54 typedef UserIam::UserAuth::PrepareRemoteAuthCallback PrepareRemoteAuthCallback; typedef
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Duser_auth_client_callback.h111 class PrepareRemoteAuthCallback {
H A Duser_auth_client.h152 const std::shared_ptr<PrepareRemoteAuthCallback> &callback) = 0;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_auth_callback_service.cpp55 UserAuthCallbackService::UserAuthCallbackService(const std::shared_ptr<PrepareRemoteAuthCallback> &… in UserAuthCallbackService()
H A Duser_auth_client_impl.cpp596 const std::shared_ptr<PrepareRemoteAuthCallback> &callback) in PrepareRemoteAuth()
/ohos5.0/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_callback.h247 class PrepareRemoteAuthCallbackWrapper : public PrepareRemoteAuthCallback {
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/
H A Duser_auth_client_fuzzer.cpp88 class DummyPrepareRemoteAuthCallback final : public PrepareRemoteAuthCallback {