Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_converter.cpp60 std::string pageString(src); in ConvertPageSizeId() local
61 id = PrintPageSize::MatchPageSize(pageString); in ConvertPageSizeId()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_page_size.h31 static PAGE_SIZE_ID MatchPageSize(const std::string& pageString);
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_page_size.cpp155 PAGE_SIZE_ID PrintPageSize::MatchPageSize(const std::string& pageString) in MatchPageSize() argument
166 if (strcasestr(pageSizeItem->GetName().c_str(), pageString.c_str()) != nullptr) { in MatchPageSize()