Searched refs:bus_type (Results 1 – 11 of 11) sorted by relevance
40 DBusString bus_type; /**< Message bus type */ member99 if (!_dbus_string_init (&parser->bus_type)) in bus_config_parser_new()109 _dbus_string_free (&parser->bus_type); in bus_config_parser_new()123 _dbus_string_free (&parser->bus_type); in bus_config_parser_unref()282 if (!_dbus_string_copy (&content_sane, 0, &parser->bus_type, 0)) in bus_config_parser_content()324 return _dbus_string_get_const_data (&parser->bus_type); in bus_config_parser_get_type()
95 char *bus_type; /**< Message bus type */ member307 if (included->bus_type != NULL) in merge_included()309 dbus_free (parser->bus_type); in merge_included()310 parser->bus_type = included->bus_type; in merge_included()311 included->bus_type = NULL; in merge_included()491 dbus_free (parser->bus_type); in bus_config_parser_unref()2498 dbus_free (parser->bus_type); in bus_config_parser_content()2499 parser->bus_type = s; in bus_config_parser_content()2639 return parser->bus_type; in bus_config_parser_get_type()
38 options.bus_type = dbus::Bus::SYSTEM; in ConnectWithTimeout()
43 options.bus_type = dbus::Bus::SYSTEM; in SetUp()200 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
33 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
102 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
98 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
113 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
181 __u32 bus_type:8; member
195 BusType bus_type; // SESSION by default. member
176 : bus_type(SESSION), in Options()184 : bus_type_(options.bus_type), in Bus()