Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_converter.cpp42 case PRINTER_CONNECTED: in ConvertPrinterState()
/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_constant.h94 PRINTER_CONNECTED = 3, // printer has been connected enumerator
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h108 PRINTER_CONNECTED = 3, enumerator
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_module.cpp234 SetEnumProperty(env, object, "PRINTER_CONNECTED", static_cast<int32_t>(PRINTER_CONNECTED)); in NapiCreatePrinterStateEnum()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp1621 SendPrinterDiscoverEvent(PRINTER_CONNECTED, *printerInfo); in UpdatePrinterState()
3289 printerInfo->SetPrinterState(PRINTER_CONNECTED); in AddVendorPrinterToCupsWithPpd()
3302 SendPrinterDiscoverEvent(PRINTER_CONNECTED, *printerInfo); in AddVendorPrinterToCupsWithPpd()
3340 printerInfo->SetPrinterState(PRINTER_CONNECTED); in AddVendorPrinterToCupsWithSpecificPpd()
3353 SendPrinterDiscoverEvent(PRINTER_CONNECTED, *printerInfo); in AddVendorPrinterToCupsWithSpecificPpd()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-print-sys.md1584 let state : print.PrinterState = print.PrinterState.PRINTER_CONNECTED;
1634 let state : print.PrinterState = print.PrinterState.PRINTER_CONNECTED;
H A Djs-apis-print.md864 | PRINTER_CONNECTED | 3 | 表示打印机已连接 |
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-print-sys.md156 | PRINTER_CONNECTED | 3 | The printer is connected.|
1692 let state : print.PrinterState = print.PrinterState.PRINTER_CONNECTED;
1742 let state : print.PrinterState = print.PrinterState.PRINTER_CONNECTED;
H A Djs-apis-print.md862 | PRINTER_CONNECTED | 3 | The printer is connected.|