Home
last modified time | relevance | path

Searched refs:CUPSD_EVENT_PRINTER_DELETED (Results 1 – 4 of 4) sorted by relevance

/external/libcups/scheduler/
Dsubscriptions.h29 CUPSD_EVENT_PRINTER_DELETED = 0x0100, /* Sent after printer deleted */ enumerator
Dsubscriptions.c489 case CUPSD_EVENT_PRINTER_DELETED : in cupsdEventName()
568 return (CUPSD_EVENT_PRINTER_DELETED); in cupsdEventValue()
1258 else if (event & CUPSD_EVENT_PRINTER_DELETED) in cupsd_send_dbus()
Dmain.c1109 CUPSD_EVENT_PRINTER_DELETED | in main()
Dipp.c5996 cupsdAddEvent(CUPSD_EVENT_PRINTER_DELETED, printer, NULL, in delete_printer()