/ohos5.0/base/msdp/device_status/test/fuzztest/startdrag_fuzzer/ |
H A D | startdrag_fuzzer.cpp | 60 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 D | updateshadowpic_fuzzer.cpp | 60 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 D | multimodal_input_connect_proxy_ex_test.cpp | 91 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 D | multimodal_input_connect_stub_ex_test.cpp | 374 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 D | drag_data_manager_test.cpp | 80 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 D | interaction_drag_drawing_test.cpp | 104 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 D | interaction_manager_test.cpp | 365 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 D | pointer_drawing_manager_ex_test.cpp | 106 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 D | pointer_drawing_manager_test.cpp | 96 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 D | input_windows_manager_test.cpp | 130 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 D | intention_service_test.cpp | 169 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 D | drag_server_test.cpp | 187 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 D | drag_manager_test.cpp | 88 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() local 89 errno_t ret = memset_s(pixelColors, BUFF_SIZE, DEFAULT_ICON_COLOR, colorByteCount); in CreatePixelMap()
|