Home
last modified time | relevance | path

Searched refs:AppAccountAuthenticatorProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_proxy.cpp23 AppAccountAuthenticatorProxy::AppAccountAuthenticatorProxy(const sptr<IRemoteObject> &object) in AppAccountAuthenticatorProxy() function in OHOS::AccountSA::AppAccountAuthenticatorProxy
27 AppAccountAuthenticatorProxy::~AppAccountAuthenticatorProxy() in ~AppAccountAuthenticatorProxy()
30 ErrCode AppAccountAuthenticatorProxy::AddAccountImplicitly(const std::string &authType, in AddAccountImplicitly()
64 ErrCode AppAccountAuthenticatorProxy::Authenticate(const std::string &name, const std::string &auth… in Authenticate()
102 ErrCode AppAccountAuthenticatorProxy::CreateAccountImplicitly( in CreateAccountImplicitly()
126 ErrCode AppAccountAuthenticatorProxy::Auth(const std::string &name, const std::string &authType, in Auth()
158 ErrCode AppAccountAuthenticatorProxy::VerifyCredential( in VerifyCredential()
187 ErrCode AppAccountAuthenticatorProxy::CheckAccountLabels( in CheckAccountLabels()
216 ErrCode AppAccountAuthenticatorProxy::SetProperties( in SetProperties()
241 ErrCode AppAccountAuthenticatorProxy::IsAccountRemovable(const std::string &name, const sptr<IRemot… in IsAccountRemovable()
[all …]
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_authenticator_proxy.h24 class AppAccountAuthenticatorProxy : public IRemoteProxy<IAppAccountAuthenticator> {
26 explicit AppAccountAuthenticatorProxy(const sptr<IRemoteObject> &object);
27 ~AppAccountAuthenticatorProxy() override;
48 static inline BrokerDelegator<AppAccountAuthenticatorProxy> delegator_;
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticate_test.cpp132 sptr<AppAccountAuthenticatorProxy> authenticateProxyPtr_ = nullptr;
158 authenticateProxyPtr_ = new (std::nothrow) AppAccountAuthenticatorProxy(authenticorService_); in SetUp()
/ohos5.0/base/account/os_account/services/accountmgr/
H A Dlibaccountmgr.map49 …"OHOS::AccountSA::AppAccountAuthenticatorProxy::AppAccountAuthenticatorProxy(OHOS::sptr<OHOS::IRem…