Searched refs:qos_graph_get_node_availability (Results 1 – 3 of 3) sorted by relevance
/qemu/tests/unit/ |
H A D | test-qgraph.c | 56 g_assert_cmpint(qos_graph_get_node_availability(interface), ==, TRUE); in check_interface() 65 g_assert_cmpint(qos_graph_get_node_availability(machine), ==, FALSE); in check_machine() 67 g_assert_cmpint(qos_graph_get_node_availability(machine), ==, TRUE); in check_machine() 115 g_assert_cmpint(qos_graph_get_node_availability(driver), ==, FALSE); in check_driver() 117 g_assert_cmpint(qos_graph_get_node_availability(driver), ==, TRUE); in check_driver() 136 g_assert_cmpint(qos_graph_get_node_availability(full_name), ==, TRUE); in check_test() 138 g_assert_cmpint(qos_graph_get_node_availability(full_name), ==, FALSE); in check_test()
|
/qemu/tests/qtest/libqos/ |
H A D | qgraph_internal.h | 111 bool qos_graph_get_node_availability(const char *node);
|
H A D | qgraph.c | 459 bool qos_graph_get_node_availability(const char *node) in qos_graph_get_node_availability() function
|