Home
last modified time | relevance | path

Searched refs:longSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/fuzztest/arraywrappersecond_fuzzer/
H A Darraywrappersecond_fuzzer.cpp41 long longSize = 0; in DoSomethingInterestingWithMyAPI() local
43 std::shared_ptr<Array> array = std::make_shared<Array>(longSize, id); in DoSomethingInterestingWithMyAPI()
45 array->ParseString(values, longSize); in DoSomethingInterestingWithMyAPI()
46 array->ParseBoolean(values, longSize); in DoSomethingInterestingWithMyAPI()
47 array->ParseByte(values, longSize); in DoSomethingInterestingWithMyAPI()
48 array->ParseShort(values, longSize); in DoSomethingInterestingWithMyAPI()
49 array->ParseInteger(values, longSize); in DoSomethingInterestingWithMyAPI()
50 array->ParseLong(values, longSize); in DoSomethingInterestingWithMyAPI()
51 array->ParseFloat(values, longSize); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_base/test/fuzztest/arraywrapperthird_fuzzer/
H A Darraywrapperthird_fuzzer.cpp41 long longSize = 0; in DoSomethingInterestingWithMyAPI() local
43 std::shared_ptr<Array> array = std::make_shared<Array>(longSize, id); in DoSomethingInterestingWithMyAPI()
45 array->ParseDouble(values, longSize); in DoSomethingInterestingWithMyAPI()
46 array->ParseChar(values, longSize); in DoSomethingInterestingWithMyAPI()
47 array->ParseArray(values, longSize); in DoSomethingInterestingWithMyAPI()
48 array->ParseWantParams(values, longSize); in DoSomethingInterestingWithMyAPI()
51 array->ParseElement(arrayptr, func, values, longSize); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_base/test/fuzztest/arraywrapperfirst_fuzzer/
H A Darraywrapperfirst_fuzzer.cpp39 long longSize = 0; in DoSomethingInterestingWithMyAPI() local
41 longSize = static_cast<long>(size); in DoSomethingInterestingWithMyAPI()
44 std::shared_ptr<Array> array = std::make_shared<Array>(longSize, id); in DoSomethingInterestingWithMyAPI()
50 array->GetLength(longSize); in DoSomethingInterestingWithMyAPI()