Home
last modified time | relevance | path

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

/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.cpp188 if (ParseAttributeToValue<std::string>(response, keyword, defaultPageSizeId, ConvertPageSizeId)) { in ParsePageSizeAttributes()
/base/print/print_fwk/services/print_service/include/
H A Dprint_service_converter.h73 bool ConvertPageSizeId(const char *src, std::string &id);
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_converter_test.cpp153 EXPECT_EQ(ConvertPageSizeId(src, id), false); in HWTEST_F()
160 EXPECT_EQ(ConvertPageSizeId(src, id), true); in HWTEST_F()

Completed in 2 milliseconds