/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/ |
H A D | account_mgr_inner_sdk_func_test.cpp | 403 ret = OhosAccountKits::GetInstance().GetOhosAccountInfoByUserId(osAccountInfoOne.GetLocalId(), accountInfoget);
in HWTEST_F() 416 ret = OhosAccountKits::GetInstance().GetOhosAccountInfoByUserId(
in HWTEST_F() 450 ret = OhosAccountKits::GetInstance().GetOhosAccountInfoByUserId(osAccountInfoOne.GetLocalId(), accountInfoget);
in HWTEST_F() 474 ret = OhosAccountKits::GetInstance().GetOhosAccountInfoByUserId(osAccountInfoOne.GetLocalId(), accountInfoget);
in HWTEST_F() 507 ret = OhosAccountKits::GetInstance().GetOhosAccountInfoByUserId(osAccountInfoOne.GetLocalId(), accountInfoget);
in HWTEST_F() 520 ret = OhosAccountKits::GetInstance().GetOhosAccountInfoByUserId(osAccountInfoOne.GetLocalId(), accountInfoget);
in HWTEST_F() 552 EXPECT_EQ(OhosAccountKits::GetInstance().GetOhosAccountInfoByUserId(localId, accountInfoget), ERR_OK);
in HWTEST_F() 561 EXPECT_EQ(OhosAccountKits::GetInstance().GetOhosAccountInfoByUserId(localId, accountInfoget), ERR_OK);
in HWTEST_F() 570 EXPECT_EQ(OhosAccountKits::GetInstance().GetOhosAccountInfoByUserId(localId, accountInfoget), ERR_OK);
in HWTEST_F() 580 EXPECT_EQ(OhosAccountKits::GetInstance().GetOhosAccountInfoByUserId(localI in HWTEST_F() [all...] |
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/ |
H A D | account_adapt.cpp | 70 int32_t ret = OHOS::AccountSA::OhosAccountKits::GetInstance().GetOhosAccountInfoByUserId(GetCallingUserId(), in GetLocalAccountUid() 98 res = OhosAccountKits::GetInstance().GetOhosAccountInfoByUserId(osAccountId, accountInfo); in IsAccountLogIn() 100 DLP_LOG_ERROR(LABEL, "GetOhosAccountInfoByUserId from OhosAccountKits failed, res:%{public}d.", res); in IsAccountLogIn() 104 DLP_LOG_ERROR(LABEL, "GetOhosAccountInfoByUserId from OhosAccountKits is not login."); in IsAccountLogIn()
|
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/ |
H A D | ohos_account_kits.h | 82 virtual ErrCode GetOhosAccountInfoByUserId(int32_t userId, OhosAccountInfo &accountInfo) = 0;
|
H A D | iaccount.h | 44 virtual ErrCode GetOhosAccountInfoByUserId(int32_t userId, OhosAccountInfo &info) = 0;
|
H A D | ohos_account_kits_impl.h | 41 ErrCode GetOhosAccountInfoByUserId(int32_t userId, OhosAccountInfo &accountInfo) final;
|
/base/account/os_account/test/fuzztest/ohosaccount/getohosaccountinfo_fuzzer/ |
H A D | getohosaccountinfo_fuzzer.cpp | 60 result = OhosAccountKits::GetInstance().GetOhosAccountInfoByUserId(userId, testOhosAccountInfo); in GetOhosAccountInfoByUserIdFuzzTest() 121 result = accountProxy->GetOhosAccountInfoByUserId(userId, testOhosAccountInfo); in GetOhosAccountInfoByUserIdProxyFuzzTest()
|
/base/account/os_account/frameworks/test/unittest/ |
H A D | account_ohosaccount_proxy_mock_test.cpp | 80 ErrCode ret = OhosAccountKits::GetInstance().GetOhosAccountInfoByUserId(testUserId, accountInfo); in HWTEST_F()
|
/base/account/os_account/frameworks/ohosaccount/native/include/ |
H A D | account_proxy.h | 38 ErrCode GetOhosAccountInfoByUserId(std::int32_t userId, OhosAccountInfo &ohosAccountInfo) override;
|
/base/account/os_account/services/accountmgr/test/mock/include/ |
H A D | mock_account_mgr_service.h | 62 ErrCode GetOhosAccountInfoByUserId(int32_t userId, OhosAccountInfo &info) override
|
/base/account/os_account/services/accountmgr/include/ |
H A D | account_mgr_service.h | 53 ErrCode GetOhosAccountInfoByUserId(int32_t userId, OhosAccountInfo &info) override;
|
/base/account/os_account/frameworks/ohosaccount/native/src/ |
H A D | ohos_account_kits_impl.cpp | 170 ErrCode OhosAccountKitsImpl::GetOhosAccountInfoByUserId(int32_t userId, OhosAccountInfo &accountInfo)
in GetOhosAccountInfoByUserId() function in OhosAccountKitsImpl 178 return accountProxy->GetOhosAccountInfoByUserId(userId, accountInfo);
in GetOhosAccountInfoByUserId()
|
H A D | account_proxy.cpp | 210 ErrCode AccountProxy::GetOhosAccountInfoByUserId(int32_t userId, OhosAccountInfo &ohosAccountInfo) in GetOhosAccountInfoByUserId() function in OHOS::AccountSA::AccountProxy
|
/base/account/os_account/services/accountmgr/src/ |
H A D | account_mgr_service.cpp | 123 return GetOhosAccountInfoByUserId(IPCSkeleton::GetCallingUid() / UID_TRANSFORM_DIVISOR, info); in GetOhosAccountInfo() 126 ErrCode AccountMgrService::GetOhosAccountInfoByUserId(int32_t userId, OhosAccountInfo &info) in GetOhosAccountInfoByUserId() function in OHOS::AccountSA::AccountMgrService
|
H A D | account_stub.cpp | 328 errCode = GetOhosAccountInfoByUserId(userId, ohosAccountInfo); in CmdGetOhosAccountInfoByUserId()
|
/base/account/os_account/interfaces/kits/napi/distributedaccount/src/ |
H A D | napi_distributed_account.cpp | 327 asyncContext->errCode = OhosAccountKits::GetInstance().GetOhosAccountInfoByUserId(
in QueryOhosAccountInfoExecuteCB()
|