Home
last modified time | relevance | path

Searched refs:GetDomainAccountService (Results 1 – 12 of 12) sorted by relevance

/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
Diaccount.h48 virtual sptr<IRemoteObject> GetDomainAccountService() = 0;
Dohos_account_kits_impl.h42 sptr<IRemoteObject> GetDomainAccountService();
/base/account/os_account/frameworks/ohosaccount/native/src/
Dohos_account_kits_impl.cpp190 sptr<IRemoteObject> OhosAccountKitsImpl::GetDomainAccountService() in GetDomainAccountService() function in OHOS::AccountSA::OhosAccountKitsImpl
197 return accountProxy->GetDomainAccountService(); in GetDomainAccountService()
Daccount_proxy.cpp305 sptr<IRemoteObject> AccountProxy::GetDomainAccountService() in GetDomainAccountService() function in OHOS::AccountSA::AccountProxy
/base/account/os_account/services/accountmgr/test/mock/src/
Dmock_account_mgr_service.cpp83 sptr<IRemoteObject> MockAccountMgrService::GetDomainAccountService() in GetDomainAccountService() function in OHOS::AccountSA::MockAccountMgrService
/base/account/os_account/services/accountmgr/test/mock/include/
Dmock_account_mgr_service.h41 sptr<IRemoteObject> GetDomainAccountService() override;
/base/account/os_account/frameworks/ohosaccount/native/include/
Daccount_proxy.h45 sptr<IRemoteObject> GetDomainAccountService() override;
/base/account/os_account/frameworks/ohosaccount/native/
Dlibohos_account_innerkits.map21 "OHOS::AccountSA::OhosAccountKitsImpl::GetDomainAccountService()";
/base/account/os_account/services/accountmgr/include/
Daccount_mgr_service.h58 sptr<IRemoteObject> GetDomainAccountService() override;
/base/account/os_account/services/accountmgr/src/
Daccount_mgr_service.cpp173 sptr<IRemoteObject> AccountMgrService::GetDomainAccountService() in GetDomainAccountService() function in OHOS::AccountSA::AccountMgrService
Daccount_stub.cpp405 auto remoteObject = GetDomainAccountService(); in CmdGetDomainAccountService()
/base/account/os_account/frameworks/domain_account/src/
Ddomain_account_client.cpp360 sptr<IRemoteObject> object = OhosAccountKitsImpl::GetInstance().GetDomainAccountService(); in GetDomainAccountProxy()