Home
last modified time | relevance | path

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

/foundation/distributedhardware/devicemanager/ext/mini/services/devicemanagerservice/src/message/
Dmsg_request_auth.cpp252 int32_t thumbnailLen = 0; in Decode() local
253 msg->GetDecodeAppInfo(thumbnailStr, &thumbnail, thumbnailLen); in Decode()
260 idx, thumbnailLen, msg->mThumbnailSize_); in Decode()
261 if (msg->mThumbnailSize_ < thumbnailLen + (idx - 1) * MSG_MAX_SIZE) { in Decode()
267 …msg->mImageInfo_.SetThumbnailData(thumbnail, thumbnailLen, (idx - 1) * MSG_MAX_SIZE, thumbnailLen); in Decode()