Searched refs:valueInt32 (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surfacebuffer_fuzzer/ |
H A D | surfacebuffer_fuzzer.cpp | 98 int32_t valueInt32 = GetData<int32_t>(); in DoSomethingInterestingWithMyAPI() local 114 bedata->ExtraSet(keyInt32, valueInt32); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/ |
H A D | bufferqueue_fuzzer.cpp | 35 int32_t valueInt32 = GetData<int32_t>(); in GetBufferExtraDataFromData() local 45 bedata->ExtraSet(keyInt32, valueInt32); in GetBufferExtraDataFromData() 50 bedata->ExtraGet(keyInt32, valueInt32); in GetBufferExtraDataFromData()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/ |
H A D | bufferqueueproducer_fuzzer.cpp | 37 int32_t valueInt32 = GetData<int32_t>(); in GetBufferExtraDataFromData() local 47 bedata->ExtraSet(keyInt32, valueInt32); in GetBufferExtraDataFromData() 52 bedata->ExtraGet(keyInt32, valueInt32); in GetBufferExtraDataFromData()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/unit_test/source/ |
H A D | common_lib_test.cpp | 389 int32_t valueInt32 = 0; variable 390 ret = GetIntFromJson(nullptr, "age", &valueInt32); 457 int32_t valueInt32 = 0; variable 458 ret = AddIntToJson(nullptr, "name", valueInt32); 460 ret = AddIntToJson(childObj, "gender", valueInt32); 462 ret = AddIntToJson(childObj, "name", valueInt32);
|