Searched refs:ATTR_TEST_PAPER_TOP (Results 1 - 1 of 1) sorted by relevance
/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_cups_attribute_test.cpp | 45 const int ATTR_TEST_PAPER_TOP = 300; member 459 ippAddInteger(mediaCol, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-top-margin", ATTR_TEST_PAPER_TOP); in HWTEST_F() 468 printerCaps.GetPrinterAttrValue("media-top-margin-default"), std::to_string(ATTR_TEST_PAPER_TOP).c_str()); in HWTEST_F() 493 ippAddInteger(response, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-top-margin-supported", ATTR_TEST_PAPER_TOP); in HWTEST_F() 497 printerCaps.GetPrinterAttrValue("media-top-margin-supported"), std::to_string(ATTR_TEST_PAPER_TOP).c_str()); in HWTEST_F()
|
Completed in 1 milliseconds