Home
last modified time | relevance | path

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

/base/msdp/device_status/utils/common/src/
H A Ddrag_data_packer.cpp108 int32_t shadowNum = static_cast<int32_t>(shadowInfos.size()); in Marshalling() local
109 if (shadowNum > SHADOW_NUM_LIMIT) { in Marshalling()
110 FI_HILOGW("Only %{public}d shadowInfos allowed at most, now %{public}d", SHADOW_NUM_LIMIT, shadowNum); in Marshalling()
111 shadowNum = SHADOW_NUM_LIMIT; in Marshalling()
113 WRITEINT32(data, shadowNum, ERR_INVALID_VALUE); in Marshalling()
114 for (int32_t i = 0; i < shadowNum; i++) { in Marshalling()
126 int32_t shadowNum { 0 }; in UnMarshalling()
127 READINT32(data, shadowNum, E_DEVICESTATUS_READ_PARCEL_ERROR); in UnMarshalling()
128 if (shadowNum <= 0 || shadowNum > SHADOW_NUM_LIMI in UnMarshalling()
[all...]
/base/msdp/device_status/test/unittest/intention/drag/include/
H A Ddrag_manager_test.h32 bool hasCoordinateCorrected, int32_t shadowNum);
H A Ddrag_server_test.h61 bool hasCoordinateCorrected, int32_t shadowNum);
/base/msdp/device_status/test/unittest/intention/services/include/
H A Dintention_service_test.h79 bool hasCoordinateCorrected, int32_t shadowNum);
/base/msdp/device_status/test/unittest/intention/services/src/
H A Dintention_service_test.cpp194 int32_t pointerId, int32_t dragNum, bool hasCoordinateCorrected, int32_t shadowNum) in CreateDragData()
198 for (int32_t i = 0; i < shadowNum; i++) { in CreateDragData()
193 CreateDragData(int32_t sourceType, int32_t pointerId, int32_t dragNum, bool hasCoordinateCorrected, int32_t shadowNum) CreateDragData() argument
/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_drag_drawing_test.cpp79 bool hasCoordinateCorrected, int32_t shadowNum);
147 int32_t pointerId, int32_t dragNum, bool hasCoordinateCorrected, int32_t shadowNum) in CreateDragData()
151 for (int32_t i = 0; i < shadowNum; i++) { in CreateDragData()
146 CreateDragData(int32_t sourceType, int32_t pointerId, int32_t dragNum, bool hasCoordinateCorrected, int32_t shadowNum) CreateDragData() argument
/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp106 int32_t pointerId, int32_t dragNum, bool hasCoordinateCorrected, int32_t shadowNum) in CreateDragData()
110 for (int32_t i = 0; i < shadowNum; i++) { in CreateDragData()
105 CreateDragData(int32_t sourceType, int32_t pointerId, int32_t dragNum, bool hasCoordinateCorrected, int32_t shadowNum) CreateDragData() argument
H A Ddrag_server_test.cpp211 int32_t pointerId, int32_t dragNum, bool hasCoordinateCorrected, int32_t shadowNum) in CreateDragData()
215 for (int32_t i = 0; i < shadowNum; i++) { in CreateDragData()
210 CreateDragData(int32_t sourceType, int32_t pointerId, int32_t dragNum, bool hasCoordinateCorrected, int32_t shadowNum) CreateDragData() argument

Completed in 10 milliseconds