Home
last modified time | relevance | path

Searched refs:HTTP_OPERATION_SEND_DOC (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_ipp_over_usb_constant.h29 const std::string HTTP_OPERATION_SEND_DOC = "SendDoc"; variable
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp41 return HTTP_OPERATION_SEND_DOC; in PrintOperation()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_http_request_process_other_test.cpp49 EXPECT_EQ(result, HTTP_OPERATION_SEND_DOC); in HWTEST_F()