Home
last modified time | relevance | path

Searched refs:supportedOrientationArray (Results 1 - 2 of 2) sorted by relevance

/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp387 nlohmann::json supportedOrientationArray = nlohmann::json::array(); in ParseOrientationAttributes() local
392 supportedOrientationArray.push_back(orientationEnum); in ParseOrientationAttributes()
396 printerCaps.SetPrinterAttrNameAndValue(keyword.c_str(), supportedOrientationArray.dump().c_str()); in ParseOrientationAttributes()
H A Dvendor_helper.cpp606 nlohmann::json supportedOrientationArray = nlohmann::json::array(); in UpdateOrientationCapability() local
610 supportedOrientationArray.push_back(orientationEnum); in UpdateOrientationCapability()
615 supportedOrientationArray.dump().c_str()); in UpdateOrientationCapability()

Completed in 3 milliseconds