Home
last modified time | relevance | path

Searched refs:testId (Results 1 - 25 of 49) sorted by relevance

12

/base/account/os_account/test/fuzztest/osaccount/startosaccount_fuzzer/
H A Dstartosaccount_fuzzer.cpp34 int32_t testId = fuzzData.GetData<int32_t>(); in StartOsAccountFuzzTest() local
35 result = OsAccountManager::StartOsAccount(testId); in StartOsAccountFuzzTest()
45 int32_t testId = fuzzData.GetData<int32_t>(); in DeactivateOsAccountFuzzTest() local
46 result = OsAccountManager::DeactivateOsAccount(testId); in DeactivateOsAccountFuzzTest()
/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp78 uint32_t testId = static_cast<uint32_t>(atoi(data)); in GetStringByIdFuzzTest() local
80 result = rm->GetStringById(testId, extraInfo); in GetStringByIdFuzzTest()
100 uint32_t testId = static_cast<uint32_t>(atoi(data)); in GetStringArrayByIdFuzzTest() local
102 result = rm->GetStringArrayById(testId, outValue); in GetStringArrayByIdFuzzTest()
122 uint32_t testId = static_cast<uint32_t>(atoi(data)); in GetPatternByIdFuzzTest() local
124 result = rm->GetPatternById(testId, outValue); in GetPatternByIdFuzzTest()
144 uint32_t testId = static_cast<uint32_t>(atoi(data)); in GetPluralStringByIdFuzzTest() local
146 result = rm->GetPluralStringById(testId, SINGULAR_NUM, outValue); in GetPluralStringByIdFuzzTest()
166 uint32_t testId = static_cast<uint32_t>(atoi(data)); in GetThemeByIdFuzzTest() local
168 result = rm->GetThemeById(testId, outValu in GetThemeByIdFuzzTest()
188 uint32_t testId = static_cast<uint32_t>(atoi(data)); GetIntegerByIdFuzzTest() local
210 uint32_t testId = static_cast<uint32_t>(atoi(data)); GetBooleanByIdFuzzTest() local
232 uint32_t testId = static_cast<uint32_t>(atoi(data)); GetFloatByIdFuzzTest() local
254 uint32_t testId = static_cast<uint32_t>(atoi(data)); GetIntArrayByIdFuzzTest() local
276 uint32_t testId = static_cast<uint32_t>(atoi(data)); GetMediaByIdFuzzTest() local
341 uint32_t testId = static_cast<uint32_t>(atoi(data)); GetMediaDataByIdFuzzTest() local
365 uint32_t testId = static_cast<uint32_t>(atoi(data)); GetMediaBase64DataByIdFuzzTest() local
387 uint32_t testId = static_cast<uint32_t>(atoi(data)); GetProfileDataByIdFuzzTest() local
455 uint32_t testId = static_cast<uint32_t>(atoi(data)); GetResIdFuzzTest() local
466 uint32_t testId = static_cast<uint32_t>(atoi(data)); GetThemeIconsFuzzTest() local
478 uint32_t testId = static_cast<uint32_t>(atoi(data)); GetStringFormatByIdFuzzTest() local
489 uint32_t testId = static_cast<uint32_t>(atoi(data)); GetColorByIdFuzzTest() local
511 uint32_t testId = static_cast<uint32_t>(atoi(data)); GetSymbolByIdFuzzTest() local
533 uint32_t testId = static_cast<uint32_t>(atoi(data)); GetProfileByIdFuzzTest() local
[all...]
/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_test_common_h.h146 uint32_t testId; member
153 uint32_t testId; member
166 uint32_t testId; member
177 uint32_t testId; member
188 uint32_t testId; member
199 uint32_t testId; member
209 uint32_t testId; member
215 uint32_t testId; member
222 uint32_t testId; member
227 uint32_t testId; member
234 uint32_t testId; global() member
243 uint32_t testId; global() member
[all...]
/base/account/os_account/test/fuzztest/osaccount/getosaccountlocalidfromprocess_fuzzer/
H A Dgetosaccountlocalidfromprocess_fuzzer.cpp30 int testId = -1; in GetOsAccountLocalIdFromProcessFuzzTest() local
31 int32_t result = OsAccountManager::GetOsAccountLocalIdFromProcess(testId); in GetOsAccountLocalIdFromProcessFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/activateosaccount_fuzzer/
H A Dactivateosaccount_fuzzer.cpp34 int32_t testId = fuzzData.GetData<int32_t>(); in GetDistributedVirtualDeviceIdFuzzTest() local
35 result = OsAccountManager::ActivateOsAccount(testId); in GetDistributedVirtualDeviceIdFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/setosaccounttoberemoved_fuzzer/
H A Dsetosaccounttoberemoved_fuzzer.cpp31 int32_t testId = fuzzData.GetData<int32_t>(); in SetOsAccountToBeRemovedFuzzTest() local
33 return OsAccountManager::SetOsAccountToBeRemoved(testId, toBeRemoved); in SetOsAccountToBeRemovedFuzzTest()
/base/account/os_account/test/fuzztest/ohosaccount/querydeviceaccountid_fuzzer/
H A Dquerydeviceaccountid_fuzzer.cpp31 int testId = -1; in QueryDeviceAccountIdFuzzTest() local
32 int32_t result = OhosAccountKits::GetInstance().QueryDeviceAccountId(testId); in QueryDeviceAccountIdFuzzTest()
/base/account/os_account/test/fuzztest/ohosaccount/queryohosaccountinfobyuserid_fuzzer/
H A Dqueryohosaccountinfobyuserid_fuzzer.cpp36 int32_t testId = fuzzData.GetData<int32_t>(); in QueryOhosAccountInfoByUserIdFuzzTest() local
37 result = OhosAccountKits::GetInstance().QueryOhosAccountInfoByUserId(testId); in QueryOhosAccountInfoByUserIdFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/deactivateosaccount_fuzzer/
H A Ddeactivateosaccount_fuzzer.cpp34 int32_t testId = fuzzData.GetData<int32_t>(); in DeactivateOsAccountFuzzTest() local
35 result = OsAccountManager::DeactivateOsAccount(testId); in DeactivateOsAccountFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/getosaccounttype_fuzzer/
H A Dgetosaccounttype_fuzzer.cpp38 int32_t testId = fuzzData.GetData<int32_t>(); in GetOsAccountTypeFuzzTest() local
39 result = OsAccountManager::GetOsAccountType(testId, type); in GetOsAccountTypeFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/isosaccountverified_fuzzer/
H A Disosaccountverified_fuzzer.cpp35 int32_t testId = fuzzData.GetData<int32_t>(); in IsOsAccountVerifiedFuzzTest() local
37 result = OsAccountManager::IsOsAccountVerified(testId, testIsVerified); in IsOsAccountVerifiedFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/getserialnumberbyosaccountlocalid_fuzzer/
H A Dgetserialnumberbyosaccountlocalid_fuzzer.cpp34 int32_t testId = fuzzData.GetData<int32_t>(); in GetSerialNumberByOsAccountLocalIdFuzzTest() local
36 result = OsAccountManager::GetSerialNumberByOsAccountLocalId(testId, testSerialNumber); in GetSerialNumberByOsAccountLocalIdFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/setdefaultactivatedosaccount_fuzzer/
H A Dsetdefaultactivatedosaccount_fuzzer.cpp34 int32_t testId = fuzzData.GetData<int32_t>(); in SetDefaultActivatedOsAccountFuzzTest() local
35 result = OsAccountManager::SetDefaultActivatedOsAccount(testId); in SetDefaultActivatedOsAccountFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/setosaccounttoberemovedstub_fuzzer/
H A Dsetosaccounttoberemovedstub_fuzzer.cpp35 int32_t testId = fuzzData.GetData<int32_t>() - 1; in SetOsAccountToBeRemovedStubFuzzTest() local
36 if (!dataParcel.WriteInt32(testId)) { in SetOsAccountToBeRemovedStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/isosaccountcompleted_fuzzer/
H A Disosaccountcompleted_fuzzer.cpp34 int32_t testId = fuzzData.GetData<int32_t>(); in IsOsAccountCompletedFuzzTest() local
36 result = OsAccountManager::IsOsAccountCompleted(testId, testIsOsAccountCompleted); in IsOsAccountCompletedFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/isosaccountactived_fuzzer/
H A Disosaccountactived_fuzzer.cpp35 int32_t testId = fuzzData.GetData<int32_t>(); in IsOsAccountActivedFuzzTest() local
37 result = OsAccountManager::IsOsAccountActived(testId, testIsOsAccountActived); in IsOsAccountActivedFuzzTest()
/base/account/os_account/test/fuzztest/ohosaccount/setohosaccountinfobyuserid_fuzzer/
H A Dsetohosaccountinfobyuserid_fuzzer.cpp38 int32_t testId = fuzzData.GetData<int32_t>(); in SetOhosAccountInfoByUserIdFuzzTest() local
45 result = OhosAccountKits::GetInstance().SetOhosAccountInfoByUserId(testId, testOhosAccountInfo, testEventStr); in SetOhosAccountInfoByUserIdFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/removeosaccount_fuzzer/
H A Dremoveosaccount_fuzzer.cpp35 int32_t testId = fuzzData.GetData<int32_t>(); in RemoveOsAccountFuzzTest() local
36 result = OsAccountManager::RemoveOsAccount(testId); in RemoveOsAccountFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/getosaccountshortname_fuzzer/
H A Dgetosaccountshortname_fuzzer.cpp35 int32_t testId = fuzzData.GetData<int32_t>(); in GetOsAccountShortNameFuzzTest() local
36 result = OsAccountManager::GetOsAccountShortName(testId, shortName); in GetOsAccountShortNameFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/getosaccountallconstraints_fuzzer/
H A Dgetosaccountallconstraints_fuzzer.cpp35 int32_t testId = fuzzData.GetData<int32_t>(); in GetOsAccountAllConstraintsFuzzTest() local
37 result = OsAccountManager::GetOsAccountAllConstraints(testId, testConstraints); in GetOsAccountAllConstraintsFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/setosaccountisverified_fuzzer/
H A Dsetosaccountisverified_fuzzer.cpp36 int32_t testId = fuzzData.GetData<int32_t>(); in SetOsAccountIsVerifiedFuzzTest() local
38 result = OsAccountManager::SetOsAccountIsVerified(testId, testIsVerified); in SetOsAccountIsVerifiedFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/getosaccountlocalidfromuid_fuzzer/
H A Dgetosaccountlocalidfromuid_fuzzer.cpp35 int testId; in GetOsAccountLocalIdFromUidFuzzTest() local
36 result = OsAccountManager::GetOsAccountLocalIdFromUid(testUid, testId); in GetOsAccountLocalIdFromUidFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/getosaccountprofilephoto_fuzzer/
H A Dgetosaccountprofilephoto_fuzzer.cpp34 int32_t testId = fuzzData.GetData<int32_t>(); in GetOsAccountProfilePhotoFuzzTest() local
36 result = OsAccountManager::GetOsAccountProfilePhoto(testId, testPhoto); in GetOsAccountProfilePhotoFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/isosaccountexists_fuzzer/
H A Disosaccountexists_fuzzer.cpp35 int32_t testId = fuzzData.GetData<int32_t>(); in IsOsAccountExistsFuzzTest() local
37 result = OsAccountManager::IsOsAccountExists(testId, testIsOsAccountExists); in IsOsAccountExistsFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/queryaccountinfo_fuzzer/
H A Dqueryaccountinfo_fuzzer.cpp44 int32_t testId = fuzzData.GetData<int32_t>(); in QueryOsAccountConstraintSourceTypesFuzzTest() local
47 testId, testConstraint, testConstraintSourceTypeInfos); in QueryOsAccountConstraintSourceTypesFuzzTest()
57 int32_t testId = fuzzData.GetData<int32_t>(); in QueryOsAccountByIdFuzzTest() local
59 result = OsAccountManager::QueryOsAccountById(testId, osAccountInfo); in QueryOsAccountByIdFuzzTest()

Completed in 12 milliseconds

12