Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbus-tool.c2236 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()
[all …]