Searched refs:DomainAccountPluginService (Results 1 – 7 of 7) sorted by relevance
22 DomainAccountPluginService::DomainAccountPluginService(const std::shared_ptr<DomainAccountPlugin> &… in DomainAccountPluginService() function in OHOS::AccountSA::DomainAccountPluginService26 DomainAccountPluginService::~DomainAccountPluginService() in ~DomainAccountPluginService()29 ErrCode DomainAccountPluginService::CheckAndInitExecEnv(const sptr<IDomainAccountCallback> &callbac… in CheckAndInitExecEnv()44 ErrCode DomainAccountPluginService::AuthCommonInterface(const DomainAccountInfo &info, in AuthCommonInterface()83 ErrCode DomainAccountPluginService::AuthWithPopup( in AuthWithPopup()89 ErrCode DomainAccountPluginService::AuthWithToken( in AuthWithToken()95 ErrCode DomainAccountPluginService::IsAccountTokenValid(const AccountSA::DomainAccountInfo &info, in IsAccountTokenValid()108 ErrCode DomainAccountPluginService::GetAccessToken(const DomainAccountInfo &domainInfo, in GetAccessToken()122 ErrCode DomainAccountPluginService::GetAuthStatusInfo( in GetAuthStatusInfo()138 ErrCode DomainAccountPluginService::GetDomainAccountInfo( in GetDomainAccountInfo()[all …]
59 …sptr<DomainAccountPluginService> pluginService = new (std::nothrow) DomainAccountPluginService(plu… in RegisterPlugin()
40 sptr<DomainAccountPluginService> pluginServie_ = nullptr;58 pluginServie_ = new (std::nothrow) DomainAccountPluginService(nullptr); in SetUp()89 …sptr<DomainAccountPluginService> pluginServie = new (std::nothrow) DomainAccountPluginService(g_pl…104 …sptr<DomainAccountPluginService> pluginServie = new (std::nothrow) DomainAccountPluginService(g_pl…158 …sptr<DomainAccountPluginService> pluginServie = new (std::nothrow) DomainAccountPluginService(g_pl…
42 sptr<DomainAccountPluginService> pluginServie_ = nullptr;60 pluginServie_ = new (std::nothrow) DomainAccountPluginService(nullptr); in SetUp()
29 class DomainAccountPluginService : public DomainAccountPluginStub {31 explicit DomainAccountPluginService(const std::shared_ptr<DomainAccountPlugin> &plugin);32 ~DomainAccountPluginService() override;55 DISALLOW_COPY_AND_MOVE(DomainAccountPluginService);
164 sptr<IDomainAccountPlugin> testPlugin = new (std::nothrow) DomainAccountPluginService(nullptr);443 …sptr<DomainAccountPluginService> pluginService = new (std::nothrow) DomainAccountPluginService(g_p…463 …sptr<DomainAccountPluginService> pluginService = new (std::nothrow) DomainAccountPluginService(g_p…485 …sptr<DomainAccountPluginService> pluginService = new (std::nothrow) DomainAccountPluginService(g_p…
60 …sptr<DomainAccountPluginService> pluginServie_ = new (std::nothrow) DomainAccountPluginService(nul… in SetUp()