Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/buffer/test/fuzztest/metadata_fuzzer/
H A Dmetadata_fuzzer.cpp30 static size_t g_dataSize = 0; variable
42 if (g_data == nullptr || objectSize > g_dataSize - g_pos) { in GetData()
156 g_dataSize = size; in FuzzTest()
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
H A Dlayer_fuzzer.cpp33 static size_t g_dataSize = 0; variable
45 if (g_data == nullptr || objectSize > g_dataSize - g_pos) { in GetData()
410 g_dataSize = size; in FuzzTest()
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/device_fuzzer/
H A Ddevice_fuzzer.cpp34 static size_t g_dataSize = 0; variable
46 if (g_data == nullptr || objectSize > g_dataSize - g_pos) { in GetData()
540 g_dataSize = size; in FuzzTest()