Home
last modified time | relevance | path

Searched refs:qos_graph_has_edge (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-qgraph.c81 g_assert_cmpint(qos_graph_has_edge(machine, driver), ==, TRUE); in check_contains()
94 g_assert_cmpint(qos_graph_has_edge(machine, interface), ==, TRUE); in check_produces()
106 g_assert_cmpint(qos_graph_has_edge(interface, driver), ==, TRUE); in check_consumes()
136 g_assert_cmpint(qos_graph_has_edge(interface, full_name), ==, TRUE); in check_test()
/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph_internal.h144 bool qos_graph_has_edge(const char *start, const char *dest);
H A Dqgraph.c530 bool qos_graph_has_edge(const char *start, const char *dest) in qos_graph_has_edge() function