Searched refs:AppAccountAuthenticatorProxy (Results 1 – 4 of 4) sorted by relevance
23 AppAccountAuthenticatorProxy::AppAccountAuthenticatorProxy(const sptr<IRemoteObject> &object) in AppAccountAuthenticatorProxy() function in OHOS::AccountSA::AppAccountAuthenticatorProxy27 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 …]
24 class AppAccountAuthenticatorProxy : public IRemoteProxy<IAppAccountAuthenticator> {26 explicit AppAccountAuthenticatorProxy(const sptr<IRemoteObject> &object);27 ~AppAccountAuthenticatorProxy() override;48 static inline BrokerDelegator<AppAccountAuthenticatorProxy> delegator_;
132 sptr<AppAccountAuthenticatorProxy> authenticateProxyPtr_ = nullptr;158 authenticateProxyPtr_ = new (std::nothrow) AppAccountAuthenticatorProxy(authenticorService_); in SetUp()
49 …"OHOS::AccountSA::AppAccountAuthenticatorProxy::AppAccountAuthenticatorProxy(OHOS::sptr<OHOS::IRem…