Searched refs:ConvertPageSizeId (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_service_converter.cpp | 55 bool ConvertPageSizeId(const char *src, std::string &id) in ConvertPageSizeId() function 68 if (ConvertPageSizeId(src, id)) { in ConvertPrintPageSize()
|
H A D | print_cups_attribute.cpp | 186 … if (ParseAttributeToValue<std::string>(response, keyword, defaultPageSizeId, ConvertPageSizeId)) { in ParsePageSizeAttributes()
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_service_converter_test.cpp | 153 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 D | print_service_converter.h | 73 bool ConvertPageSizeId(const char *src, std::string &id);
|