Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_capability.h73 void GetSupportedColorMode(std::vector<uint32_t>& supportedColorModeList) const;
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_capability.cpp203 void PrinterCapability::GetSupportedColorMode(std::vector<uint32_t> &supportedColorModeList) const in GetSupportedColorMode() function in OHOS::Print::PrinterCapability
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp130 cap.GetSupportedColorMode(supportedColorModeList); in CreateSupportedColorModeList()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp399 printerCapability.GetSupportedColorMode(SupportedColorModeList); in ConvertSupportedColorModeToJson()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_cups_client_vendor_helper_other_test.cpp1789 EXPECT_EQ(printerCap.GetSupportedColorMode().size(), 1); in TEST_F()
1790 EXPECT_EQ(printerCap.GetSupportedColorMode()[0], ColorModeCode::COLOR_MODE_COLOR); in TEST_F()