HomeSort by relevance Sort by last modified time
    Searched refs:_dbus_list_append (Results 1 - 25 of 28) sorted by null

1 2

  /external/dbus/test/
shell-test.c 25 _dbus_list_append (&list, (char *)arg1);
31 _dbus_list_append (&list, tmp);
decode-gcov.c 857 if (!_dbus_list_append (functions, func))
    [all...]
  /external/dbus/dbus/
dbus-list.c 247 _dbus_list_append (DBusList **list, function
333 return _dbus_list_append (list, data);
740 if (!_dbus_list_append (dest, link->data))
996 if (!_dbus_list_append (&list1, _DBUS_INT_TO_POINTER (i)))
1025 _dbus_list_append (&list1, _DBUS_INT_TO_POINTER (i));
1068 _dbus_list_append (&list1, _DBUS_INT_TO_POINTER (i));
1120 _dbus_list_append (&list1, _DBUS_INT_TO_POINTER (i));
1178 _dbus_list_append (&list1, _DBUS_INT_TO_POINTER (i));
1210 _dbus_list_append (&list1, _DBUS_INT_TO_POINTER (i));
1250 _dbus_list_append (&list1, _DBUS_INT_TO_POINTER (i))
    [all...]
dbus-list.h 40 dbus_bool_t _dbus_list_append (DBusList **list,
dbus-address.c 403 if (!_dbus_list_append (&entries, entry))
506 if (!_dbus_list_append (&entry->keys, key))
517 if (!_dbus_list_append (&entry->values, value))
dbus-marshal-validate.c 69 if (!_dbus_list_append (&element_count_stack, _DBUS_INT_TO_POINTER (0)))
132 if (!_dbus_list_append (&element_count_stack,
174 if (!_dbus_list_append (&element_count_stack,
224 if (!_dbus_list_append (&element_count_stack,
    [all...]
dbus-shell.c 336 if (!_dbus_list_append (retval, str))
dbus-sysdeps-thread-win.c 164 ret = _dbus_list_append (&cond->list, event);
dbus-sysdeps.c 313 if (!_dbus_list_append (dir_list, cpath))
355 if (!_dbus_list_append (dir_list, cpath))
dbus-threads.c 97 if (!_dbus_list_append (&uninitialized_mutex_list, location_p))
207 if (!_dbus_list_append (&uninitialized_condvar_list, location_p))
dbus-timeout.c 313 if (!_dbus_list_append (&timeout_list->timeouts, timeout))
dbus-watch.c 361 if (!_dbus_list_append (&watch_list->watches, watch))
dbus-mainloop.c 178 if (!_dbus_list_append (&loop->callbacks, cb))
505 if (_dbus_list_append (&loop->need_dispatch, connection))
dbus-auth.c     [all...]
dbus-marshal-recursive.c     [all...]
dbus-object-tree.c 805 if (!_dbus_list_append (&list, subtree))
    [all...]
  /external/dbus/bus/
policy.c 493 if (!_dbus_list_append (&policy->default_rules, rule))
505 if (!_dbus_list_append (&policy->mandatory_rules, rule))
551 if (!_dbus_list_append (list, rule))
571 if (!_dbus_list_append (list, rule))
586 if (!_dbus_list_append (&policy->at_console_true_rules, rule))
591 if (!_dbus_list_append (&policy->at_console_false_rules, rule))
614 if (!_dbus_list_append (&tmp_list, link->data))
857 if (!_dbus_list_append (&policy->rules, rule))
    [all...]
bus.c 436 if (!_dbus_list_append (&context->servers, server))
460 if (!_dbus_list_append (&context->servers, server))
628 if (!_dbus_list_append (result, link->data))
633 if (!_dbus_list_append (result, link->data))
    [all...]
test.c 165 if (!_dbus_list_append (&clients, connection))
config-parser.c 136 if (!_dbus_list_append (&parser->stack, e))
257 return _dbus_list_append (service_dirs, dir);
    [all...]
driver.c 879 if (!_dbus_list_append (&keys, key))
885 if (!_dbus_list_append (&values, value))
1183 if (! _dbus_list_append (&base_names, dbus_service_name))
    [all...]
config-parser-trivial.c 251 if (!_dbus_list_append (&parser->service_dirs, cpath))
services.c 847 if (!_dbus_list_append (&service->owners,
    [all...]
activation.c     [all...]
signals.c 1243 if (!_dbus_list_append (rules, rule))
    [all...]

Completed in 474 milliseconds

1 2