Home
last modified time | relevance | path

Searched refs:colorByteCount (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmultimodal_input_connect_proxy_ex_test.cpp91 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() local
92 errno_t ret = memset_s(pixelColors, colorByteCount, DEFAULT_ICON_COLOR, colorByteCount); in CreatePixelMap()
H A Dmultimodal_input_connect_stub_ex_test.cpp374 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() local
375 errno_t ret = memset_s(pixelColors, colorByteCount, DEFAULT_ICON_COLOR, colorByteCount); in CreatePixelMap()
/ohos5.0/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()
/ohos5.0/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_drag_drawing_test.cpp104 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() local
105 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()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dpointer_drawing_manager_ex_test.cpp106 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() local
107 errno_t ret = memset_s(pixelColors, colorByteCount, DEFAULT_ICON_COLOR, colorByteCount); in CreatePixelMap()
H A Dpointer_drawing_manager_test.cpp96 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() local
97 errno_t ret = memset_s(pixelColors, colorByteCount, DEFAULT_ICON_COLOR, colorByteCount); in CreatePixelMap()
H A Dinput_windows_manager_test.cpp130 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() local
131 errno_t ret = memset_s(pixelColors, colorByteCount, DEFAULT_ICON_COLOR, colorByteCount); in CreatePixelMap()
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/src/
H A Dintention_service_test.cpp169 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() local
170 errno_t ret = memset_s(pixelColors, BUFF_SIZE, DEFAULT_ICON_COLOR, colorByteCount); in CreatePixelMap()
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_server_test.cpp187 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() local
188 errno_t ret = memset_s(pixelColors, BUFF_SIZE, DEFAULT_ICON_COLOR, colorByteCount); in CreatePixelMap()
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()