Home | History | Annotate | Download | only in bus

Lines Matching refs:old_owner

567   const char *service_name, *old_owner, *new_owner;
595 old_owner = NULL;
600 DBUS_TYPE_STRING, &old_owner,
619 if ((d->expected_kind == SERVICE_CREATED && ( old_owner[0] || !new_owner[0]))
620 || (d->expected_kind == OWNER_CHANGED && (!old_owner[0] || !new_owner[0]))
621 || (d->expected_kind == SERVICE_DELETED && (!old_owner[0] || new_owner[0])))
639 service_name, old_owner, new_owner);
1783 const char *base_service, *base_service_from_bus, *old_owner;
1789 old_owner = NULL;
1803 old_owner = NULL;
1808 DBUS_TYPE_STRING, &old_owner,
1841 if (old_owner[0])
1843 _dbus_warn ("Received an old_owner argument during base service activation, \"%s\"\n",
1844 old_owner);
1902 const char *service_name, *base_service_from_bus, *old_owner;
1906 old_owner = NULL;
1911 DBUS_TYPE_STRING, &old_owner,
1944 if (old_owner[0])
1964 old_owner = NULL;
2393 const char *service_name, *old_owner, *new_owner;
2398 old_owner = NULL;
2403 DBUS_TYPE_STRING, &old_owner,
2419 else if (!old_owner[0])