HomeSort by relevance Sort by last modified time
    Searched refs:bus_config_parser_get_type (Results 1 - 5 of 5) sorted by null

  /external/dbus/bus/
config-parser-trivial.h 61 const char* bus_config_parser_get_type (BusConfigParser *parser);
config-parser.h 62 const char* bus_config_parser_get_type (BusConfigParser *parser);
config-parser-trivial.c 322 bus_config_parser_get_type (BusConfigParser *parser) function
387 type = bus_config_parser_get_type (parser);
bus.c 349 context->type = _dbus_strdup (bus_config_parser_get_type (parser));
350 if (bus_config_parser_get_type (parser) != NULL && context->type == NULL)
    [all...]
config-parser.c 2637 bus_config_parser_get_type (BusConfigParser *parser) function
    [all...]

Completed in 2759 milliseconds