Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_ipp_over_usb_util.h165 DumpRespCode(bufTmp, length, index + HTTP_COMMON_CONST_VALUE_4, HTTP_COMMON_CONST_VALUE_8); in ConstructHttpResponse()
166 if (index < length - HTTP_COMMON_CONST_VALUE_4) { in ConstructHttpResponse()
171 index = index + HTTP_COMMON_CONST_VALUE_4; in ConstructHttpResponse()
H A Dprint_ipp_over_usb_constant.h105 const int HTTP_COMMON_CONST_VALUE_4 = 4; variable
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp146 DumpRespIdCode(readTempBuffer, operation, index + HTTP_COMMON_CONST_VALUE_4, readSize); in CalculateRequestId()
205 if (fileDataBeginIndex > HTTP_COMMON_CONST_VALUE_4) { in ProcessDataFromDevice()
206 …requestId = CalculateRequestId(tmVector, fileDataBeginIndex - HTTP_COMMON_CONST_VALUE_4, operation… in ProcessDataFromDevice()
H A Dprint_usb_manager.cpp128 if (len > HTTP_COMMON_CONST_VALUE_4) { in GetProductName()
129 serialNumber = serialNumber.substr(len - HTTP_COMMON_CONST_VALUE_4); in GetProductName()