Searched refs:activation (Results 1 – 25 of 67) sorted by relevance
123
92 BusActivation *activation; member171 _dbus_loop_remove_timeout (bus_context_get_loop (pending_activation->activation->context), in bus_pending_activation_unref()206 pending_activation->activation->n_pending_activations -= in bus_pending_activation_unref()209 _dbus_assert (pending_activation->activation->n_pending_activations >= 0); in bus_pending_activation_unref()245 update_desktop_file_entry (BusActivation *activation, in update_desktop_file_entry() argument363 if (_dbus_hash_table_lookup_string (activation->entries, name)) in update_desktop_file_entry()397 …if (!_dbus_hash_table_insert_string (activation->entries, entry->name, bus_activation_entry_ref (e… in update_desktop_file_entry()406 _dbus_hash_table_remove_string (activation->entries, entry->name); in update_desktop_file_entry()416 _dbus_hash_table_remove_string (activation->entries, entry->name); in update_desktop_file_entry()418 if (_dbus_hash_table_lookup_string (activation->entries, name)) in update_desktop_file_entry()[all …]
35 dbus_bool_t bus_activation_reload (BusActivation *activation,39 BusActivation* bus_activation_ref (BusActivation *activation);40 void bus_activation_unref (BusActivation *activation);42 dbus_bool_t bus_activation_set_environment_variable (BusActivation *activation,46 dbus_bool_t bus_activation_activate_service (BusActivation *activation,53 dbus_bool_t bus_activation_service_created (BusActivation *activation,60 dbus_bool_t dbus_activation_systemd_failure (BusActivation *activation,63 dbus_bool_t bus_activation_send_pending_auto_activation_messages (BusActivation *activation,
8 dbus-daemon-activation-helper9 dbus-daemon-activation-helper-test
63 BusActivation *activation; member595 if (context->activation) in process_config_every_time()597 if (!bus_activation_reload (context->activation, &full_address, dirs, error)) in process_config_every_time()602 context->activation = bus_activation_new (context, &full_address, dirs, error); in process_config_every_time()605 if (context->activation == NULL) in process_config_every_time()1085 if (context->activation) in bus_context_unref()1087 bus_activation_unref (context->activation); in bus_context_unref()1088 context->activation = NULL; in bus_context_unref()1186 return context->activation; in bus_context_get_activation()
473 BusActivation *activation; in bus_driver_handle_list_activatable_services() local480 activation = bus_connection_get_activation (connection); in bus_driver_handle_list_activatable_services()489 if (!bus_activation_list_services (activation, &services, &len)) in bus_driver_handle_list_activatable_services()757 BusActivation *activation; in bus_driver_handle_activate_service() local761 activation = bus_connection_get_activation (connection); in bus_driver_handle_activate_service()775 if (!bus_activation_activate_service (activation, connection, transaction, FALSE, in bus_driver_handle_activate_service()826 BusActivation *activation; in bus_driver_handle_update_activation_environment() local837 activation = bus_connection_get_activation (connection); in bus_driver_handle_update_activation_environment()919 if (!bus_activation_set_environment_variable (activation, in bus_driver_handle_update_activation_environment()
7 …@EXPANDED_BINDIR@/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
390 BusActivation *activation; in bus_registry_acquire_service() local588 activation = bus_context_get_activation (registry->context); in bus_registry_acquire_service()589 retval = bus_activation_send_pending_auto_activation_messages (activation, in bus_registry_acquire_service()
9 activation process when shill accesses the modem via ModemManager.25 activation command to ModemManager and keeps retrying in the case of failure.26 This test verifies that the activation state exposed by ModemManager is27 reflected correctly in shill and that activation retries are repeatedly
40 ${BUS_DIR}/activation.c 41 ${BUS_DIR}/activation.h 136 ${BUS_DIR}/activation-helper.c141 # TODO PENDING(kdab) fix build on windows (activation-helper.c)142 …add_executable(dbus-daemon-launch-helper ${LAUNCH_HELPER_SOURCES} ${BUS_DIR}/activation-helper-bin…145 …add_executable(dbus-daemon-launch-helper-test ${LAUNCH_HELPER_SOURCES} ${BUS_DIR}/activation-h…
9 activation process.23 activation by monitoring changes to network registration and MDN updates
8 … denied { read write } for pid=6336 comm="clock-applet" name="bonobo-activation-register.lock" d…10 … avc: denied { lock } for pid=6336 comm="clock-applet" name="bonobo-activation-register.lock" d…12 type=AVC_PATH msg=audit(1162850335.022:982): path="/tmp/orbit-kmacmill/bonobo-activation-register.…
152 <include>javax.activation</include>440 <artifactId>javax.activation</artifactId>556 <activation>558 </activation>597 <activation>602 </activation>614 <activation>619 </activation>709 <activation>714 </activation>
18 import javax.activation.DataHandler;19 import javax.activation.FileDataSource;
21 EXTRA_DIST=run-test.sh run-test-systemserver.sh test-wait-for-echo.py test-activation-forking.py
54 elif ! $PYTHON $DBUS_TOP_SRCDIR/test/name-test/test-activation-forking.py; then
10 // A subset of ASan (and common) runtime flags supported at activation time.
... javax.mail.internet.MimeBodyPart body javax.activation.FileDataSource fileData javax.activation.DataHandler fileDataHandler java ...
4 - System bus activation124 - do we need per-display activation; if so I'd like to do this by setting a125 "display ID" property on screen 0, with a GUID, and keying activation by
31 dist_doc_DATA = system-activation.txt
23 # so that activation won't conflict with the init script startup.
605 * bus/activation-helper.c (check_bus_name): don't use627 * bus/activation-exit-codes.h668 * bus/activation-helper-bin.c (convert_error_to_exit_code): pass671 * bus/activation.c (handle_activation_exit_error): return741 Add the data files needed by the system activation unit checks.751 Add unit tests for system activation. Most are copied from the752 session activation tests, but some didn't apply when using a laucher.756 * bus/activation.c: (bus_activation_activate_service):772 * bus/activation.c: (handle_activation_exit_error),786 * bus/activation.c: (bus_activation_entry_unref),[all …]
50 Tuning capability activation control; see section [req-disabling] in [req-tuning].78 Tuning capability activation control; see section [req-parameter-overwriting].
24 This test checks that unwinding of exceptions properly copies registers of activation frames create…
24 This test checks that activation objects for functions called with too many arguments are created p…
24 Make sure arguments tearoff works correctly when a functions activation has not been created.