Home
last modified time | relevance | path

Searched refs:defaultPageSizeId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp165 SAFE_DELETE_ARRAY(defaultValue.defaultPageSizeId); in ReleaseDefaultValue()
234 std::string defaultPageSizeId = cupsOpt["defaultPageSizeId"].get<std::string>(); in ParseMediaOpt() local
235 PRINT_HILOGD("defaultPageSizeId %{public}s", defaultPageSizeId.c_str()); in ParseMediaOpt()
236 nativePrinterInfo.defaultValue.defaultPageSizeId = CopyString(defaultPageSizeId); in ParseMediaOpt()
493 nativePrinterInfo.defaultValue.defaultPageSizeId = in ParsePrinterPreference()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp184 std::string defaultPageSizeId; in ParsePageSizeAttributes() local
186 … if (ParseAttributeToValue<std::string>(response, keyword, defaultPageSizeId, ConvertPageSizeId)) { in ParsePageSizeAttributes()
187 printerCaps.SetPrinterAttrNameAndValue("defaultPageSizeId", defaultPageSizeId.c_str()); in ParsePageSizeAttributes()
H A Dvendor_helper.cpp325 if (defaultValue->defaultPageSizeId != nullptr) { in LogDefaultValue()
326 PRINT_HILOGD("defaultPageSizeId = %{public}s", defaultValue->defaultPageSizeId); in LogDefaultValue()
467 if (defaultValue != nullptr && defaultValue->defaultPageSizeId != nullptr) { in UpdatePageSizeCapability()
468 defaultPageId = defaultValue->defaultPageSizeId; in UpdatePageSizeCapability()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_helper_test.cpp102 defaultValue.defaultPageSizeId = "ISO_A4"; in BuildDefaultValue()
228 EXPECT_EQ(defaultValue.defaultPageSizeId, "ISO_A4");
H A Dvendor_bsuni_driver_test.cpp289 defaultValue.defaultPageSizeId = "ISO_A4"; in BuildDefaultValue()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h360 char *defaultPageSizeId; member
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_cups_client_vendor_helper_other_test.cpp1430 defaultValue.defaultPageSizeId = nullptr; in TEST_F()
1451 defaultValue.defaultPageSizeId = "PageSizeId"; in TEST_F()