Home
last modified time | relevance | path

Searched refs:IDomainAccountCallback (Results 1 - 25 of 39) sorted by relevance

12

/base/account/os_account/frameworks/domain_account/include/
H A Didomain_account_plugin.h33 const sptr<IDomainAccountCallback> &callback) = 0;
34 virtual ErrCode AuthWithPopup(const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) = 0;
36 const sptr<IDomainAccountCallback> &callback) = 0;
38 const sptr<IDomainAccountCallback> &callback) = 0;
40 const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback) = 0;
42 const sptr<IDomainAccountCallback> &callback) = 0;
43 virtual ErrCode OnAccountUnBound(const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) = 0;
45 const sptr<IDomainAccountCallback> &callback) = 0;
47 const GetAccessTokenOptions &option, const sptr<IDomainAccountCallback> &callback) = 0;
H A Ddomain_account_plugin_service.h34 const sptr<IDomainAccountCallback> &callback) override;
35 ErrCode AuthWithPopup(const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) override;
37 const sptr<IDomainAccountCallback> &callback) override;
38 ErrCode GetAuthStatusInfo(const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) override;
40 const sptr<IDomainAccountCallback> &callback) override;
42 const sptr<IDomainAccountCallback> &callback) override;
43 ErrCode OnAccountUnBound(const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) override;
45 const sptr<IDomainAccountCallback> &callback) override;
47 const GetAccessTokenOptions &option, const sptr<IDomainAccountCallback> &callback) override;
50 ErrCode CheckAndInitExecEnv(const sptr<IDomainAccountCallback>
[all...]
H A Didomain_account.h35 virtual ErrCode RegisterAccountStatusListener(const sptr<IDomainAccountCallback> &listener) = 0;
36 virtual ErrCode UnregisterAccountStatusListener(const sptr<IDomainAccountCallback> &listener) = 0;
38 const sptr<IDomainAccountCallback> &callback) = 0;
40 const sptr<IDomainAccountCallback> &callback) = 0;
41 virtual ErrCode AuthWithPopup(int32_t userId, const sptr<IDomainAccountCallback> &callback) = 0;
42 virtual ErrCode HasDomainAccount(const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) = 0;
47 const sptr<IDomainAccountCallback> &callback) = 0;
49 const DomainAccountInfo &Info, const sptr<IDomainAccountCallback> &callback) = 0;
H A Ddomain_account_proxy.h34 ErrCode RegisterAccountStatusListener(const sptr<IDomainAccountCallback> &listener) override;
35 ErrCode UnregisterAccountStatusListener(const sptr<IDomainAccountCallback> &listener) override;
37 const sptr<IDomainAccountCallback> &callback) override;
39 const sptr<IDomainAccountCallback> &callback) override;
40 ErrCode AuthWithPopup(int32_t userId, const sptr<IDomainAccountCallback> &callback) override;
41 ErrCode HasDomainAccount(const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) override;
46 const sptr<IDomainAccountCallback> &callback) override;
47 ErrCode GetDomainAccountInfo(const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) override;
H A Ddomain_account_callback_client.h26 explicit DomainAccountCallbackClient(const sptr<IDomainAccountCallback> &proxy);
31 sptr<IDomainAccountCallback> proxy_;
H A Didomain_account_callback.h26 class IDomainAccountCallback : public IRemoteBroker { class
28 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.accountfwk.IDomainAccountCallback");
H A Ddomain_account_callback_proxy.h24 class DomainAccountCallbackProxy : public IRemoteProxy<IDomainAccountCallback> {
H A Ddomain_account_callback_stub.h26 class DomainAccountCallbackStub : public IRemoteStub<IDomainAccountCallback> {
/base/account/os_account/services/accountmgr/include/domain_account/
H A Ddomain_account_plugin_proxy.h32 const sptr<IDomainAccountCallback> &callback) override;
33 ErrCode AuthWithPopup(const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) override;
35 const sptr<IDomainAccountCallback> &callback) override;
36 ErrCode GetAuthStatusInfo(const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) override;
38 const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback) override;
40 const sptr<IDomainAccountCallback> &callback) override;
42 const sptr<IDomainAccountCallback> &callback) override;
44 const sptr<IDomainAccountCallback> &callback) override;
46 const GetAccessTokenOptions &option, const sptr<IDomainAccountCallback> &callback) override;
51 const sptr<IDomainAccountCallback>
[all...]
H A Ddomain_account_manager_service.h32 const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) override;
34 ErrCode RegisterAccountStatusListener(const sptr<IDomainAccountCallback> &listener) override;
35 ErrCode UnregisterAccountStatusListener(const sptr<IDomainAccountCallback> &listener) override;
37 const sptr<IDomainAccountCallback> &callback) override;
39 const sptr<IDomainAccountCallback> &callback) override;
40 ErrCode AuthWithPopup(int32_t userId, const sptr<IDomainAccountCallback> &callback) override;
45 const sptr<IDomainAccountCallback> &callback) override;
46 ErrCode GetDomainAccountInfo(const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) override;
H A Dinner_domain_account_manager.h40 const sptr<IDomainAccountCallback> &callback);
42 const sptr<IDomainAccountCallback> &callback);
43 ErrCode AuthWithPopup(int32_t userId, const sptr<IDomainAccountCallback> &callback);
46 ErrCode HasDomainAccount(const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback);
51 const sptr<IDomainAccountCallback> &callback);
52 ErrCode GetDomainAccountInfo(const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback);
63 ErrCode RegisterAccountStatusListener(const sptr<IDomainAccountCallback> &listener);
64 ErrCode UnregisterAccountStatusListener(const sptr<IDomainAccountCallback> &listener);
80 const std::vector<uint8_t> &token, const sptr<IDomainAccountCallback> &callback);
82 const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback>
[all...]
H A Ddomain_has_domain_info_callback.h31 const sptr<IDomainAccountCallback> &callback, const std::string &domain, const std::string &accountName);
35 sptr<IDomainAccountCallback> innerCallback_;
/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_plugin_service.cpp29 ErrCode DomainAccountPluginService::CheckAndInitExecEnv(const sptr<IDomainAccountCallback> &callback, in CheckAndInitExecEnv()
45 const std::vector<uint8_t> &authData, const sptr<IDomainAccountCallback> &callback, AuthMode authMode) in AuthCommonInterface()
78 const sptr<IDomainAccountCallback> &callback) in Auth()
84 const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) in AuthWithPopup()
90 const DomainAccountInfo &info, const std::vector<uint8_t> &token, const sptr<IDomainAccountCallback> &callback) in AuthWithToken()
96 const std::vector<uint8_t> &token, const sptr<IDomainAccountCallback> &callback) in IsAccountTokenValid()
110 const sptr<IDomainAccountCallback> &callback) in GetAccessToken()
123 const DomainAccountInfo &accountInfo, const sptr<IDomainAccountCallback> &callback) in GetAuthStatusInfo()
139 const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback) in GetDomainAccountInfo()
152 const sptr<IDomainAccountCallback> in OnAccountBound()
[all...]
H A Ddomain_account_plugin_stub.cpp75 sptr<IDomainAccountCallback> callbackProxy = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); in ProcAuthCommonInterface()
120 sptr<IDomainAccountCallback> callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); in ProcGetAuthStatusInfo()
145 auto callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); in ProcIsAccountTokenValid()
175 auto callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); in ProcGetAccessToken()
195 auto callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); in ProcGetDomainAccountInfo()
220 auto callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); in ProcOnAccountBound()
240 auto callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); in ProcOnAccountUnBound()
H A Ddomain_account_callback_client.cpp23 DomainAccountCallbackClient::DomainAccountCallbackClient(const sptr<IDomainAccountCallback> &proxy) in DomainAccountCallbackClient()
H A Ddomain_account_proxy.cpp50 const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) in HasDomainAccount()
122 ErrCode DomainAccountProxy::RegisterAccountStatusListener(const sptr<IDomainAccountCallback> &listener) in RegisterAccountStatusListener()
137 ErrCode DomainAccountProxy::UnregisterAccountStatusListener(const sptr<IDomainAccountCallback> &listener) in UnregisterAccountStatusListener()
154 const DomainAccountInfo &info, const std::vector<uint8_t> &password, const sptr<IDomainAccountCallback> &callback) in Auth()
186 int32_t userId, const std::vector<uint8_t> &password, const sptr<IDomainAccountCallback> &callback) in AuthUser()
209 ErrCode DomainAccountProxy::AuthWithPopup(int32_t userId, const sptr<IDomainAccountCallback> &callback) in AuthWithPopup()
288 const DomainAccountInfo &info, const AAFwk::WantParams &parameters, const sptr<IDomainAccountCallback> &callback) in GetAccessToken()
312 const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) in GetDomainAccountInfo()
H A Ddomain_account_callback_proxy.cpp25 : IRemoteProxy<IDomainAccountCallback>(object) in DomainAccountCallbackProxy()
/base/account/os_account/services/accountmgr/src/domain_account/
H A Ddomain_account_manager_service.cpp47 const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) in HasDomainAccount()
53 const DomainAccountInfo &info, const AAFwk::WantParams &parameters, const sptr<IDomainAccountCallback> &callback) in GetAccessToken()
85 const sptr<IDomainAccountCallback> &callback) in Auth()
91 const sptr<IDomainAccountCallback> &callback) in AuthUser()
100 ErrCode DomainAccountManagerService::AuthWithPopup(int32_t userId, const sptr<IDomainAccountCallback> &callback) in AuthWithPopup()
115 const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) in GetDomainAccountInfo()
126 ErrCode DomainAccountManagerService::RegisterAccountStatusListener(const sptr<IDomainAccountCallback> &listener) in RegisterAccountStatusListener()
131 ErrCode DomainAccountManagerService::UnregisterAccountStatusListener(const sptr<IDomainAccountCallback> &listener) in UnregisterAccountStatusListener()
H A Ddomain_account_plugin_proxy.cpp65 const std::vector<uint8_t> &authData, const sptr<IDomainAccountCallback> &callback, AuthMode authMode) in AuthCommonInterface()
89 const DomainAccountInfo &info, const std::vector<uint8_t> &token, const sptr<IDomainAccountCallback> &callback) in IsAccountTokenValid()
113 const sptr<IDomainAccountCallback> &callback) in Auth()
120 const sptr<IDomainAccountCallback> &callback) in GetAccessToken()
144 const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) in AuthWithPopup()
150 const sptr<IDomainAccountCallback> &callback) in AuthWithToken()
156 const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) in GetAuthStatusInfo()
172 const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback) in GetDomainAccountInfo()
192 const sptr<IDomainAccountCallback> &callback) in OnAccountBound()
212 const sptr<IDomainAccountCallback> in OnAccountUnBound()
[all...]
H A Ddomain_account_stub.cpp167 auto callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); in ProcHasDomainAccount()
284 auto callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); in ProcAuth()
326 auto callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); in ProcGetDomainAccountInfo()
361 auto callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); in ProcRegisterAccountStatusListener()
377 auto callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); in ProcUnregisterAccountStatusListener()
402 auto callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); in ProcAuthUser()
424 auto callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); in ProcAuthWithPopup()
450 auto callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); in ProcGetDomainAccessToken()
H A Dinner_domain_account_manager.cpp113 InnerDomainAuthCallback::InnerDomainAuthCallback(int32_t userId, const sptr<IDomainAccountCallback> &callback) in InnerDomainAuthCallback()
187 const std::vector<uint8_t> &authData, const sptr<IDomainAccountCallback> &callback, AuthMode authMode) in StartAuth()
645 const sptr<IDomainAccountCallback> &callback) in Auth()
652 sptr<IDomainAccountCallback> innerCallback = callback; in Auth()
871 const sptr<IDomainAccountCallback> &callback, AuthMode authMode) in InnerAuth()
917 const sptr<IDomainAccountCallback> &callback) in AuthUser()
938 ErrCode InnerDomainAccountManager::AuthWithPopup(int32_t userId, const sptr<IDomainAccountCallback> &callback) in AuthWithPopup()
1033 static void OnResultForGetAccessToken(const ErrCode errCode, const sptr<IDomainAccountCallback> &callback) in OnResultForGetAccessToken()
1043 const sptr<IDomainAccountCallback> &callback) in StartGetAccessToken()
1099 const DomainAccountInfo &info, const AAFwk::WantParams &parameters, const sptr<IDomainAccountCallback> in GetAccessToken()
[all...]
/base/account/os_account/services/accountmgr/include/osaccount/
H A Dos_account_domain_account_callback.h31 const sptr<IDomainAccountCallback> &callback, const CreateOsAccountForDomainOptions &accountOptions);
38 sptr<IDomainAccountCallback> innerCallback_ = nullptr;
45 const sptr<IDomainAccountCallback> &callback);
52 sptr<IDomainAccountCallback> innerCallback_ = nullptr;
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_domain_account_callback.cpp33 const sptr<IDomainAccountCallback> &callback, const CreateOsAccountForDomainOptions &accountOptions) in CheckAndCreateDomainAccountCallback()
73 const OsAccountInfo &osAccountInfo, const sptr<IDomainAccountCallback> &callback) in BindDomainAccountCallback()
/base/account/os_account/test/fuzztest/domainaccount_stub/procauthuserstub_fuzzer/
H A Dprocauthuserstub_fuzzer.cpp60 sptr<IDomainAccountCallback> callback = new (std::nothrow) DomainAccountCallbackService(callbackPtr); in ProcAuthUserStubFuzzTest()
/base/account/os_account/test/fuzztest/domainaccount_stub/procauthstub_fuzzer/
H A Dprocauthstub_fuzzer.cpp59 sptr<IDomainAccountCallback> callback = new (std::nothrow) DomainAccountCallbackService(callbackPtr); in ProcAuthStubFuzzTest()

Completed in 10 milliseconds

12