Home
last modified time | relevance | path

Searched refs:GetAccountIAMService (Results 1 - 12 of 12) sorted by relevance

/base/account/os_account/test/fuzztest/ohosaccount/getaccountservice_fuzzer/
H A Dgetaccountservice_fuzzer.cpp43 OhosAccountKitsImpl::GetInstance().GetAccountIAMService(); in GetAccountIAMServiceFuzzTest()
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Diaccount.h52 virtual sptr<IRemoteObject> GetAccountIAMService() = 0;
H A Dohos_account_kits_impl.h55 sptr<IRemoteObject> GetAccountIAMService();
/base/account/os_account/frameworks/ohosaccount/native/include/
H A Daccount_proxy.h47 sptr<IRemoteObject> GetAccountIAMService() override;
/base/account/os_account/services/accountmgr/test/mock/include/
H A Dmock_account_mgr_service.h67 sptr<IRemoteObject> GetAccountIAMService() override
/base/account/os_account/services/accountmgr/include/
H A Daccount_mgr_service.h61 sptr<IRemoteObject> GetAccountIAMService() override;
/base/account/os_account/frameworks/ohosaccount/native/src/
H A Dohos_account_kits_impl.cpp394 sptr<IRemoteObject> OhosAccountKitsImpl::GetAccountIAMService() in GetAccountIAMService() function in OhosAccountKitsImpl
401 return accountProxy->GetAccountIAMService(); in GetAccountIAMService()
H A Daccount_proxy.cpp388 sptr<IRemoteObject> AccountProxy::GetAccountIAMService() in GetAccountIAMService() function in OHOS::AccountSA::AccountProxy
/base/account/os_account/services/accountmgr/src/
H A Daccount_mgr_service.cpp194 sptr<IRemoteObject> AccountMgrService::GetAccountIAMService() in GetAccountIAMService() function in OHOS::AccountSA::AccountMgrService
H A Daccount_stub.cpp470 auto remoteObject = GetAccountIAMService(); in CmdGetAccountIAMService()
/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/
H A Daccount_mgr_service_test.cpp346 * @tc.desc: Test GetAccountIAMService accountIAMService is nullptr
356 auto servicePtr = g_accountMgrService->GetAccountIAMService(); in HWTEST_F()
362 * @tc.desc: Test GetAccountIAMService start and stop service
/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_client.cpp531 sptr<IRemoteObject> object = OhosAccountKitsImpl::GetInstance().GetAccountIAMService(); in GetAccountIAMProxy()

Completed in 7 milliseconds