Searched refs:bus_context_new (Results 1 – 5 of 5) sorted by relevance
/external/dbus/bus/ |
D | bus.h | 72 BusContext* bus_context_new (const DBusString *config_file,
|
D | test.c | 325 context = bus_context_new (&config_file, FALSE, -1, -1, &error); in bus_context_new_test()
|
D | main.c | 421 context = bus_context_new (&config_file, force_fork, in main()
|
D | bus.c | 530 bus_context_new (const DBusString *config_file, in bus_context_new() function
|
/external/dbus/ |
D | ChangeLog | 1115 * bus/bus.c (bus_context_new): Check user before we fork so we can 4537 * bus/bus.c (bus_context_new): Set parser to NULL 7404 (bus_context_new): Instead of calling load_config, 7410 (bus_context_reload_config): As in bus_context_new, 7473 * bus/bus.c (bus_context_new): Pass print_pid_fd 7655 * bus/bus.c (bus_context_new): 8617 * bus/bus.c (bus_context_new, bus_context_unref): test before 8638 (previously in bus_context_new) for setting up the BusContext from 8642 in bus_context_new) for setting up the BusContext from the 8649 (bus_context_new): All of the config-related code has been moved [all …]
|