Searched refs:supportedOrientationArray (Results 1 – 2 of 2) sorted by relevance
385 nlohmann::json supportedOrientationArray = nlohmann::json::array(); in ParseOrientationAttributes() local390 supportedOrientationArray.push_back(orientationEnum); in ParseOrientationAttributes()394 … printerCaps.SetPrinterAttrNameAndValue(keyword.c_str(), supportedOrientationArray.dump().c_str()); in ParseOrientationAttributes()
626 nlohmann::json supportedOrientationArray = nlohmann::json::array(); in UpdateOrientationCapability() local630 supportedOrientationArray.push_back(orientationEnum); in UpdateOrientationCapability()635 supportedOrientationArray.dump().c_str()); in UpdateOrientationCapability()