Searched refs:testSize (Results 1 - 4 of 4) sorted by relevance
/base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/ |
H A D | downloaduploadmanager_fuzzer.cpp | 442 int testSize = INT32_SIZE; in ResponseMessageFuzzTestInt64FromParcel() local 443 ResponseMessageReceiver::Int64FromParcel(num, parcel, testSize); in ResponseMessageFuzzTestInt64FromParcel() 444 testSize = INT64_SIZE; in ResponseMessageFuzzTestInt64FromParcel() 445 ResponseMessageReceiver::Int64FromParcel(num, parcel, testSize); in ResponseMessageFuzzTestInt64FromParcel() 453 int testSize = INT32_SIZE; in ResponseMessageFuzzTestUint64FromParcel() local 454 ResponseMessageReceiver::Uint64FromParcel(num, parcel, testSize); in ResponseMessageFuzzTestUint64FromParcel() 455 testSize = INT64_SIZE; in ResponseMessageFuzzTestUint64FromParcel() 456 ResponseMessageReceiver::Uint64FromParcel(num, parcel, testSize); in ResponseMessageFuzzTestUint64FromParcel() 464 int testSize = INT16_SIZE; in ResponseMessageFuzzTestInt32FromParcel() local 465 ResponseMessageReceiver::Int32FromParcel(num, parcel, testSize); in ResponseMessageFuzzTestInt32FromParcel() 475 int testSize = INT16_SIZE; ResponseMessageFuzzTestUint32FromParcel() local 486 int testSize = 0; ResponseMessageFuzzTestInt16FromParcel() local 497 int testSize = INT32_SIZE; ResponseMessageFuzzTestStateFromParcel() local 510 int testSize = INT32_SIZE; ResponseMessageFuzzTestActionFromParcel() local 523 int testSize = INT32_SIZE; ResponseMessageFuzzTestVersionFromParcel() local 536 int testSize = INT32_SIZE; ResponseMessageFuzzTestSubscribeTypeFromParcel() local 549 int testSize = except.size() - 1; ResponseMessageFuzzTestStringFromParcel() local 560 int testSize = except.size(); ResponseMessageFuzzTestResponseHeaderFromParcel() local 581 int testSize = INT16_SIZE; ResponseMessageFuzzTestProgressExtrasFromParcel() local 611 int testSize = INT16_SIZE; ResponseMessageFuzzTestVecInt64FromParcel() local 663 int testSize = INT16_SIZE; ResponseMessageFuzzTestMsgHeaderParcel() local 727 int testSize = INT16_SIZE; ResponseMessageFuzzTestResponseFromParcel() local 774 int testSize = INT16_SIZE; ResponseMessageFuzzTestTaskStatesFromParcel() local 900 int testSize = INT16_SIZE; ResponseMessageFuzzTestNotifyDataFromParcel() local [all...] |
/base/security/access_token/interfaces/innerkits/nativetoken/test/unittest/src/ |
H A D | nativetoken_oper_test.cpp | 48 const int32_t testSize = 2; // 2 means test size in HWTEST_F() local 49 char **test = reinterpret_cast<char **>(malloc(sizeof(char *) * testSize)); in HWTEST_F() 51 for (int32_t i = 0; i < testSize; i++) { in HWTEST_F() 55 FreeStrArray(test, testSize - 1); in HWTEST_F() 57 FreeStrArray(test, testSize - 1); // arr[i] == nullptr in HWTEST_F() 58 for (int32_t i = 0; i < testSize; i++) { in HWTEST_F() 176 const int32_t testSize = 2; 182 char *test[testSize];
|
/base/update/updater/test/unittest/package/ |
H A D | pkg_manager_unittest.cpp | 243 size_t testSize = 100; in TestCreatePackageInvalidFile() local 249 info.fileInfo.unpackedSize = testSize; in TestCreatePackageInvalidFile() 250 info.fileInfo.packedSize = testSize; in TestCreatePackageInvalidFile() 257 info.originalSize = testSize; in TestCreatePackageInvalidFile()
|
/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_service_stub_test.cpp | 421 uint32_t testSize = 1001; in HWTEST_F() local 424 EXPECT_TRUE(data.WriteUint32(testSize)); in HWTEST_F() 550 uint32_t testSize = 1001; in HWTEST_F() local 553 EXPECT_TRUE(data.WriteUint32(testSize)); in HWTEST_F()
|
Completed in 6 milliseconds