Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h173 } Print_Resolution; typedef
336 Print_Resolution *supportedResolutions;
370 Print_Resolution defaultResolution;
434 Print_Resolution resolution;
H A Dprint_converter.h105 std::string GetResolutionString(Print_Resolution resolution);
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_converter.cpp123 std::string GetResolutionString(Print_Resolution resolution) in GetResolutionString()
H A Dprint_helper.cpp287 bool ParseResolutionObject(const nlohmann::json &jsonObject, Print_Resolution &resolution) in ParseResolutionObject()
314 std::vector<Print_Resolution> list; in ParseResolutionArray()
317 Print_Resolution resolution; in ParseResolutionArray()
325 CopyArray<Print_Resolution>(list, nativePrinterInfo.capability.supportedResolutionsCount); in ParseResolutionArray()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_helper_test.cpp77 static Print_Resolution resolutions[] = {{DPI_A, DPI_A}, {DPI_B, DPI_B}}; in BuildCapability()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_cups_client_vendor_helper_other_test.cpp1872 capability.supportedResolutions = new Print_Resolution[1]; in TEST_F()
1883 capability.supportedResolutions = new Print_Resolution[1]; in TEST_F()