Home
last modified time | relevance | path

Searched refs:defaultResolution (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service.cpp837 DisplayPhysicalResolution defaultResolution; in GetAllDisplayPhysicalResolution() local
838 defaultResolution.foldDisplayMode_ = FoldDisplayMode::UNKNOWN; in GetAllDisplayPhysicalResolution()
839 defaultResolution.physicalWidth_ = static_cast<uint32_t>(displayInfo->GetWidth()); in GetAllDisplayPhysicalResolution()
840 defaultResolution.physicalHeight_ = static_cast<uint32_t>(displayInfo->GetHeight()); in GetAllDisplayPhysicalResolution()
841 allDisplayPhysicalResolution_.emplace_back(defaultResolution); in GetAllDisplayPhysicalResolution()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_helper.cpp336 …PRINT_HILOGD("defaultResolution = %{public}u x %{public}u", defaultValue->defaultResolution.horizo… in LogDefaultValue()
337 defaultValue->defaultResolution.verticalDpi); in LogDefaultValue()
598 object["horizontalDpi"] = defaultValue->defaultResolution.horizontalDpi; in UpdateResolutionDefaultValue()
599 object["verticalDpi"] = defaultValue->defaultResolution.verticalDpi; in UpdateResolutionDefaultValue()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h370 Print_Resolution defaultResolution; member
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_bsuni_driver_test.cpp294 defaultValue.defaultResolution = {1, 1}; in BuildDefaultValue()
H A Dvendor_helper_test.cpp107 defaultValue.defaultResolution = {DPI_A, DPI_A}; in BuildDefaultValue()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_cups_client_vendor_helper_other_test.cpp1438 defaultValue.defaultResolution.horizontalDpi = 0; in TEST_F()
1439 defaultValue.defaultResolution.verticalDpi = 0; in TEST_F()
1459 defaultValue.defaultResolution.horizontalDpi = 1; in TEST_F()
1460 defaultValue.defaultResolution.verticalDpi = 1; in TEST_F()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp360 … if (!ParseResolutionObject(resolutionJson, nativePrinterInfo.defaultValue.defaultResolution)) { in ParsePrinterOpt()