Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_cups_attribute_test.cpp45 const int ATTR_TEST_PAPER_TOP = 300; variable
463 …ippAddInteger(mediaCol, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-top-margin", ATTR_TEST_PAPER_TOP); in __anon4d5b9f711f02()
472 …Caps.GetPrinterAttrValue("media-top-margin-default"), std::to_string(ATTR_TEST_PAPER_TOP).c_str()); in __anon4d5b9f712002()
497 …ger(response, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-top-margin-supported", ATTR_TEST_PAPER_TOP); in __anon4d5b9f712102()
501 …ps.GetPrinterAttrValue("media-top-margin-supported"), std::to_string(ATTR_TEST_PAPER_TOP).c_str()); in __anon4d5b9f712202()