Home
last modified time | relevance | path

Searched refs:DomainAccountProxy (Results 1 - 4 of 4) sorted by relevance

/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_proxy.cpp23 DomainAccountProxy::DomainAccountProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IDomainAccount>(object) in DomainAccountProxy() function in OHOS::AccountSA::DomainAccountProxy
26 DomainAccountProxy::~DomainAccountProxy() in ~DomainAccountProxy()
29 ErrCode DomainAccountProxy::SendRequest(DomainAccountInterfaceCode code, MessageParcel &data, MessageParcel &reply) in SendRequest()
49 ErrCode DomainAccountProxy::HasDomainAccount( in HasDomainAccount()
69 ErrCode DomainAccountProxy::RegisterPlugin(const sptr<IDomainAccountPlugin> &plugin) in RegisterPlugin()
84 ErrCode DomainAccountProxy::UnregisterPlugin() in UnregisterPlugin()
95 ErrCode DomainAccountProxy::GetAccountStatus(const DomainAccountInfo &info, DomainAccountStatus &status) in GetAccountStatus()
122 ErrCode DomainAccountProxy
[all...]
/base/account/os_account/frameworks/domain_account/include/
H A Ddomain_account_proxy.h26 class DomainAccountProxy : public IRemoteProxy<IDomainAccount> { class
28 explicit DomainAccountProxy(const sptr<IRemoteObject> &object);
29 ~DomainAccountProxy() override;
58 static inline BrokerDelegator<DomainAccountProxy> delegator_;
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_client_mock_plugin_so_module_test.cpp252 DomainAccountClient::GetInstance().proxy_ = new (std::nothrow) DomainAccountProxy(servicePtr->AsObject()); in SetUpTestCase()
H A Ddomain_account_client_module_test.cpp107 DomainAccountClient::GetInstance().proxy_ = new (std::nothrow) DomainAccountProxy(servicePtr->AsObject()); in SetUpTestCase()

Completed in 7 milliseconds