Home
last modified time | relevance | path

Searched refs:QueryOhosAccountInfoByUserId (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/src/
H A Dohos_account_kits_impl.cpp192 std::pair<bool, OhosAccountInfo> OhosAccountKitsImpl::QueryOhosAccountInfoByUserId(std::int32_t use… in QueryOhosAccountInfoByUserId() function in OHOS::AccountSA::OhosAccountKitsImpl
195 ErrCode result = QueryOhosAccountInfoByUserId(userId, accountInfo); in QueryOhosAccountInfoByUserId()
199 ErrCode OhosAccountKitsImpl::QueryOhosAccountInfoByUserId(std::int32_t userId, OhosAccountInfo &acc… in QueryOhosAccountInfoByUserId() function in OHOS::AccountSA::OhosAccountKitsImpl
207 return accountProxy->QueryOhosAccountInfoByUserId(userId, accountInfo); in QueryOhosAccountInfoByUserId()
H A Daccount_proxy.cpp261 ErrCode AccountProxy::QueryOhosAccountInfoByUserId(std::int32_t userId, OhosAccountInfo &accountInf… in QueryOhosAccountInfoByUserId() function in OHOS::AccountSA::AccountProxy
/ohos5.0/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Dohos_account_kits_impl.h43 std::pair<bool, OhosAccountInfo> QueryOhosAccountInfoByUserId(std::int32_t userId) final;
44 ErrCode QueryOhosAccountInfoByUserId(std::int32_t userId, OhosAccountInfo &accountInfo);
H A Dohos_account_kits.h90 virtual std::pair<bool, OhosAccountInfo> QueryOhosAccountInfoByUserId(std::int32_t userId) = 0;
H A Diaccount.h43 virtual ErrCode QueryOhosAccountInfoByUserId(std::int32_t userId, OhosAccountInfo &info) = 0;
/ohos5.0/base/account/os_account/test/fuzztest/ohosaccount/queryohosaccountinfobyuserid_fuzzer/
H A Dqueryohosaccountinfobyuserid_fuzzer.cpp37 result = OhosAccountKits::GetInstance().QueryOhosAccountInfoByUserId(testId); in QueryOhosAccountInfoByUserIdFuzzTest()
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/src/
H A Dmock_account_mgr_service.cpp61 ErrCode MockAccountMgrService::QueryOhosAccountInfoByUserId(std::int32_t userId, OhosAccountInfo &a… in QueryOhosAccountInfoByUserId() function in OHOS::AccountSA::MockAccountMgrService
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/include/
H A Dmock_account_mgr_service.h38 … ErrCode QueryOhosAccountInfoByUserId(std::int32_t userId, OhosAccountInfo &accountInfo) override;
/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/include/
H A Daccount_proxy.h41 ErrCode QueryOhosAccountInfoByUserId(std::int32_t userId, OhosAccountInfo &info) override;
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_mgr_service.cpp129 …return QueryOhosAccountInfoByUserId(IPCSkeleton::GetCallingUid() / UID_TRANSFORM_DIVISOR, accountI… in QueryOhosAccountInfo()
150 ErrCode AccountMgrService::QueryOhosAccountInfoByUserId(std::int32_t userId, OhosAccountInfo &accou… in QueryOhosAccountInfoByUserId() function in OHOS::AccountSA::AccountMgrService
H A Daccount_stub.cpp393 ErrCode result = QueryOhosAccountInfoByUserId(userId, info); in CmdQueryOhosAccountInfoByUserId()
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_ohosaccount_proxy_mock_test.cpp93 auto ret = OhosAccountKits::GetInstance().QueryOhosAccountInfoByUserId(testUserId);
/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_mgr_service.h52 … ErrCode QueryOhosAccountInfoByUserId(std::int32_t userId, OhosAccountInfo &accountInfo) override;
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Daccount_adapt.cpp49 OHOS::AccountSA::OhosAccountKits::GetInstance().QueryOhosAccountInfoByUserId(userId); in GetLocalAccountName()
/ohos5.0/base/account/os_account/test/fuzztest/ohosaccount/getohosaccountinfo_fuzzer/
H A Dgetohosaccountinfo_fuzzer.cpp136 result = accountProxy->QueryOhosAccountInfoByUserId(userId, testOhosAccountInfo); in QueryOhosAccountInfoByUserIdProxyFuzzTest()
/ohos5.0/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/
H A Daccount_mgr_inner_sdk_func_test.cpp672 HWTEST_F(AccountMgrInnerSdkFuncTest, QueryOhosAccountInfoByUserId, TestSize.Level0)
675 auto ret = OhosAccountKits::GetInstance().QueryOhosAccountInfoByUserId(testUserId);