Home
last modified time | relevance | path

Searched refs:supportedPaperSources (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_helper_test.cpp88 capability.supportedPaperSources = "{\"a\",\"b\",\"c\"}"; in BuildCapability()
211 EXPECT_EQ(capability.supportedPaperSources, nullptr);
218 EXPECT_EQ(capability.supportedPaperSources, "{\"a\",\"b\",\"c\"}");
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_helper.cpp271 if (capability->supportedPaperSources != nullptr) { in LogPageCapability()
272 PRINT_HILOGD("Paper Sources = %{public}s", capability->supportedPaperSources); in LogPageCapability()
660 if (capability->supportedPaperSources != nullptr) { in UpdateMediaCapability()
661 …printerCap.SetPrinterAttrNameAndValue("media-source-supported", capability->supportedPaperSources); in UpdateMediaCapability()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h332 char *supportedPaperSources; member
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_cups_client_vendor_helper_other_test.cpp1385 capability.supportedPaperSources = nullptr; in TEST_F()
1400 capability.supportedPaperSources = "Source1,Source2"; in TEST_F()
1419 capability.supportedPaperSources = "Source1,Source2"; in TEST_F()
1922 capability.supportedPaperSources = "media-source-supported"; in TEST_F()
1941 capability.supportedPaperSources = "media-source-supported"; in TEST_F()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp155 SAFE_DELETE_ARRAY(capability.supportedPaperSources); in ReleaseCapability()
256 nativePrinterInfo.capability.supportedPaperSources = CopyString(mediaSourceSupported); in ParseMediaOpt()