Home
last modified time | relevance | path

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

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