Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp385 nlohmann::json supportedOrientationArray = nlohmann::json::array(); in ParseOrientationAttributes() local
390 supportedOrientationArray.push_back(orientationEnum); in ParseOrientationAttributes()
394 … printerCaps.SetPrinterAttrNameAndValue(keyword.c_str(), supportedOrientationArray.dump().c_str()); in ParseOrientationAttributes()
H A Dvendor_helper.cpp626 nlohmann::json supportedOrientationArray = nlohmann::json::array(); in UpdateOrientationCapability() local
630 supportedOrientationArray.push_back(orientationEnum); in UpdateOrientationCapability()
635 supportedOrientationArray.dump().c_str()); in UpdateOrientationCapability()