Lines Matching full:edge
74 QOSGraphEdge *edge; in check_contains() local
77 edge = qos_graph_get_edge(machine, driver); in check_contains()
78 g_assert_nonnull(edge); in check_contains()
79 g_assert_cmpint(qos_graph_edge_get_type(edge), ==, QEDGE_CONTAINS); in check_contains()
85 QOSGraphEdge *edge; in check_produces() local
89 edge = qos_graph_get_edge(machine, interface); in check_produces()
90 g_assert_nonnull(edge); in check_produces()
91 g_assert_cmpint(qos_graph_edge_get_type(edge), ==, in check_produces()
98 QOSGraphEdge *edge; in check_consumes() local
102 edge = qos_graph_get_edge(interface, driver); in check_consumes()
103 g_assert_nonnull(edge); in check_consumes()
104 g_assert_cmpint(qos_graph_edge_get_type(edge), ==, QEDGE_CONSUMED_BY); in check_consumes()
122 QOSGraphEdge *edge; in check_test() local
131 edge = qos_graph_get_edge(interface, full_name); in check_test()
132 g_assert_nonnull(edge); in check_test()
133 g_assert_cmpint(qos_graph_edge_get_type(edge), ==, in check_test()