Searched refs:printerState (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
H A D | napi_print_ext.cpp | 202 uint32_t printerState = NapiPrintUtils::GetUint32FromValue(env, argv[1]); in UpdatePrinterState() local 203 PRINT_HILOGD("printerState : %{public}d", printerState); in UpdatePrinterState() 205 if (printerId == "" || !IsValidPrinterState(printerState)) { in UpdatePrinterState() 213 context->printerState = printerState; in UpdatePrinterState() 228 …= PrintManagerClient::GetInstance()->UpdatePrinterState(context->printerId, context->printerState); in UpdatePrinterState()
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | printer_info.cpp | 115 void PrinterInfo::SetPrinterState(uint32_t printerState) in SetPrinterState() argument 117 printerState_ = printerState; in SetPrinterState()
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/ |
H A D | printer_info.h | 39 void SetPrinterState(uint32_t printerState);
|
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/include/ |
H A D | napi_print_ext.h | 60 uint32_t printerState = 0; member
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/ |
H A D | ohprint.h | 384 Print_PrinterState printerState; member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-print-sys.md | 109 | printerState | PrinterState | 是 | 表示当前打印机状态 | 1283 printerState : 0, 1339 printerState : 0, 1479 printerState : 0, 1535 printerState : 0,
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/ |
H A D | print_capi.cpp | 288 nativePrinterInfo->printerState = PRINTER_UNAVAILABLE; in OH_Print_QueryPrinterInfo()
|
H A D | print_helper.cpp | 522 nativePrinterInfo->printerState = static_cast<Print_PrinterState>(info.GetPrinterStatus()); in ConvertToNativePrinterInfo()
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_cups_client.cpp | 1809 int printerState = cupsGetIntegerOption("printer-state", dest->num_options, dest->options); in IsPrinterExist() local 1810 PRINT_HILOGD("printerState=%{private}d", printerState); in IsPrinterExist() 1811 …if (printerState == IPP_PRINTER_STOPPED || makeModel == nullptr || strcmp(deviceUri, printerUri) !… in IsPrinterExist()
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-print-sys.md | 109 | printerState | PrinterState | Yes| Printer state.| 1391 printerState : 0, 1447 printerState : 0, 1587 printerState : 0, 1643 printerState : 0,
|