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 D | vendor_helper_test.cpp | 88 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 D | vendor_helper.cpp | 271 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 D | ohprint.h | 332 char *supportedPaperSources; member
|
/ohos5.0/base/print/print_fwk/test/unittest/others/ |
H A D | print_cups_client_vendor_helper_other_test.cpp | 1385 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 D | print_helper.cpp | 155 SAFE_DELETE_ARRAY(capability.supportedPaperSources); in ReleaseCapability() 256 nativePrinterInfo.capability.supportedPaperSources = CopyString(mediaSourceSupported); in ParseMediaOpt()
|