Home
last modified time | relevance | path

Searched refs:recipient_uri (Results 1 – 2 of 2) sorted by relevance

/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/hw_drivers/iot_handlers/drivers/
H A DPrinterDriver.py59 recipient_uri='dbus://',
/dports/print/py-pycups/pycups-2.0.1/
H A Dcupsconnection.c4207 char *recipient_uri = NULL, *user_data = NULL; in Connection_createSubscription() local
4226 UTF8_from_PyObj (&recipient_uri, recipient_uriobj) == NULL) { in Connection_createSubscription()
4234 free (recipient_uri); in Connection_createSubscription()
4267 "notify-recipient-uri", NULL, recipient_uri); in Connection_createSubscription()
4268 free (recipient_uri); in Connection_createSubscription()