Home
last modified time | relevance | path

Searched refs:orientationString (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp345 std::string orientationString = cupsOpt[keyword].get<std::string>(); in ParsePrinterOpt() local
346 PRINT_HILOGD("default orientation: %{public}s", orientationString.c_str()); in ParsePrinterOpt()
348 if (ConvertStringToInt(orientationString.c_str(), orientationValue)) { in ParsePrinterOpt()
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_cups_attribute_test.cpp529 …std::string orientationString = printerCaps.GetPrinterAttrValue("orientation-requested-supported"); in __anon4d5b9f712402() local
530 TestAttrCount(orientationString, ATTR_TEST_ORIENTATION_COUNT); in __anon4d5b9f712402()