Home
last modified time | relevance | path

Searched refs:colorByteCount (Results 1 - 8 of 8) sorted by relevance

/base/msdp/device_status/test/fuzztest/startdrag_fuzzer/
H A Dstartdrag_fuzzer.cpp60 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() local
61 auto ret = memset_s(colorPixels, colorByteCount, DEFAULT_ICON_COLOR, colorByteCount); in CreatePixelMap()
/base/msdp/device_status/test/fuzztest/updateshadowpic_fuzzer/
H A Dupdateshadowpic_fuzzer.cpp60 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() local
61 auto ret = memset_s(colors, colorByteCount, DEFAULT_ICON_COLOR, colorByteCount); in CreatePixelMap()
/base/msdp/device_status/test/unittest/services/unittest/src/
H A Ddrag_data_manager_test.cpp80 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() local
81 auto ret = memset_s(colorPixels, colorByteCount, DEFAULT_ICON_COLOR, colorByteCount); in CreatePixelMap()
/base/msdp/device_status/test/unittest/intention/services/src/
H A Dintention_service_test.cpp176 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() local
177 errno_t ret = memset_s(pixelColors, BUFF_SIZE, DEFAULT_ICON_COLOR, colorByteCount); in CreatePixelMap()
/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_drag_drawing_test.cpp108 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() local
109 errno_t ret = memset_s(pixelColors, colorByteCount, DEFAULT_ICON_COLOR, colorByteCount); in CreatePixelMap()
H A Dinteraction_manager_test.cpp365 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() local
366 if (memset_s(colors, colorByteCount, DEFAULT_ICON_COLOR, colorByteCount) != EOK) { in CreatePixelMap()
/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp88 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() local
89 errno_t ret = memset_s(pixelColors, BUFF_SIZE, DEFAULT_ICON_COLOR, colorByteCount); in CreatePixelMap()
H A Ddrag_server_test.cpp193 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() local
194 errno_t ret = memset_s(pixelColors, BUFF_SIZE, DEFAULT_ICON_COLOR, colorByteCount); in CreatePixelMap()

Completed in 20 milliseconds