Searched refs:GetDomainAccountService (Results 1 – 12 of 12) sorted by relevance
48 virtual sptr<IRemoteObject> GetDomainAccountService() = 0;
42 sptr<IRemoteObject> GetDomainAccountService();
190 sptr<IRemoteObject> OhosAccountKitsImpl::GetDomainAccountService() in GetDomainAccountService() function in OHOS::AccountSA::OhosAccountKitsImpl197 return accountProxy->GetDomainAccountService(); in GetDomainAccountService()
305 sptr<IRemoteObject> AccountProxy::GetDomainAccountService() in GetDomainAccountService() function in OHOS::AccountSA::AccountProxy
83 sptr<IRemoteObject> MockAccountMgrService::GetDomainAccountService() in GetDomainAccountService() function in OHOS::AccountSA::MockAccountMgrService
41 sptr<IRemoteObject> GetDomainAccountService() override;
45 sptr<IRemoteObject> GetDomainAccountService() override;
21 "OHOS::AccountSA::OhosAccountKitsImpl::GetDomainAccountService()";
58 sptr<IRemoteObject> GetDomainAccountService() override;
173 sptr<IRemoteObject> AccountMgrService::GetDomainAccountService() in GetDomainAccountService() function in OHOS::AccountSA::AccountMgrService
405 auto remoteObject = GetDomainAccountService(); in CmdGetDomainAccountService()
360 sptr<IRemoteObject> object = OhosAccountKitsImpl::GetInstance().GetDomainAccountService(); in GetDomainAccountProxy()