Searched refs:findContentLength (Results 1 - 2 of 2) sorted by relevance
/base/print/print_fwk/services/print_service/src/ |
H A D | print_http_request_process.cpp | 92 bool &findContentLength, size_t &contentLength) in GetContentLength() 101 findContentLength = true; in GetContentLength() 186 bool findContentLength = false; in ProcessDataFromDevice() local 196 if (!findContentLength) { in ProcessDataFromDevice() 197 GetContentLength(readTempBuffer, index, findContentLength, contentLength); in ProcessDataFromDevice() 91 GetContentLength(const std::vector<uint8_t> &readTempBuffer, size_t index, bool &findContentLength, size_t &contentLength) GetContentLength() argument
|
/base/print/print_fwk/services/print_service/include/ |
H A D | print_http_request_process.h | 75 void GetContentLength(const std::vector<uint8_t> &readTempBuffer, size_t index, bool &findContentLength,
|
Completed in 2 milliseconds