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.c56 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 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