Home
last modified time | relevance | path

Searched defs:printerState (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dnapi_print_ext.h60 uint32_t printerState = 0; member
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_info.cpp115 void PrinterInfo::SetPrinterState(uint32_t printerState) in SetPrinterState()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h384 Print_PrinterState printerState; member
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dnapi_print_ext.cpp202 uint32_t printerState = NapiPrintUtils::GetUint32FromValue(env, argv[1]); in UpdatePrinterState() local
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp1809 int printerState = cupsGetIntegerOption("printer-state", dest->num_options, dest->options); in IsPrinterExist() local