Home
last modified time | relevance | path

Searched refs:GetSupportedPageSize (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_capability.h71 void GetSupportedPageSize(std::vector<PrintPageSize>& supportedPageSize) const;
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprinter_capability_test.cpp98 capability.GetSupportedPageSize(getPagesize);
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_capability.cpp198 void PrinterCapability::GetSupportedPageSize(std::vector<PrintPageSize> &supportedPageSizeList) con… in GetSupportedPageSize() function in OHOS::Print::PrinterCapability
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp93 cap.GetSupportedPageSize(pageSizeList); in CreatePageSizeList()
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_cups_attribute_test.cpp313 printerCaps.GetSupportedPageSize(pageSizeList); in __anon4d5b9f711402()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp189 cap.GetSupportedPageSize(pageSizeVector); in PageSizeArrayConvert()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp443 printerCapability.GetSupportedPageSize(pageSizeList); in ConvertPageSizeToJson()
H A Dprint_service_ability.cpp841 cap.GetSupportedPageSize(supportedPageSizes); in BuildPrinterPreference()
1072 printerCaps.GetSupportedPageSize(supportedPageSize); in WriteEprinterPreference()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_cups_client_vendor_helper_other_test.cpp779 EXPECT_TRUE(printerCaps.GetSupportedPageSize().size() > 0); in TEST_F()