Home
last modified time | relevance | path

Searched refs:defaultPaperSource (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_helper.cpp331 if (defaultValue->defaultPaperSource != nullptr) { in LogDefaultValue()
332 PRINT_HILOGD("defaultPaperSource = %{public}s", defaultValue->defaultPaperSource); in LogDefaultValue()
663 if (defaultValue->defaultPaperSource != nullptr) { in UpdateMediaCapability()
664 … printerCap.SetPrinterAttrNameAndValue("media-source-default", defaultValue->defaultPaperSource); in UpdateMediaCapability()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_helper_test.cpp104 defaultValue.defaultPaperSource = "a"; in BuildDefaultValue()
229 EXPECT_EQ(defaultValue.defaultPaperSource, "a");
H A Dvendor_bsuni_driver_test.cpp291 defaultValue.defaultPaperSource = "a"; in BuildDefaultValue()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h364 char *defaultPaperSource; member
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp167 SAFE_DELETE_ARRAY(defaultValue.defaultPaperSource); in ReleaseDefaultValue()
251 nativePrinterInfo.defaultValue.defaultPaperSource = CopyString(mediaSourceDefault); in ParseMediaOpt()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_cups_client_vendor_helper_other_test.cpp1435 defaultValue.defaultPaperSource = nullptr; in TEST_F()
1456 defaultValue.defaultPaperSource = "PaperSource"; in TEST_F()
1932 defaultValue.defaultPaperSource = "media-source-default"; in TEST_F()
1944 defaultValue.defaultPaperSource = "media-source-default"; in TEST_F()