Home
last modified time | relevance | path

Searched refs:AuthProxyInit (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_client.cpp86 ErrCode DomainAccountClient::AuthProxyInit(const std::shared_ptr<DomainAccountCallback> &callback, in AuthProxyInit() function in OHOS::AccountSA::DomainAccountClient
152 ErrCode result = AuthProxyInit(callback, callbackService, proxy); in Auth()
164 ErrCode result = AuthProxyInit(callback, callbackService, proxy); in AuthUser()
175 ErrCode result = AuthProxyInit(callback, callbackService, proxy); in AuthWithPopup()
/ohos5.0/base/account/os_account/interfaces/innerkits/domain_account/native/include/
H A Ddomain_account_client.h153 ErrCode AuthProxyInit(const std::shared_ptr<DomainAccountCallback> &callback,
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_client_module_test.cpp1815 EXPECT_EQ(DomainAccountClient::GetInstance().AuthProxyInit(callback, callbackService, proxy),
1835 …EXPECT_EQ(DomainAccountClient::GetInstance().AuthProxyInit(testCallback, callbackService, proxy), …