Home
last modified time | relevance | path

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

/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp433 std::string supportTypes; in SetOptionAttribute() local
437 supportTypes = ""; in SetOptionAttribute()
448 supportTypes = jsonArray.dump(); in SetOptionAttribute()
450 PRINT_HILOGD("%{public}s: %{public}s", keyword.c_str(), supportTypes.c_str()); in SetOptionAttribute()
451 if (!supportTypes.empty()) { in SetOptionAttribute()
453 printerCaps.SetPrinterAttrNameAndValue(keyword.c_str(), supportTypes.c_str()); in SetOptionAttribute()

Completed in 1 milliseconds