Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp337 std::string orientationArray = cupsOpt[keyword].get<std::string>(); in ParsePrinterOpt() local
338 PRINT_HILOGD("supported orientations: %{public}s", orientationArray.c_str()); in ParsePrinterOpt()
339 std::vector<uint32_t> orientationVector = PrintUtil::Str2Vec(orientationArray); in ParsePrinterOpt()