Lines Matching refs:test_str
243 const char *test_str = NULL; in bus_match_run() local
336 test_str = m->sender; in bus_match_run()
341 test_str = m->destination; in bus_match_run()
345 test_str = m->interface; in bus_match_run()
349 test_str = m->member; in bus_match_run()
354 test_str = m->path; in bus_match_run()
358 (void) bus_message_get_arg(m, node->type - BUS_MATCH_ARG, &test_str); in bus_match_run()
362 (void) bus_message_get_arg(m, node->type - BUS_MATCH_ARG_PATH, &test_str); in bus_match_run()
366 (void) bus_message_get_arg(m, node->type - BUS_MATCH_ARG_NAMESPACE, &test_str); in bus_match_run()
382 if (test_str) in bus_match_run()
383 found = hashmap_get(node->compare.children, test_str); in bus_match_run()
408 if (!value_node_test(c, node->type, test_u8, test_str, test_strv, m)) in bus_match_run()