Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
H A Dlayer_fuzzer.cpp79 alpha.enGlobalAlpha = GetRandBoolValue(GetData<uint32_t>()); in GetLayerAlpha()
80 alpha.enPixelAlpha = GetRandBoolValue(GetData<uint32_t>()); in GetLayerAlpha()
220 bool preMul = GetRandBoolValue(GetData<uint32_t>()); in TestSetLayerPreMulti()
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/device_fuzzer/
H A Ddevice_fuzzer.cpp174 bool needFlushFb = GetRandBoolValue(GetData<uint32_t>()); in TestPrepareDisplayLayers()
225 bool enable = GetRandBoolValue(GetData<uint32_t>()); in TestEnableHardwareCursorStats()
296 bool enabled = GetRandBoolValue(GetData<uint32_t>()); in TestSetDisplayVsyncEnabled()
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/common/
H A Ddisplay_common_fuzzer.h156 bool GetRandBoolValue(uint32_t data) in GetRandBoolValue() function