Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_converter_test.cpp167 EXPECT_EQ(ConvertPrintPageSize(src, dst), false);
174 EXPECT_EQ(ConvertPrintPageSize(src, dst), true);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_converter.cpp65 bool ConvertPrintPageSize(const char *src, PrintPageSize &dst) in ConvertPrintPageSize() function
H A Dprint_cups_attribute.cpp181 … ParseAttributesToList<PrintPageSize>(response, keyword, supportedPageSizes, ConvertPrintPageSize); in ParsePageSizeAttributes()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_service_converter.h74 bool ConvertPrintPageSize(const char *src, PrintPageSize &dst);