Home
last modified time | relevance | path

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

12

/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
Dresmgr_fuzzer.cpp33 uint32_t testId = reinterpret_cast<uint32_t>(data); in GetStringByIdFuzzTest() local
35 result = rm->GetStringById(testId, extraInfo); in GetStringByIdFuzzTest()
44 uint32_t testId = reinterpret_cast<uint32_t>(data); in GetStringArrayByIdFuzzTest() local
46 result = rm->GetStringArrayById(testId, outValue); in GetStringArrayByIdFuzzTest()
55 uint32_t testId = reinterpret_cast<uint32_t>(data); in GetIntegerByIdFuzzTest() local
57 result = rm->GetIntegerById(testId, outValue); in GetIntegerByIdFuzzTest()
77 uint32_t testId = reinterpret_cast<uint32_t>(data); in GetBooleanByIdFuzzTest() local
79 result = rm->GetBooleanById(testId, outValue); in GetBooleanByIdFuzzTest()
88 uint32_t testId = reinterpret_cast<uint32_t>(data); in GetFloatByIdFuzzTest() local
90 result = rm->GetFloatById(testId, outValue); in GetFloatByIdFuzzTest()
[all …]
/base/security/huks/test/unittest/huks_lite_test/common/include/
Dhks_test_common.h166 uint32_t testId; member
174 uint32_t testId; member
188 uint32_t testId; member
200 uint32_t testId; member
212 uint32_t testId; member
224 uint32_t testId; member
235 uint32_t testId; member
242 uint32_t testId; member
250 uint32_t testId; member
256 uint32_t testId; member
[all …]
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/include/
Dhks_test_common.h178 uint32_t testId; member
186 uint32_t testId; member
200 uint32_t testId; member
212 uint32_t testId; member
224 uint32_t testId; member
236 uint32_t testId; member
247 uint32_t testId; member
254 uint32_t testId; member
262 uint32_t testId; member
268 uint32_t testId; member
[all …]
/base/account/os_account/test/fuzztest/osaccount/setdefaultactivatedosaccount_fuzzer/
Dsetdefaultactivatedosaccount_fuzzer.cpp32 int testId = static_cast<int>(size); in SetDefaultActivatedOsAccountFuzzTest() local
33 result = OsAccountManager::SetDefaultActivatedOsAccount(testId); in SetDefaultActivatedOsAccountFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/stoposaccount_fuzzer/
Dstoposaccount_fuzzer.cpp32 int testId = static_cast<int>(size); in StopOsAccountFuzzTest() local
33 result = OsAccountManager::StopOsAccount(testId); in StopOsAccountFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/removeosaccount_fuzzer/
Dremoveosaccount_fuzzer.cpp33 int testId = static_cast<int>(size); in RemoveOsAccountFuzzTest() local
34 result = OsAccountManager::RemoveOsAccount(testId); in RemoveOsAccountFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/startosaccount_fuzzer/
Dstartosaccount_fuzzer.cpp32 int testId = static_cast<int>(size); in StartOsAccountFuzzTest() local
33 result = OsAccountManager::StartOsAccount(testId); in StartOsAccountFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/activateosaccount_fuzzer/
Dactivateosaccount_fuzzer.cpp32 int testId = static_cast<int>(size); in GetDistributedVirtualDeviceIdFuzzTest() local
33 result = OsAccountManager::ActivateOsAccount(testId); in GetDistributedVirtualDeviceIdFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/getosaccountlocalidfromprocess_fuzzer/
Dgetosaccountlocalidfromprocess_fuzzer.cpp32 int testId = static_cast<int>(size); in GetOsAccountLocalIdFromProcessFuzzTest() local
33 result = OsAccountManager::GetOsAccountLocalIdFromProcess(testId); in GetOsAccountLocalIdFromProcessFuzzTest()
/base/account/os_account/test/fuzztest/ohosaccount/querydeviceaccountid_fuzzer/
Dquerydeviceaccountid_fuzzer.cpp33 int testId = static_cast<int>(size); in QueryDeviceAccountIdFuzzTest() local
34 result = OhosAccountKits::GetInstance().QueryDeviceAccountId(testId); in QueryDeviceAccountIdFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/getosaccountlocalidfromuid_fuzzer/
Dgetosaccountlocalidfromuid_fuzzer.cpp33 int testId; in GetOsAccountLocalIdFromUidFuzzTest() local
34 result = OsAccountManager::GetOsAccountLocalIdFromUid(testUid, testId); in GetOsAccountLocalIdFromUidFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/isosaccountverified_fuzzer/
Disosaccountverified_fuzzer.cpp33 int testId = static_cast<int>(size); in IsOsAccountVerifiedFuzzTest() local
35 result = OsAccountManager::IsOsAccountVerified(testId, testIsVerified); in IsOsAccountVerifiedFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/isosaccountactived_fuzzer/
Disosaccountactived_fuzzer.cpp33 int testId = static_cast<int>(size); in IsOsAccountActivedFuzzTest() local
35 result = OsAccountManager::IsOsAccountActived(testId, testIsOsAccountActived); in IsOsAccountActivedFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/isosaccountcompleted_fuzzer/
Disosaccountcompleted_fuzzer.cpp32 int testId = static_cast<int>(size); in IsOsAccountCompletedFuzzTest() local
34 result = OsAccountManager::IsOsAccountCompleted(testId, testIsOsAccountCompleted); in IsOsAccountCompletedFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/isosaccountexists_fuzzer/
Disosaccountexists_fuzzer.cpp33 int testId = static_cast<int>(size); in IsOsAccountExistsFuzzTest() local
35 result = OsAccountManager::IsOsAccountExists(testId, testIsOsAccountExists); in IsOsAccountExistsFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/getserialnumberbyosaccountlocalid_fuzzer/
Dgetserialnumberbyosaccountlocalid_fuzzer.cpp32 int testId = static_cast<int>(size); in GetSerialNumberByOsAccountLocalIdFuzzTest() local
34 result = OsAccountManager::GetSerialNumberByOsAccountLocalId(testId, testSerialNumber); in GetSerialNumberByOsAccountLocalIdFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/queryosaccountbyid_fuzzer/
Dqueryosaccountbyid_fuzzer.cpp33 int testId = static_cast<int>(size); in QueryOsAccountByIdFuzzTest() local
35 result = OsAccountManager::QueryOsAccountById(testId, osAccountInfo); in QueryOsAccountByIdFuzzTest()
/base/account/os_account/test/fuzztest/ohosaccount/queryohosaccountinfobyuserid_fuzzer/
Dqueryohosaccountinfobyuserid_fuzzer.cpp34 int testId = static_cast<int>(size); in QueryOhosAccountInfoByUserIdFuzzTest() local
35 result = OhosAccountKits::GetInstance().QueryOhosAccountInfoByUserId(testId); in QueryOhosAccountInfoByUserIdFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/getosaccountprofilephoto_fuzzer/
Dgetosaccountprofilephoto_fuzzer.cpp32 int testId = static_cast<int>(size); in GetOsAccountProfilePhotoFuzzTest() local
34 result = OsAccountManager::GetOsAccountProfilePhoto(testId, testPhoto); in GetOsAccountProfilePhotoFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/setosaccountisverified_fuzzer/
Dsetosaccountisverified_fuzzer.cpp34 int testId = static_cast<int>(size); in SetOsAccountIsVerifiedFuzzTest() local
36 result = OsAccountManager::SetOsAccountIsVerified(testId, testIsVerified); in SetOsAccountIsVerifiedFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/getosaccountallconstraints_fuzzer/
Dgetosaccountallconstraints_fuzzer.cpp33 int testId = static_cast<int>(size); in GetOsAccountAllConstraintsFuzzTest() local
35 result = OsAccountManager::GetOsAccountAllConstraints(testId, testConstraints); in GetOsAccountAllConstraintsFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/queryosaccountconstraintsourcetypes_fuzzer/
Dqueryosaccountconstraintsourcetypes_fuzzer.cpp34 int testId = static_cast<int>(size); in QueryOsAccountConstraintSourceTypesFuzzTest() local
37 testId, testConstraint, testConstraintSourceTypeInfos); in QueryOsAccountConstraintSourceTypesFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/removeosaccountstub_fuzzer/
Dremoveosaccountstub_fuzzer.cpp35 int testId = static_cast<int>(size); in RemoveOsAccountStubFuzzTest() local
40 if (!datas.WriteInt32(testId)) { in RemoveOsAccountStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/activateosaccountstub_fuzzer/
Dactivateosaccountstub_fuzzer.cpp35 int testId = static_cast<int>(size); in ActivateOsAccountStubFuzzTest() local
40 if (!datas.WriteInt32(testId)) { in ActivateOsAccountStubFuzzTest()
/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
Dhks_hash_test.c107 HKS_TEST_LOG_I("HksHashRun failed, ret[%u] = %d", g_testHashParams[0].testId, ret); in LITE_TEST_CASE()
114 HKS_TEST_LOG_I("[%u]TestHash, Testcase_Hash_[%03u] pass!", 1, g_testHashParams[0].testId); in LITE_TEST_CASE()

12