Home
last modified time | relevance | path

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

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