Home
last modified time | relevance | path

Searched refs:supportedPageSize (Results 1 - 2 of 2) sorted by relevance

/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_capability.h71 void GetSupportedPageSize(std::vector<PrintPageSize>& supportedPageSize) const;
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp1051 std::vector<PrintPageSize> supportedPageSize; in WriteEprinterPreference() local
1052 printerCaps.GetSupportedPageSize(supportedPageSize); in WriteEprinterPreference()
1054 for (auto &item : supportedPageSize) { in WriteEprinterPreference()

Completed in 6 milliseconds