Searched refs:orientationString (Results 1 – 2 of 2) sorted by relevance
345 std::string orientationString = cupsOpt[keyword].get<std::string>(); in ParsePrinterOpt() local346 PRINT_HILOGD("default orientation: %{public}s", orientationString.c_str()); in ParsePrinterOpt()348 if (ConvertStringToInt(orientationString.c_str(), orientationValue)) { in ParsePrinterOpt()
529 …std::string orientationString = printerCaps.GetPrinterAttrValue("orientation-requested-supported"); in __anon4d5b9f712402() local530 TestAttrCount(orientationString, ATTR_TEST_ORIENTATION_COUNT); in __anon4d5b9f712402()