Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h446 char *advancedOptions; member
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp629 if (nativePrintJob.advancedOptions != nullptr) { in SetOptionInPrintJob()
630 jsonOptions["cupsOptions"] = std::string(nativePrintJob.advancedOptions); in SetOptionInPrintJob()