Searched refs:orientationArray (Results 1 – 1 of 1) sorted by relevance
337 std::string orientationArray = cupsOpt[keyword].get<std::string>(); in ParsePrinterOpt() local338 PRINT_HILOGD("supported orientations: %{public}s", orientationArray.c_str()); in ParsePrinterOpt()339 std::vector<uint32_t> orientationVector = PrintUtil::Str2Vec(orientationArray); in ParsePrinterOpt()