Home
last modified time | relevance | path

Searched refs:INDEX_4 (Results 1 - 4 of 4) sorted by relevance

/base/print/print_fwk/services/print_service/src/
H A Dprint_ipp_over_usb_manager.cpp75 if (tmp.length() > INDEX_4 && (tmp.substr(0, INDEX_4) == PRINTER_ID_PREFIX)) { in ConnectPrinter()
76 std::string printerName = tmp.substr(INDEX_4); in ConnectPrinter()
107 if (tmp.length() > INDEX_4 && (tmp.substr(0, INDEX_4) == PRINTER_ID_PREFIX)) { in DisConnectPrinter()
108 std::string printerName = tmp.substr(INDEX_4); in DisConnectPrinter()
H A Dprint_http_request_process.cpp53 readTempBuffer[INDEX_4] == HTTP_RESPONSE_VERSION_SPLIT_GANG && in NeedOffset()
163 size_t fileDataBeginIndex = index + INDEX_4; in CalculateFileDataBeginIndex()
352 requestId = (uint8_t)(*(data + INDEX_4)) * HTTP_COMMON_CONST_VALUE_1000 + in CalcReqIdOperaId()
/base/print/print_fwk/utils/include/
H A Dprint_ipp_over_usb_util.h82 data[INDEX_4] == HTTP_RESPONSE_VERSION_SPLIT_GANG) { in IsStartWithHttpHeader()
94 data[INDEX_4] == HTTP_RESPONSE_P && in IsEndWithHttpResponse()
H A Dprint_ipp_over_usb_constant.h131 const int INDEX_4 = 4; member

Completed in 4 milliseconds