Searched defs:test_str (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-match.c264 const char *test_str = NULL; local
349 test_str = m->sender;
350 /* FIXME: resolve test_str from a well-known to a unique name first */
354 test_str = m->destination;
358 test_str = m->interface;
362 test_str = m->member;
367 test_str = m->path;
371 (void) bus_message_get_arg(m, node->type - BUS_MATCH_ARG, &test_str);
375 (void) bus_message_get_arg(m, node->type - BUS_MATCH_ARG_PATH, &test_str);
379 (void) bus_message_get_arg(m, node->type - BUS_MATCH_ARG_NAMESPACE, &test_str);
[all...]

Completed in 29 milliseconds