Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_converter.cpp55 bool ConvertPageSizeId(const char *src, std::string &id) in ConvertPageSizeId() function
68 if (ConvertPageSizeId(src, id)) { in ConvertPrintPageSize()
H A Dprint_cups_attribute.cpp186 … if (ParseAttributeToValue<std::string>(response, keyword, defaultPageSizeId, ConvertPageSizeId)) { in ParsePageSizeAttributes()
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_converter_test.cpp153 EXPECT_EQ(ConvertPageSizeId(src, id), false);
160 EXPECT_EQ(ConvertPageSizeId(src, id), true);
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_service_converter.h73 bool ConvertPageSizeId(const char *src, std::string &id);