Home
last modified time | relevance | path

Searched refs:OsAccountManager (Results 1 - 25 of 140) sorted by relevance

123456

/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp187 ErrCode ret = OsAccountManager::IsOsAccountActived(MAIN_ACCOUNT_ID, isOsAccountActived); in SetUpTestCase()
193 ret = OsAccountManager::IsOsAccountActived(MAIN_ACCOUNT_ID, isOsAccountActived); in SetUpTestCase()
232 EXPECT_EQ(OsAccountManager::QueryAllCreatedOsAccounts(osAccountInfos), ERR_OK); in SetUp()
238 OsAccountManager::RemoveOsAccount(info.GetLocalId()); in SetUp()
348 ASSERT_EQ(OsAccountManager::CreateOsAccount("ModuleTest001", OsAccountType::GUEST, osAccountInfoOne), ERR_OK); in HWTEST_F()
350 EXPECT_EQ(OsAccountManager::QueryOsAccountById(osAccountInfoOne.GetLocalId(), osAccountInfoTwo), ERR_OK); in HWTEST_F()
357 ASSERT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); in HWTEST_F()
369 EXPECT_NE(OsAccountManager::CreateOsAccount(STRING_NAME_OUT_OF_RANGE, OsAccountType::GUEST, osAccountInfoOne), in HWTEST_F()
382 EXPECT_NE(OsAccountManager::CreateOsAccount(STRING_EMPTY, OsAccountType::GUEST, osAccountInfoOne), ERR_OK); in HWTEST_F()
394 ASSERT_EQ(OsAccountManager in HWTEST_F()
[all...]
/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp24 ErrCode OsAccountManager::CreateOsAccount( in CreateOsAccount()
30 ErrCode OsAccountManager::CreateOsAccount( in CreateOsAccount()
36 ErrCode OsAccountManager::CreateOsAccount(const std::string& localName, const std::string& shortName, in CreateOsAccount()
42 ErrCode OsAccountManager::CreateOsAccountWithFullInfo(OsAccountInfo &osAccountInfo, in CreateOsAccountWithFullInfo()
48 ErrCode OsAccountManager::UpdateOsAccountWithFullInfo(OsAccountInfo &osAccountInfo) in UpdateOsAccountWithFullInfo()
53 ErrCode OsAccountManager::CreateOsAccountForDomain(const OsAccountType &type, const DomainAccountInfo &domainInfo, in CreateOsAccountForDomain()
59 ErrCode OsAccountManager::RemoveOsAccount(const int id) in RemoveOsAccount()
64 ErrCode OsAccountManager::IsOsAccountExists(const int id, bool &isOsAccountExists) in IsOsAccountExists()
69 ErrCode OsAccountManager::IsOsAccountActived(const int id, bool &isOsAccountActived) in IsOsAccountActived()
74 ErrCode OsAccountManager
[all...]
/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp489 EXPECT_EQ(ERR_OK, OsAccountManager::GetOsAccountName(name)); in HWTEST_F()
492 EXPECT_EQ(ERR_OK, OsAccountManager::QueryOsAccountById(TEST_UID, osAccountInfo)); in HWTEST_F()
506 EXPECT_EQ(ERR_OK, OsAccountManager::CreateOsAccount("GetOsAccountName02", OsAccountType::NORMAL, osAccountInfo)); in HWTEST_F()
510 EXPECT_EQ(ERR_OK, OsAccountManager::GetOsAccountName(name)); in HWTEST_F()
513 EXPECT_EQ(ERR_OK, OsAccountManager::SetOsAccountName(localId, "updateName")); in HWTEST_F()
515 EXPECT_EQ(ERR_OK, OsAccountManager::GetOsAccountName(name)); in HWTEST_F()
518 EXPECT_EQ(ERR_OK, OsAccountManager::RemoveOsAccount(localId)); in HWTEST_F()
520 EXPECT_NE(ERR_OK, OsAccountManager::GetOsAccountName(name)); in HWTEST_F()
533 EXPECT_EQ(ERR_ACCOUNT_COMMON_INVALID_PARAMETER, OsAccountManager::CreateOsAccountWithFullInfo(osAccountInfo)); in HWTEST_F()
534 EXPECT_EQ(ERR_ACCOUNT_COMMON_INVALID_PARAMETER, OsAccountManager in HWTEST_F()
[all...]
/base/account/os_account/interfaces/kits/cj/osaccount/src/
H A Dosaccount_manager_impl.cpp30 *errCode = OsAccountManager::QueryActiveOsAccountIds(ids); in IsOsAccountConstraintEnabled()
41 *errCode = OsAccountManager::CheckOsAccountConstraintEnabled(id, constraint, isConsEnable); in IsOsAccountConstraintEnabled()
48 *errCode = OsAccountManager::GetOsAccountTypeFromProcess(type); in GetOsAccountType()
55 *errCode = OsAccountManager::IsMultiOsAccountEnable(isMultiOAEnable); in CheckMultiOsAccountEnabled()
62 *errCode = OsAccountManager::GetOsAccountLocalIdFromProcess(id); in GetOsAccountLocalId()
68 return OsAccountManager::QueryActiveOsAccountIds(osAccountIds); in GetActivatedOsAccountLocalIds()
74 *errCode = OsAccountManager::GetCreatedOsAccountsCount(osAccountCount); in GetOsAccountCount()
81 *errCode = OsAccountManager::GetDistributedVirtualDeviceId(deviceId); in QueryDistributedVirtualDeviceId()
88 *errCode = OsAccountManager::GetSerialNumberByOsAccountLocalId(localId, serialNum); in GetSerialNumberForOsAccountLocalId()
95 *errCode = OsAccountManager in GetOsAccountLocalIdForSerialNumber()
[all...]
/base/account/os_account/frameworks/test/unittest/
H A Daccount_osaccount_proxy_mock_test.cpp94 ErrCode errCode = OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::ADMIN, osAccountInfo); in HWTEST_F()
110 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(type, domainInfo, osAccountInfo); in HWTEST_F()
123 ErrCode errCode = OsAccountManager::OsAccountManager::RemoveOsAccount(TEST_USER_ID); in HWTEST_F()
136 ErrCode errCode = OsAccountManager::IsOsAccountExists(TEST_USER_ID, isOsAccountExists); in HWTEST_F()
150 ErrCode errCode = OsAccountManager::IsOsAccountActived(TEST_USER_ID, isOsAccountActived); in HWTEST_F()
165 OsAccountManager::IsOsAccountConstraintEnable(TEST_USER_ID, CONSTANT_PRINT, isEnable); in HWTEST_F()
179 ErrCode errCode = OsAccountManager::IsOsAccountVerified(TEST_USER_ID, isVerified); in HWTEST_F()
193 ErrCode errCode = OsAccountManager::GetCreatedOsAccountsCount(osAccountsCount); in HWTEST_F()
206 ErrCode errCode = OsAccountManager in HWTEST_F()
[all...]
/base/account/os_account/test/fuzztest/osaccount/createosaccount_fuzzer/
H A Dcreateosaccount_fuzzer.cpp62 result = OsAccountManager::CreateOsAccount(accountName, shortName, testType, osAccountInfoOne); in CreateOsAccountWithShortNameFuzzTest()
65 OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()); in CreateOsAccountWithShortNameFuzzTest()
74 result = OsAccountManager::CreateOsAccount(accountName, shortName, testType, options, osAccountInfoOne); in CreateOsAccountWithShortNameFuzzTest()
77 OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()); in CreateOsAccountWithShortNameFuzzTest()
91 result = OsAccountManager::CreateOsAccount(accountName, testType, osAccountInfoOne); in CreateOsAccountFuzzTest()
94 OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()); in CreateOsAccountFuzzTest()
110 result = OsAccountManager::CreateOsAccountForDomain(testType, domainInfo, nullptr); in CreateOsAccountForDomainFuzzTest()
113 OsAccountManager::RemoveOsAccount(osAccountInfo.GetLocalId()); in CreateOsAccountForDomainFuzzTest()
130 result = OsAccountManager::UpdateOsAccountWithFullInfo(osAccountInfo); in UpdateOsAccountWithFullInfoFuzzTest()
133 OsAccountManager in UpdateOsAccountWithFullInfoFuzzTest()
[all...]
/base/account/os_account/frameworks/osaccount/native/test/benchmarktest/
H A Dos_account_manager_benchmark_test.cpp68 EXPECT_EQ(OsAccountManager::SetOsAccountName(LOCAL_ID, STRING_NAME), ERR_OK); in BENCHMARK_F()
88 EXPECT_EQ(OsAccountManager::IsMultiOsAccountEnable(isMultiOsAccountEnable), ERR_OK); in BENCHMARK_F()
108 EXPECT_EQ(OsAccountManager::IsOsAccountActived(LOCAL_ID, isOsAccountActived), ERR_OK); in BENCHMARK_F()
129 EXPECT_EQ(OsAccountManager::IsOsAccountConstraintEnable(LOCAL_ID, "constraint.wifi.set", in BENCHMARK_F()
151 EXPECT_EQ(OsAccountManager::IsOsAccountVerified(LOCAL_ID, isVerified), ERR_OK); in BENCHMARK_F()
171 EXPECT_EQ(OsAccountManager::GetCreatedOsAccountsCount(osAccountsCount), ERR_OK); in BENCHMARK_F()
190 EXPECT_EQ(OsAccountManager::SetOsAccountConstraints(LOCAL_ID, CONSTANTS_VECTOR, true), ERR_OK); in BENCHMARK_F()
212 EXPECT_EQ(OsAccountManager::GetOsAccountLocalIdFromUid(testUid, id), ERR_OK); in BENCHMARK_F()
233 EXPECT_EQ(OsAccountManager::GetOsAccountLocalIdFromProcess(id), ERR_OK); in BENCHMARK_F()
253 EXPECT_EQ(OsAccountManager in BENCHMARK_F()
[all...]
/base/inputmethod/imf/services/adapter/os_account_adapter/src/
H A Dos_account_adapter.cpp26 auto errCode = OsAccountManager::IsOsAccountForeground(userId, isForeground); in IsOsAccountForeground()
36 int errCode = OsAccountManager::QueryActiveOsAccountIds(userIds); in QueryActiveOsAccountIds()
47 [&userId]() -> bool { return OsAccountManager::GetForegroundOsAccountLocalId(userId) == ERR_OK; })) { in GetForegroundOsAccountLocalId()
56 auto errCode = OsAccountManager::GetOsAccountLocalIdFromUid(uid, userId); in GetOsAccountLocalIdFromUid()
/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/
H A Dsubscribe_distributed_account_event_test.cpp89 ASSERT_EQ(OsAccountManager::CreateOsAccount("SubDistributed001", OsAccountType::NORMAL, SubDistributedAccount), in HWTEST_F()
91 EXPECT_EQ(OsAccountManager::ActivateOsAccount(SubDistributedAccount.GetLocalId()), ERR_OK); in HWTEST_F()
122 EXPECT_EQ(ERR_OK, OsAccountManager::RemoveOsAccount(SubDistributedAccount.GetLocalId())); in HWTEST_F()
134 ASSERT_EQ(OsAccountManager::CreateOsAccount("SubDistributed002", OsAccountType::NORMAL, SubDistributedAccount), in HWTEST_F()
136 EXPECT_EQ(OsAccountManager::ActivateOsAccount(SubDistributedAccount.GetLocalId()), ERR_OK); in HWTEST_F()
174 EXPECT_EQ(ERR_OK, OsAccountManager::RemoveOsAccount(SubDistributedAccount.GetLocalId())); in HWTEST_F()
186 ASSERT_EQ(OsAccountManager::CreateOsAccount("SubDistributed003", OsAccountType::NORMAL, SubDistributedAccount), in HWTEST_F()
188 EXPECT_EQ(OsAccountManager::ActivateOsAccount(SubDistributedAccount.GetLocalId()), ERR_OK); in HWTEST_F()
218 EXPECT_EQ(ERR_OK, OsAccountManager::RemoveOsAccount(SubDistributedAccount.GetLocalId())); in HWTEST_F()
248 ASSERT_EQ(OsAccountManager in HWTEST_F()
[all...]
H A Daccount_mgr_inner_sdk_func_test.cpp195 EXPECT_EQ(OsAccountManager::CreateOsAccount("OhosAccountInfo002", OsAccountType::NORMAL, osAccountInfoOne), ERR_OK); in HWTEST_F()
196 EXPECT_EQ(OsAccountManager::ActivateOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); in HWTEST_F()
233 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); in HWTEST_F()
245 EXPECT_EQ(OsAccountManager::CreateOsAccount("OhosAccountInfo004", OsAccountType::NORMAL, osAccountInfoOne), ERR_OK); in HWTEST_F()
246 EXPECT_EQ(OsAccountManager::ActivateOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); in HWTEST_F()
288 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); in HWTEST_F()
300 EXPECT_EQ(OsAccountManager::CreateOsAccount("OhosAccountInfo005", OsAccountType::NORMAL, osAccountInfoOne), ERR_OK); in HWTEST_F()
301 EXPECT_EQ(OsAccountManager::ActivateOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); in HWTEST_F()
320 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); in HWTEST_F()
332 EXPECT_EQ(OsAccountManager in HWTEST_F()
[all...]
/base/account/os_account/test/fuzztest/osaccount/queryaccountinfo_fuzzer/
H A Dqueryaccountinfo_fuzzer.cpp34 result = OsAccountManager::QueryActiveOsAccountIds(testIds); in QueryActiveOsAccountIdsFuzzTest()
46 result = OsAccountManager::QueryOsAccountConstraintSourceTypes( in QueryOsAccountConstraintSourceTypesFuzzTest()
59 result = OsAccountManager::QueryOsAccountById(testId, osAccountInfo); in QueryOsAccountByIdFuzzTest()
68 result = OsAccountManager::QueryMaxOsAccountNumber(testMaxOsAccountNumber); in QueryMaxOsAccountNumberFuzzTest()
75 ErrCode result = OsAccountManager::QueryMaxLoggedInOsAccountNumber(maxNum); in QueryMaxLoggedInOsAccountNumberFuzzTest()
87 result = OsAccountManager::QueryCurrentOsAccount(osAccountInfo); in QueryCurrentOsAccountFuzzTest()
96 result = OsAccountManager::QueryAllCreatedOsAccounts(osAccountInfos); in QueryAllCreatedOsAccountsFuzzTest()
/base/customization/enterprise_device_management/common/external/src/
H A Dedm_os_account_manager_impl.cpp24 return AccountSA::OsAccountManager::QueryActiveOsAccountIds(ids); in QueryActiveOsAccountIds()
34 return AccountSA::OsAccountManager::IsOsAccountExists(id, isExist); in IsOsAccountExists()
46 return OHOS::AccountSA::OsAccountManager::CreateOsAccount(name, type, osAccountInfo); in CreateOsAccount()
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_client_module_test.cpp387 ErrCode errCode = OsAccountManager::CreateOsAccount(STRING_NAME, OsAccountType::NORMAL, accountInfo); in HWTEST_F()
393 errCode = OsAccountManager::RemoveOsAccount(accountInfo.GetLocalId()); in HWTEST_F()
414 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); in HWTEST_F()
428 errCode = OsAccountManager::GetOsAccountLocalIdFromDomain(domainInfo, userId); in HWTEST_F()
441 EXPECT_EQ(OsAccountManager::RemoveOsAccount(userId), ERR_OK); in HWTEST_F()
516 ErrCode errCode = OsAccountManager::CreateOsAccount(STRING_NAME_TWO, OsAccountType::NORMAL, osAccountInfo); in HWTEST_F()
518 errCode = OsAccountManager::ActivateOsAccount(osAccountInfo.GetLocalId()); in HWTEST_F()
522 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfo.GetLocalId()), ERR_OK); in HWTEST_F()
534 ErrCode errCode = OsAccountManager::CreateOsAccount(STRING_NAME_TWO, OsAccountType::NORMAL, osAccountInfo); in HWTEST_F()
536 errCode = OsAccountManager in HWTEST_F()
[all...]
H A Ddomain_account_client_mock_plugin_so_module_test.cpp404 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, oldDomainInfo, testCallback); in HWTEST_F()
410 EXPECT_EQ(OsAccountManager::GetOsAccountLocalIdFromDomain(oldDomainInfo, oldUserId), ERR_OK); in HWTEST_F()
416 EXPECT_EQ(OsAccountManager::GetOsAccountLocalIdFromDomain(newDomainInfo, newUserId), ERR_OK); in HWTEST_F()
418 EXPECT_EQ(OsAccountManager::RemoveOsAccount(newUserId), ERR_OK); in HWTEST_F()
446 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, oldDomainInfo, testCallback); in HWTEST_F()
452 EXPECT_EQ(OsAccountManager::GetOsAccountLocalIdFromDomain(oldDomainInfo, oldUserId), ERR_OK); in HWTEST_F()
457 EXPECT_EQ(OsAccountManager::RemoveOsAccount(oldUserId), ERR_OK); in HWTEST_F()
485 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, oldDomainInfo, testCallback); in HWTEST_F()
491 EXPECT_EQ(OsAccountManager::GetOsAccountLocalIdFromDomain(oldDomainInfo, oldUserId), ERR_OK); in HWTEST_F()
504 EXPECT_EQ(OsAccountManager in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/services/ans/src/
H A Dos_account_manager_helper.cpp30 int32_t ret = AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, userId); in GetOsAccountLocalIdFromUid()
45 int32_t ret = AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(callingUid, userId); in GetCurrentCallingUserId()
60 int32_t ret = OHOS::AccountSA::OsAccountManager::GetForegroundOsAccountLocalId(id); in GetCurrentActiveUserId()
65 ANS_LOGE("Failed to call OsAccountManager::GetForegroundOsAccountLocalId, code is %{public}d", ret); in GetCurrentActiveUserId()
73 int32_t ret = OHOS::AccountSA::OsAccountManager::QueryAllCreatedOsAccounts(accounts); in GetAllOsAccount()
78 ANS_LOGE("Failed to call OsAccountManager::QueryAllCreatedOsAccounts, code is %{public}d", ret); in GetAllOsAccount()
89 int32_t ret = OHOS::AccountSA::OsAccountManager::QueryActiveOsAccountIds(userIds); in GetAllActiveOsAccount()
94 ANS_LOGE("Failed to call OsAccountManager::QueryActiveOsAccountIds, code is %{public}d", ret); in GetAllActiveOsAccount()
102 int32_t ret = OHOS::AccountSA::OsAccountManager::IsOsAccountExists(userId, isAccountExists); in CheckUserExists()
107 ANS_LOGE("Failed to call OsAccountManager in CheckUserExists()
[all...]
/base/notification/common_event_service/services/src/
H A Dos_account_manager_helper.cpp39 return AccountSA::OsAccountManager::QueryActiveOsAccountIds(ids); in QueryActiveOsAccountIds()
49 return AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, id); in GetOsAccountLocalIdFromUid()
56 int32_t ret = OHOS::AccountSA::OsAccountManager::IsOsAccountExists(userId, isAccountExists); in CheckUserExists()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_dialog_test/
H A Dmock_os_account_manager_annex.cpp76 ErrCode OsAccountManager::GetForegroundOsAccountLocalId(int32_t &id) in GetForegroundOsAccountLocalId()
85 ErrCode OsAccountManager::GetOsAccountLocalIdFromUid(const int32_t uid, int32_t &id) in GetOsAccountLocalIdFromUid()
91 ErrCode OsAccountManager::IsOsAccountExists(const int id, bool &isOsAccountExists) in IsOsAccountExists()
/base/security/asset/services/os_dependency/src/
H A Dos_account_wrapper.cpp26 int res = OHOS::AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, userIdTmp); in GetUserIdByUid()
38 int ret = OHOS::AccountSA::OsAccountManager::IsOsAccountExists(userId, isUserIdExist); in IsUserIdExist()
50 int32_t ret = OHOS::AccountSA::OsAccountManager::QueryAllCreatedOsAccounts(accountInfos); in GetUserIds()
77 int32_t ret = OHOS::AccountSA::OsAccountManager::QueryAllCreatedOsAccounts(accountInfos); in GetUsersSize()
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Ddisallow_add_os_account_by_user_plugin.cpp51 AccountSA::OsAccountManager::IsOsAccountExists(userId, isIdExist); in OnSetPolicy()
66 AccountSA::OsAccountManager::IsOsAccountExists(targetUserId, isIdExist); in OnGetPolicy()
73 ErrCode ret = AccountSA::OsAccountManager::GetOsAccountAllConstraints(targetUserId, constraints); in OnGetPolicy()
93 AccountSA::OsAccountManager::QueryActiveOsAccountIds(ids); in SetSpecificOsAccountConstraints()
101 ErrCode ret = AccountSA::OsAccountManager::SetSpecificOsAccountConstraints(constraints, disallow, userId, in SetSpecificOsAccountConstraints()
/base/account/os_account/test/fuzztest/osaccount/deactivateosaccount_fuzzer/
H A Ddeactivateosaccount_fuzzer.cpp35 result = OsAccountManager::DeactivateOsAccount(testId); in DeactivateOsAccountFuzzTest()
36 OsAccountManager::DeactivateAllOsAccounts(); in DeactivateOsAccountFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/subscribeosaccount_fuzzer/
H A Dsubscribeosaccount_fuzzer.cpp37 int32_t result = OsAccountManager::SubscribeOsAccount(subscriber); in SubscribeOsAccountFuzzTest()
44 int32_t result = OsAccountManager::UnsubscribeOsAccount(subscriber); in UnsubscribeOsAccountFuzzTest()
/base/request/request/services/include/
H A Daccount.h57 return OsAccountManager::GetForegroundOsAccountLocalId(account); in GetForegroundOsAccount()
63 auto ret = OsAccountManager::GetBackgroundOsAccountLocalIds(v); in GetBackgroundOsAccounts()
74 return OsAccountManager::GetOsAccountLocalIdFromUid(uid, id); in GetOsAccountLocalIdFromUid()
/base/account/os_account/test/fuzztest/osaccount/startosaccount_fuzzer/
H A Dstartosaccount_fuzzer.cpp35 result = OsAccountManager::StartOsAccount(testId); in StartOsAccountFuzzTest()
46 result = OsAccountManager::DeactivateOsAccount(testId); in DeactivateOsAccountFuzzTest()
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dlock_screen_plugin_test.cpp48 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(userId); in HWTEST_F()
64 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(userId); in HWTEST_F()
/base/account/os_account/test/fuzztest/osaccount/isosaccountforeground_fuzzer/
H A Disosaccountforeground_fuzzer.cpp37 OsAccountManager::IsOsAccountForeground(localId, isForeground); in IsOsAccountForegroundWith2ArgsFuzzTest()
48 OsAccountManager::IsOsAccountForeground(localId, Constants::DEFAULT_DISPALY_ID, isForeground); in IsOsAccountForegroundWith3ArgsFuzzTest()

Completed in 15 milliseconds

123456