Lines Matching refs:test_str
264 const char *test_str = NULL;
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);
395 if (test_str)
396 found = hashmap_get(node->compare.children, test_str);
426 if (!value_node_test(c, node->type, test_u8, test_str, test_strv, m))