Lines Matching refs:activate_service
2236 const gchar *activate_service, *wait_service; in handle_wait() local
2298 activate_service = opt_wait_activate_name; in handle_wait()
2304 activate_service = (*argv)[1]; in handle_wait()
2309 activate_service = NULL; /* disabled */ in handle_wait()
2315 activate_service = opt_wait_activate_name; in handle_wait()
2335 if (activate_service != NULL && in handle_wait()
2336 (!g_dbus_is_name (activate_service) || in handle_wait()
2337 g_dbus_is_unique_name (activate_service))) in handle_wait()
2340 activate_service); in handle_wait()
2352 if (activate_service != NULL) in handle_wait()
2354 activate_watch_id = g_bus_watch_name_on_connection (c, activate_service, in handle_wait()