Home
last modified time | relevance | path

Searched refs:DomainAccountPluginService (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_plugin_service.cpp22 DomainAccountPluginService::DomainAccountPluginService(const std::shared_ptr<DomainAccountPlugin> &… in DomainAccountPluginService() function in OHOS::AccountSA::DomainAccountPluginService
26 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 …]
H A Ddomain_account_client.cpp59 …sptr<DomainAccountPluginService> pluginService = new (std::nothrow) DomainAccountPluginService(plu… in RegisterPlugin()
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_plugin_service_test.cpp40 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…
H A Ddomain_account_plugin_stub_test.cpp42 sptr<DomainAccountPluginService> pluginServie_ = nullptr;
60 pluginServie_ = new (std::nothrow) DomainAccountPluginService(nullptr); in SetUp()
/ohos5.0/base/account/os_account/frameworks/domain_account/include/
H A Ddomain_account_plugin_service.h29 class DomainAccountPluginService : public DomainAccountPluginStub {
31 explicit DomainAccountPluginService(const std::shared_ptr<DomainAccountPlugin> &plugin);
32 ~DomainAccountPluginService() override;
55 DISALLOW_COPY_AND_MOVE(DomainAccountPluginService);
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/domain_account/
H A Ddomain_account_manager_inner_service_test.cpp164 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…
H A Ddomain_account_plugin_proxy_test.cpp60 …sptr<DomainAccountPluginService> pluginServie_ = new (std::nothrow) DomainAccountPluginService(nul… in SetUp()