Home
last modified time | relevance | path

Searched refs:bus_type (Results 1 – 11 of 11) sorted by relevance

/external/dbus/bus/
Dconfig-parser-trivial.c40 DBusString bus_type; /**< Message bus type */ member
99 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()
Dconfig-parser.c95 char *bus_type; /**< Message bus type */ member
307 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()
/external/libbrillo/brillo/dbus/
Ddbus_connection.cc38 options.bus_type = dbus::Bus::SYSTEM; in ConnectWithTimeout()
Ddbus_method_invoker_unittest.cc43 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
200 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
Ddbus_signal_handler_unittest.cc33 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
Dexported_object_manager_unittest.cc102 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
Ddbus_object_unittest.cc98 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
Dexported_property_set_unittest.cc113 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
/external/kernel-headers/original/uapi/linux/
Di2o-dev.h181 __u32 bus_type:8; member
/external/libchrome/dbus/
Dbus.h195 BusType bus_type; // SESSION by default. member
Dbus.cc176 : bus_type(SESSION), in Options()
184 : bus_type_(options.bus_type), in Bus()