Home
last modified time | relevance | path

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

/base/account/os_account/test/fuzztest/ohosaccount/queryohosaccountinfobyuserid_fuzzer/
H A Dqueryohosaccountinfobyuserid_fuzzer.cpp37 result = OhosAccountKits::GetInstance().QueryOhosAccountInfoByUserId(testId); in QueryOhosAccountInfoByUserIdFuzzTest()
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Dohos_account_kits_impl.h42 std::pair<bool, OhosAccountInfo> QueryOhosAccountInfoByUserId(std::int32_t userId) final;
43 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.h42 virtual ErrCode QueryOhosAccountInfoByUserId(std::int32_t userId, OhosAccountInfo &info) = 0;
/base/account/os_account/frameworks/ohosaccount/native/src/
H A Dohos_account_kits_impl.cpp181 std::pair<bool, OhosAccountInfo> OhosAccountKitsImpl::QueryOhosAccountInfoByUserId(std::int32_t userId) in QueryOhosAccountInfoByUserId() function in OhosAccountKitsImpl
184 ErrCode result = QueryOhosAccountInfoByUserId(userId, accountInfo); in QueryOhosAccountInfoByUserId()
188 ErrCode OhosAccountKitsImpl::QueryOhosAccountInfoByUserId(std::int32_t userId, OhosAccountInfo &accountInfo) in QueryOhosAccountInfoByUserId() function in OhosAccountKitsImpl
196 return accountProxy->QueryOhosAccountInfoByUserId(userId, accountInfo); in QueryOhosAccountInfoByUserId()
H A Daccount_proxy.cpp234 ErrCode AccountProxy::QueryOhosAccountInfoByUserId(std::int32_t userId, OhosAccountInfo &accountInfo) in QueryOhosAccountInfoByUserId() function in OHOS::AccountSA::AccountProxy
/base/account/os_account/services/accountmgr/test/mock/src/
H A Dmock_account_mgr_service.cpp61 ErrCode MockAccountMgrService::QueryOhosAccountInfoByUserId(std::int32_t userId, OhosAccountInfo &accountInfo) in QueryOhosAccountInfoByUserId() function in OHOS::AccountSA::MockAccountMgrService
/base/account/os_account/frameworks/test/unittest/
H A Daccount_ohosaccount_proxy_mock_test.cpp93 auto ret = OhosAccountKits::GetInstance().QueryOhosAccountInfoByUserId(testUserId); in HWTEST_F()
/base/account/os_account/frameworks/ohosaccount/native/include/
H A Daccount_proxy.h39 ErrCode QueryOhosAccountInfoByUserId(std::int32_t userId, OhosAccountInfo &info) override;
/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;
/base/account/os_account/services/accountmgr/include/
H A Daccount_mgr_service.h51 ErrCode QueryOhosAccountInfoByUserId(std::int32_t userId, OhosAccountInfo &accountInfo) override;
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Daccount_adapt.cpp49 OHOS::AccountSA::OhosAccountKits::GetInstance().QueryOhosAccountInfoByUserId(userId); in GetLocalAccountName()
/base/account/os_account/services/accountmgr/src/
H A Daccount_mgr_service.cpp118 return QueryOhosAccountInfoByUserId(IPCSkeleton::GetCallingUid() / UID_TRANSFORM_DIVISOR, accountInfo); in QueryOhosAccountInfo()
139 ErrCode AccountMgrService::QueryOhosAccountInfoByUserId(std::int32_t userId, OhosAccountInfo &accountInfo) in QueryOhosAccountInfoByUserId() function in OHOS::AccountSA::AccountMgrService
H A Daccount_stub.cpp360 ErrCode result = QueryOhosAccountInfoByUserId(userId, info); in CmdQueryOhosAccountInfoByUserId()
/base/account/os_account/test/fuzztest/ohosaccount/getohosaccountinfo_fuzzer/
H A Dgetohosaccountinfo_fuzzer.cpp136 result = accountProxy->QueryOhosAccountInfoByUserId(userId, testOhosAccountInfo); in QueryOhosAccountInfoByUserIdProxyFuzzTest()
/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/
H A Daccount_mgr_inner_sdk_func_test.cpp741 * @tc.desc: Test QueryOhosAccountInfoByUserId with invalid userId.
745 HWTEST_F(AccountMgrInnerSdkFuncTest, QueryOhosAccountInfoByUserId, TestSize.Level0) in HWTEST_F()
748 auto ret = OhosAccountKits::GetInstance().QueryOhosAccountInfoByUserId(testUserId); in HWTEST_F()

Completed in 9 milliseconds