Lines Matching refs:printerId
392 char *printerId;
420 char *printerId;
613 * @param printerId The id of the printer to be connected.
622 Print_ErrorCode OH_Print_ConnectPrinter(const char *printerId);
690 * @param printerId The id of the printer to be queried.
695 * {@link PRINT_ERROR_INVALID_PARAMETER} printerId is NULL or printerInfo is NULL.
700 Print_ErrorCode OH_Print_QueryPrinterInfo(const char *printerId, Print_PrinterInfo **printerInfo);
725 * @param printerId The id of the printer to be queried.
736 Print_ErrorCode OH_Print_QueryPrinterProperties(const char *printerId, const Print_StringList *propertyKeyList,
752 * @param printerId The id of the printer to be set.
760 Print_ErrorCode OH_Print_UpdatePrinterProperties(const char *printerId, const Print_PropertyList *propertyList);
766 * @param printerId The id of the printer to be restored.
774 Print_ErrorCode OH_Print_RestorePrinterProperties(const char *printerId, const Print_StringList *propertyKeyList);