/base/account/os_account/frameworks/domain_account/include/ |
H A D | idomain_account_plugin.h | 33 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 D | domain_account_plugin_service.h | 34 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 D | idomain_account.h | 35 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 D | domain_account_proxy.h | 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;
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 D | domain_account_callback_client.h | 26 explicit DomainAccountCallbackClient(const sptr<IDomainAccountCallback> &proxy); 31 sptr<IDomainAccountCallback> proxy_;
|
H A D | idomain_account_callback.h | 26 class IDomainAccountCallback : public IRemoteBroker { class 28 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.accountfwk.IDomainAccountCallback");
|
H A D | domain_account_callback_proxy.h | 24 class DomainAccountCallbackProxy : public IRemoteProxy<IDomainAccountCallback> {
|
H A D | domain_account_callback_stub.h | 26 class DomainAccountCallbackStub : public IRemoteStub<IDomainAccountCallback> {
|
/base/account/os_account/services/accountmgr/include/domain_account/ |
H A D | domain_account_plugin_proxy.h | 32 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 D | domain_account_manager_service.h | 32 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 D | inner_domain_account_manager.h | 40 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 D | domain_has_domain_info_callback.h | 31 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 D | domain_account_plugin_service.cpp | 29 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 D | domain_account_plugin_stub.cpp | 75 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 D | domain_account_callback_client.cpp | 23 DomainAccountCallbackClient::DomainAccountCallbackClient(const sptr<IDomainAccountCallback> &proxy) in DomainAccountCallbackClient()
|
H A D | domain_account_proxy.cpp | 50 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 ¶meters, const sptr<IDomainAccountCallback> &callback)
in GetAccessToken() 312 const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback)
in GetDomainAccountInfo()
|
H A D | domain_account_callback_proxy.cpp | 25 : IRemoteProxy<IDomainAccountCallback>(object) in DomainAccountCallbackProxy()
|
/base/account/os_account/services/accountmgr/src/domain_account/ |
H A D | domain_account_manager_service.cpp | 47 const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback)
in HasDomainAccount() 53 const DomainAccountInfo &info, const AAFwk::WantParams ¶meters, 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 D | domain_account_plugin_proxy.cpp | 65 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 D | domain_account_stub.cpp | 167 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 D | inner_domain_account_manager.cpp | 113 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 ¶meters, const sptr<IDomainAccountCallback> in GetAccessToken() [all...] |
/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | os_account_domain_account_callback.h | 31 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 D | os_account_domain_account_callback.cpp | 33 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 D | procauthuserstub_fuzzer.cpp | 60 sptr<IDomainAccountCallback> callback = new (std::nothrow) DomainAccountCallbackService(callbackPtr); in ProcAuthUserStubFuzzTest()
|
/base/account/os_account/test/fuzztest/domainaccount_stub/procauthstub_fuzzer/ |
H A D | procauthstub_fuzzer.cpp | 59 sptr<IDomainAccountCallback> callback = new (std::nothrow) DomainAccountCallbackService(callbackPtr); in ProcAuthStubFuzzTest()
|