/base/account/os_account/test/fuzztest/osaccount/startosaccount_fuzzer/ |
H A D | startosaccount_fuzzer.cpp | 34 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 D | resmgr_fuzzer.cpp | 78 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 D | hks_test_common_h.h | 146 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 D | getosaccountlocalidfromprocess_fuzzer.cpp | 30 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 D | activateosaccount_fuzzer.cpp | 34 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 D | setosaccounttoberemoved_fuzzer.cpp | 31 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 D | querydeviceaccountid_fuzzer.cpp | 31 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 D | queryohosaccountinfobyuserid_fuzzer.cpp | 36 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 D | deactivateosaccount_fuzzer.cpp | 34 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 D | getosaccounttype_fuzzer.cpp | 38 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 D | isosaccountverified_fuzzer.cpp | 35 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 D | getserialnumberbyosaccountlocalid_fuzzer.cpp | 34 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 D | setdefaultactivatedosaccount_fuzzer.cpp | 34 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 D | setosaccounttoberemovedstub_fuzzer.cpp | 35 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 D | isosaccountcompleted_fuzzer.cpp | 34 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 D | isosaccountactived_fuzzer.cpp | 35 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 D | setohosaccountinfobyuserid_fuzzer.cpp | 38 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 D | removeosaccount_fuzzer.cpp | 35 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 D | getosaccountshortname_fuzzer.cpp | 35 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 D | getosaccountallconstraints_fuzzer.cpp | 35 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 D | setosaccountisverified_fuzzer.cpp | 36 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 D | getosaccountlocalidfromuid_fuzzer.cpp | 35 int testId; in GetOsAccountLocalIdFromUidFuzzTest() local 36 result = OsAccountManager::GetOsAccountLocalIdFromUid(testUid, testId); in GetOsAccountLocalIdFromUidFuzzTest()
|
/base/account/os_account/test/fuzztest/osaccount/getosaccountprofilephoto_fuzzer/ |
H A D | getosaccountprofilephoto_fuzzer.cpp | 34 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 D | isosaccountexists_fuzzer.cpp | 35 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 D | queryaccountinfo_fuzzer.cpp | 44 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()
|