Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_http_request_process_test/
H A Dprint_http_request_process_test.cpp1010 printHttpRequestProcess.reqIdOperaIdMap[requestId] = HTTP_REQUEST_SEND_DOC;
1027 printHttpRequestProcess.reqIdOperaIdMap[requestId] = HTTP_REQUEST_SEND_DOC;
/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_ipp_over_usb_constant.h35 const int HTTP_REQUEST_SEND_DOC = 6; variable
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp505 } else if (reqIdOperaIdMap[requestId] == HTTP_REQUEST_SEND_DOC) { in ProcessHttpResp()
546 if (reqIdOperaIdMap[requestId] == HTTP_REQUEST_SEND_DOC) { in ProcessRequest()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_http_request_process_other_test.cpp645 process.reqIdOperaIdMap[requestId] = HTTP_REQUEST_SEND_DOC; in TEST_F()