Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-qgraph.c57 g_assert_cmpint(qos_graph_get_node_availability(interface), ==, TRUE); in check_interface()
66 g_assert_cmpint(qos_graph_get_node_availability(machine), ==, FALSE); in check_machine()
68 g_assert_cmpint(qos_graph_get_node_availability(machine), ==, TRUE); in check_machine()
116 g_assert_cmpint(qos_graph_get_node_availability(driver), ==, FALSE); in check_driver()
118 g_assert_cmpint(qos_graph_get_node_availability(driver), ==, TRUE); in check_driver()
137 g_assert_cmpint(qos_graph_get_node_availability(full_name), ==, TRUE); in check_test()
139 g_assert_cmpint(qos_graph_get_node_availability(full_name), ==, FALSE); in check_test()
/qemu/tests/qtest/libqos/
H A Dqgraph_internal.h111 bool qos_graph_get_node_availability(const char *node);
H A Dqgraph.c459 bool qos_graph_get_node_availability(const char *node) in qos_graph_get_node_availability() function