Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp430 nlohmann::json supportedQualityListJson = nlohmann::json::array(); in ConvertSupportedQualityToJson() local
434 supportedQualityListJson.push_back(iter); in ConvertSupportedQualityToJson()
436 capsJson["supportedQuality"] = supportedQualityListJson; in ConvertSupportedQualityToJson()