Lines Matching refs:service_name
93 char *service_name; member
190 dbus_free (pending_activation->service_name); in bus_pending_activation_unref()
1027 d->pending_activation->service_name, in restore_pending()
1032 … d->pending_activation->service_name, d->pending_activation); in restore_pending()
1083 const char *service_name, in bus_activation_service_created() argument
1094 …ending_activation = _dbus_hash_table_lookup_string (activation->pending_activations, service_name); in bus_activation_service_created()
1101 service_name); in bus_activation_service_created()
1272 pending_activation->service_name); in pending_activation_failed()
1385 pending_activation->service_name, in pending_activation_finished_cb()
1457 pending_activation->service_name); in pending_activation_timed_out()
1461 pending_activation->service_name); in pending_activation_timed_out()
1476 pending_activation->service_name); in cancel_pending()
1482 pending_activation->service_name); in cancel_pending()
1541 const char *service_name, in activation_find_entry() argument
1546 entry = _dbus_hash_table_lookup_string (activation->entries, service_name); in activation_find_entry()
1553 service_name); in activation_find_entry()
1569 service_name); in activation_find_entry()
1671 const char *service_name, in bus_activation_activate_service() argument
1695 service_name); in bus_activation_activate_service()
1699 entry = activation_find_entry (activation, service_name, error); in bus_activation_activate_service()
1709 _dbus_string_init_const (&service_str, service_name); in bus_activation_activate_service()
1714 _dbus_verbose ("Service \"%s\" is already active\n", service_name); in bus_activation_activate_service()
1765 …ending_activation = _dbus_hash_table_lookup_string (activation->pending_activations, service_name); in bus_activation_activate_service()
1796 pending_activation->service_name = _dbus_strdup (service_name); in bus_activation_activate_service()
1797 if (!pending_activation->service_name) in bus_activation_activate_service()
1872 pending_activation->service_name, in bus_activation_activate_service()
1888 pending_activation->service_name); in bus_activation_activate_service()
1898 if (strcmp (service_name, "org.freedesktop.systemd1") == 0) in bus_activation_activate_service()
1962 service_name, in bus_activation_activate_service()
1972 service_name, in bus_activation_activate_service()
1985 service_name, in bus_activation_activate_service()
2033 if (!_dbus_string_append (&command, service_name)) in bus_activation_activate_service()
2058 pending_activation->service_name); in bus_activation_activate_service()
2085 service_name); in bus_activation_activate_service()
2089 service_name); in bus_activation_activate_service()
2101 service_name, in bus_activation_activate_service()
2393 const char *service_name; member
2410 entry = activation_find_entry (d->activation, d->service_name, &error); in check_func()
2472 d.service_name = SERVICE_NAME_1; in do_service_reload_test()
2479 d.service_name = SERVICE_NAME_3; in do_service_reload_test()
2489 d.service_name = SERVICE_NAME_2; in do_service_reload_test()
2499 d.service_name = SERVICE_FILE_2; in do_service_reload_test()
2512 d.service_name = SERVICE_NAME_3; in do_service_reload_test()
2518 d.service_name = SERVICE_NAME_1; in do_service_reload_test()