Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/frameworks/native/client/inc/
Duser_auth_callback_service.h31 explicit UserAuthCallbackService(const std::shared_ptr<PrepareRemoteAuthCallback> &impl);
39 std::shared_ptr<PrepareRemoteAuthCallback> prepareRemoteAuthCallback_ {nullptr};
Duser_auth_client_impl.h60 const std::shared_ptr<PrepareRemoteAuthCallback> &callback) override;
/base/account/os_account/interfaces/innerkits/account_iam/native/include/
Daccount_iam_info.h54 typedef UserIam::UserAuth::PrepareRemoteAuthCallback PrepareRemoteAuthCallback; typedef
/base/useriam/user_auth_framework/interfaces/inner_api/
Duser_auth_client_callback.h111 class PrepareRemoteAuthCallback {
Duser_auth_client.h141 const std::shared_ptr<PrepareRemoteAuthCallback> &callback) = 0;
/base/useriam/user_auth_framework/frameworks/native/client/src/
Duser_auth_callback_service.cpp55 UserAuthCallbackService::UserAuthCallbackService(const std::shared_ptr<PrepareRemoteAuthCallback> &… in UserAuthCallbackService()
Duser_auth_client_impl.cpp520 const std::shared_ptr<PrepareRemoteAuthCallback> &callback) in PrepareRemoteAuth()
/base/account/os_account/services/accountmgr/include/account_iam/
Daccount_iam_callback.h181 class PrepareRemoteAuthCallbackWrapper : public PrepareRemoteAuthCallback {