Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_usb_manager.cpp152 ((bufferData[INDEX_0] - HTTP_COMMON_CONST_VALUE_2) / HTTP_COMMON_CONST_VALUE_2) < 0) { in QueryPrinterInfoFromStringDescriptor()
157 …std::vector<uint8_t> arr((bufferData[INDEX_0] - HTTP_COMMON_CONST_VALUE_2) / HTTP_COMMON_CONST_VAL… in QueryPrinterInfoFromStringDescriptor()
161 i += HTTP_COMMON_CONST_VALUE_2; in QueryPrinterInfoFromStringDescriptor()
H A Dprint_http_request_process.cpp104 size_t lenIndex = index + HTTP_COMMON_CONST_VALUE_14 + HTTP_COMMON_CONST_VALUE_2; in GetContentLength()
150 pow(HTTP_COMMON_CONST_VALUE_10, HTTP_COMMON_CONST_VALUE_2) + in CalculateRequestId()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_usb_manager.cpp151 … std::vector<uint8_t> arr((bufferData[0] - HTTP_COMMON_CONST_VALUE_2) / HTTP_COMMON_CONST_VALUE_2); in GetDeviceSerialNumber()
155 i += HTTP_COMMON_CONST_VALUE_2; in GetDeviceSerialNumber()
/ohos5.0/base/print/print_fwk/utils/include/
H A Dscan_constant.h135 const int HTTP_COMMON_CONST_VALUE_2 = 2; variable
H A Dprint_ipp_over_usb_constant.h103 const int HTTP_COMMON_CONST_VALUE_2 = 2; variable
H A Dprint_ipp_over_usb_util.h55 ss << std::hex << std::setw(HTTP_COMMON_CONST_VALUE_2) << static_cast<int>(v[i]) << " "; in Uint8ToHexString()