Searched refs:DBUS_NAME_FLAG_DO_NOT_QUEUE (Results 1 – 5 of 5) sorted by relevance
105 #define DBUS_NAME_FLAG_DO_NOT_QUEUE 0x4 /**< If we can not become the primary owner do not pla… macro
181 (flags & DBUS_NAME_FLAG_DO_NOT_QUEUE) != FALSE; in bus_owner_set_flags()525 else if (((flags & DBUS_NAME_FLAG_DO_NOT_QUEUE) && in bus_registry_acquire_service()527 ((flags & DBUS_NAME_FLAG_DO_NOT_QUEUE) && in bus_registry_acquire_service()546 else if (!(flags & DBUS_NAME_FLAG_DO_NOT_QUEUE) && in bus_registry_acquire_service()
343 DBUS_NAME_FLAG_DO_NOT_QUEUE, error); in g_dbus_request_name()
12 #define DO_NOT_QUEUE DBUS_NAME_FLAG_DO_NOT_QUEUE
2461 (#define DBUS_NAME_FLAG_DO_NOT_QUEUE): New flag for specifying